MessageBundleDemoForever: Difference between revisions
Created page with "{ "problem.choiceresponse.p": "You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes problems. Edit this component to replace this template with your own assessment.", "problem.choiceresponse.label": "Add the question text, or prompt, here. This text is required.", "problem.choiceresponse.description": "You can add an optional tip or note related to the prompt like this.", "problem.choiceresponse.checkboxgroup.cho..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
" | "@metadata": { | ||
" | "label": "Message bundle demo forever" | ||
" | }, | ||
" | "template-description": "You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes problems. Edit this component to replace this template with your own assessment.", | ||
" | "label": "Add the question text, or prompt, here. This text is required.", | ||
" | "description": "You can add an optional tip or note related to the prompt like this.", | ||
" | "choice-1": "a correct answer", | ||
" | "choice-2": "an incorrect answer", | ||
" | "choice-3": "an incorrect answer! - FR", | ||
"choice-4": "a correct answer", | |||
"choice-5": "Another incorrect answer ...", | |||
"display-name": "Checkboxes" | |||
} | } |
Latest revision as of 13:14, 4 September 2024
@metadata |
| ||
---|---|---|---|
template-description | "You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes problems. Edit this component to replace this template with your own assessment." | ||
label | "Add the question text, or prompt, here. This text is required." | ||
description | "You can add an optional tip or note related to the prompt like this." | ||
choice-1 | "a correct answer" | ||
choice-2 | "an incorrect answer" | ||
choice-3 | "an incorrect answer! - FR" | ||
choice-4 | "a correct answer" | ||
choice-5 | "Another incorrect answer ..." | ||
display-name | "Checkboxes" |