Versions Compared

Key

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

...

The new timeLimts will be stored asin below format:

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

Example:-

Code Block
timeLimits:
{
   questionset: {
           min: 0,
           max: 300 // for 05 min - (05*60 sec = 300 sec)
        }
}

maxScore

For question:

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

...