Select to view content in your preferred language

Compare answers between two surveys?

307
3
01-16-2025 10:11 AM
RHammers
Occasional Contributor

If I have two identical surveys that have all the same questions, is there a way for me to compare answers between those two surveys after they are submitted and display in a dashboard if they are the same or different?

I will be putting together a survey that is intended to be used as a teacher/student setup and need some kind of grading system in place, if possible. Any suggestions would be very appreciated!

0 Kudos
3 Replies
Ed_
by MVP Regular Contributor
MVP Regular Contributor

i think you already answered your question to use ArcGIS Dashboard to compare the answers. 

Question | Analyze | Visualize
RHammers
Occasional Contributor

Hi Ed, can you elaborate on how I might achieve this? 

0 Kudos
Ed_
by MVP Regular Contributor
MVP Regular Contributor

hmmm, well i am sure there could be several ways to do this. One way could be as follows:

 

Now, assuming that the hosted feature layer of the survey has the correct answers as well, and that it has a submitter name field as well. 

 

  • Add two tables (say table A and B) side by side of the survey hosted feature layer. 
  • Table A should only display the correct answers, so while setting up the table widget, filter it to yourself (submitter column value) since you would have submitted all the correct answers. Table B shows all the student submissions
  • Add a drop down menu (selector) to the header. Select Submitter as the value field. Connect it to table B, that way you can select each student one by one from the drop down menu to filter table B accordingly and then compare it to Table A.

 

Question | Analyze | Visualize
0 Kudos