...
Current Format | New format as per QuML Spec |
---|
Code Block |
---|
| // Question Metadata
{
hints: {
en : "string"
}
} |
| Code Block |
---|
| “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 |
---|
| {
instructions: {
en : "<html>...</html>"
}
}
//Only SiksalokamShikshalokam is used the above format.
// Not used by inQuiry
|
| Code Block |
---|
| instructions: : "<html>" |
|
...