Versions Compared

Key

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

...

(Note: Existing behavior of the player will be continuing as it is for the warning indicator)

Editor Changes:

We will remove Warning timer from editor.

We will stamp min time as 0 by default from editor

The new timeLimts will be stored as:

Code Block
timeLimits:
{
  "description": "Time limits for the complete set and/or for each question in the question set.",
   questionset: {
           min: number,
           max: number
   }

maxScore

For question:

Currently, maxScore property is getting stamped in two places at the question metadata level.

...