The get_order
function returns the string stored in an ordered widget's system-generated order variable.
2. Which of these taglines do you think would be the most popular?
type: radio
randomize: y
1. Savings Made Simple
2. Special Everyday
3. The Everyday Made Special
4. Where Everyday Meets Special
5. Expect Something Special
6. Where Savings Meets Special
show text: POP
text: The order of popularity in which you saw the items, with 1 being first: [* get_order('Q2') *]
In the example above, the get_order
function will return the string found in order_Q2.
Details
- The
get_order
strings are comma-separated numbers where each number refers to an element's original position. -
get_order
can reference a question or a list. - The
get_order
string will match the order variable found in the Order fields sub-chapter of the System fields in the reporting field tree - The
get_order
function will return any order regardless of whether that widget is defined before or after theget_order
instance.
Comments
0 comments
Please sign in to leave a comment.