How to design a survey that allows fast attendance checks

426
1
08-10-2021 05:35 AM
Merlin
by
New Contributor III

Hi all,

in my current project I attempt to desing a survey which allows the user to quickly check matches between people attending a training and a given list.

In a first step the user should select his/her name and the location to narrow down the list to the relevant attendances. This can be easly done with the choice_filter.

In a second step the user should see a list of the names, from which he/she could select the attending people. Some trainings are attended by 30 people, so storing them as comma seperated string in the select_muliple field is no option as it is limited to 255 chars.

I found this blog post by @IsmaelChivite,

Merlin_0-1628598466091.png

but that doesn't really seem to be an option, as I would have to enter all names of the people that could attend the training, which are more than a hundred. Not a good option.

Any idea to approach this differently?

Here a view into my current approach:

Merlin_1-1628598813182.png

Thanks in advance,
Merlin

---
1 Reply
Merlin
by
New Contributor III

OK. One obvious step would be to increase the maximum of 255 characters:

https://community.esri.com/t5/arcgis-survey123-questions/setting-the-max-character-count-above-255-i...

---