We're using CrowdFlower in tandem with Amazon Mechanical Turk. Our questions have the same set of answers to choose from, so we'd like to randomize the order in which they appear, in order to keep users alert and hopefully dissuade them from cheating.
We want to be able to insert a script into the CML (CrowdFlower Markup Language) Documentation that could be applied to all the questions. We think inserting some JavaScript would be the right way to go. Any tips would be welcome.
You can achieve this with a small snippet of javascript. All you'll need to do is add a class="rando" attribute to the
cml:radiosorcml:checkboxestag that you want to randomize, and place the following code in the javascript portion of the advanced editor (this assumes you have fewer than 10 choices in yourcml:radiosorcml:checkboxestag):