~Comment This setup shows how to rotate a list of names in the text of a question. Rotate Gen add questions of each response code into a FLD,A question and then use the \# to show the answers on the screen in the order that they were generated. This question with the name list MUST be a FLD and cannot be a CAT. >PurgeSame ~Prepare Compile -Specs [Rotate_text] {!Rotate,S} >Rep $A=1,...,3 {!Gen,A,List,$A } >EndRep {!EndRotate} {List: !Fld,A,3 1 Black 2 Brown 3 Green } {Choose: Of these 3 candidates, \#(list,1,1), \#(list,2,1), or \#(list,3,1) which would you vote for? !fld 1 Black 2 Brown 3 Green 4 Someone else 7 Wouldn't vote 8 Not sure 9 Refused } ~End