Versions Compared

Key

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

...

Current Format

New format as per QuML Spec

Not Applicable

Code Block
languagejson
"answer": "India0" // actualcorrect option value.index.(here "0" indicates 1st option is correct option)

Multi-select MCQ:

Current Format

New format as per QuML Spec

Not Applicable

Code Block
languagejson
"answer": "India, US"[0,2] // actualcorrect options value.indexes. (here [0,2] indicates 1st and 3rd options are correct options)

interactions

As part of the new implementation, We will be moving only the validation field under the response1 property. No other change.

...