Survey without predefined answers

Survey without predefined answers

by Simone Gasparini -
Number of replies: 0

Hello,

I would like to create a survey in which the students can give only an ordered list of free answers.

A toy example would be something like:

Q. What are your preferred sports (in order of preference)?

1.

2.

3.

... ect

And the student can fill it out like

1. Baseball

2. Football

3. Basketball

4. Volleyball

Ideally, it would be nice to limit the number of entries that they can fill to N (parameter) and they should at least fill 1 entry. The text they enter can be anything, no control is required.
Finally, I would need to retrieve the results in some sort of structured file (csv, xls, json, XML) in which I can have their names and their lists. For a csv it could be something like

name surname,sport1,sport2
name surname,sport3
name surname,sport1,sport4,sport5,sport6

etc (if there are also other fields like the time of submission etc it does not matter)

Is it possible to do it with a survey? I look it up a bit but it seems not. Are there other activities that would do that? I tried Questionnaire/Quiz but I don't see any type of question that would fit my needs.

Thanks!

Average of ratings: -