Hello again!
One of my students is trying to program an online survey where one of the pages is timed (a 2 minute countdown which auto-advances). Testing things out, I can get the timer to work fine in the preview (see screenshot below) but when I pilot or run it, it sits on the page without the timer & without autoadvancing once the time has passed.
The JSON for the affected block is below - any suggestions are much appreciated! Thank you!
-Alison
{
“title”: “block_1”,
“pages”: [
{
“name”: “page1”,
“title”: “Strengths and Weaknesses”,
“description”: "Please start describing your strengths and then move on to your weaknesses. The clock will tell you how much time you have left, if you finish early just wait until the clock reaches zero ",
“navigationButtonsVisibility”: “hide”,
“timeLimit”: 13,
“elements”: [
{
“type”: “comment”,
“name”: “question1”,
“title”: “List your strengths”
},
{
“type”: “comment”,
“name”: “question2”,
“title”: “List your Weaknesses”
}
]
}
],
“showNavigationButtons”: “none”,
“showTitle”: false,
“showTimer”: true,
“timeLimit”: 15,
“timerInfoMode”: “survey”
}
