Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Rotate answer options/sub questions: Difference between revisions

From Catglobe Wiki
New page: == Challenge == In order to synchronize the answer option/sub question rotation among more than one questions As a questionnaire creator I want to control the rotation by setting exp...
ย 
Cg van (talk | contribs)
Line 1: Line 1:
== Challenge ==
== Rotate answer options/sub questions ==


In order to synchronize the answer option/sub question rotation among more than one questions ย 
In order to synchronize the answer option/sub question rotation among more than one questions ย 

Revision as of 08:19, 5 January 2012

Rotate answer options/sub questions

In order to synchronize the answer option/sub question rotation among more than one questions

As a questionnaire creator

I want to control the rotation by setting explicitly the first item in a range after rotation

Example

I have a list of drinks as answer options

I want to have Mirinda as the top answer option in the list and keep None of the above in its original position

ย 

Solution

Set the rotation rangeย from 0-5 with rotation index is 3

Code

quest.rotateAnswerOptions(0, 5, 3);