View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
07343Feature requestsSurvey editingpublic2021-11-08 06:51
Reportervs_arni Assigned To 
PrioritynormalSeverityfeature 
Status acknowledgedResolutionopen 
Summary07343: fixing more answer order within random order answers
Description

Hi, I will explain with an example...

In sociopolitical surveys, often we use this questions:
"Which party will you vote next sunday?"

Answers are the number of the parties and three possibility for not voting:
"I will not vote", "I will vote but I do not know which party yet", "I don't want to tell you".

I would like to display parties in random order and the "non vote" answer in fixer order.

Like this:

2 Party 2
3 Party 3
1 Party 1
...
10 Party 10
(in random order)
11 I will not vote
12 I will vote but I do not know which party yet
13 I don't want to tell you
(in fixed order)

Thanks,
Arnaldo.

Additional Information

A possible solution: question attributes
I do know how... but it will be nice if, when you are using the question attribute "random_order", you can specify the number of answer you want in random order.
In my example:
random_order =10

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

user20760

2012-07-07 12:10

  ~24298

Alternative solution: Determine and store order before presentation
For each group (or, indeed, across groups or all survey items?) the order of question presentation is determined before the first question is presented.

For example, this could easily be done by creating and writing to a long string field within the limesurvey[number] table which determines the order of presentation for each respondent. (Ideally, this should work for both randomized and nonrandom questions!!)

Then, for each group or question presented, the order can easily be determined by reading of the substrings of this field.

galads

galads

2021-11-08 06:51

reporter   ~67155

Hello vs_arni,

Thank you for suggesting a feature.

However, it seems the feature has been implemented already in the latest versions.

Please check on the latest versions and if the issue still exists, feel free to re-open the report.

kind regards,
galads

Issue History

Date Modified Username Field Change
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing
2021-11-08 06:51 galads Note Added: 67155
2021-11-08 06:51 galads Bug heat 2 => 4