Randomize a question battery. Please insert the script into an expression within the question battery.
The id needs to be set as an id for an empty span tag somewhere inside the question battery, for example at the end of a battery question:
This is the question text belonging to the question battery<span id="example_property_name"/> Copy
This is the question text belonging to the question battery<span id="example_property_name"/>
The inserted script needs to get the same id attribute as the id parameter. See the following example:
"<script language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.randomize.set('UNIQUE_ID', 5);})</script>" Copy
"<script language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.randomize.set('UNIQUE_ID', 5);})</script>"
An unique id to identify the place to insert the indication (referred to as UNIQUE_ID in the script above).
Optional
The number of questions to show. This parameter is optional. If not provided all questions are shown.
Randomize a question battery. Please insert the script into an expression within the question battery.
The id needs to be set as an id for an empty span tag somewhere inside the question battery, for example at the end of a battery question:
The inserted script needs to get the same id attribute as the id parameter. See the following example: