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
// Question Metadata
{ 
  hints: { 
    en : "string"
  }
}
Code Block
languagejson
“hints”: {
  “70c82bf5-9459-4c43-8897-0e58b7e1da62”: “<HTML>...</HTML>”,
  “70c82bf5-9459-4c43-8897-0e58b7e1da63”: “<HTML>...</HTML>”
  “70c82bf5-9459-4c43-8897-0e58b7e1da64”: “<HTML>...</HTML>”
}

For more information, please refer to this documentation: https://quml.sunbird.org/v1/question#hints

Only Siksalokam Shikshalokam is used in the following format.

...

Current Format

New format as per QuML Spec

Code Block
languagejson
{ 
  instructions: { 
    en : "<html>...</html>"
  }
}

//Only SiksalokamShikshalokam is used the above format.
// Not used by inQuiry
Code Block
languagejson
instructions:  : "<html>"

...