Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Current Format

New format as per QuML Spec

Code Block
languagejson
timeLimits: {
   "maxTime": "240",
   "warningTime": "60"
}
Code Block
languagejson
{
    “timeLimits”: {
        “questionSet”: { // time limits for the question set and for any member sets
            “min”: <milli_seconds><seconds>,
            “max”: <milli_seconds><seconds>
        },
        “question”: { // time limits for the questions in the question set
            “min”: <milli_seconds><seconds>,
            “max”: <milli_seconds><seconds>
        }
    }
}

Warning time will be removed from the editor and moved to the player side.

...