0 votes
Does Guided Track allow survey questions where a user ranks provided options? How would I go about setting up that question in a program?
by (5.8k points)

1 Answer

0 votes

You are right GuidedTrack does not have a built-in way to create a ranking question.

One way to construct such questions could be something like this.

It lets you specify items that you want the user to rank. It asks which one they want to choose, then removes the one they pick and asks it again, and so on until every item is ranked. Creates a collection specifying the order that they picked the items in. Takes variables itemsToRank and rankQuestionText as input. Produces as output: selectedOrder. You can also set numberOfSelections as input if you don't want them to rank all items but only a smaller number of top items.

Here is an example of how to call this program from your survey.

 

by (5.8k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users