Is there a way to set the 'checked'-attribute of a radiobutton or checkbox in properties.schema? And how can i preselect an option of a select-list? I've tried the 'default' value, but without luck.
Matt,
thanks for your reply. For testing, I've copied your example into my properties.schema:
"testDropDown": {
"type": "string",
"required": true,
"default": "completed",
"title": "Tracking success status",
"enum": ["completed", "passed", "failed", "incomplete"],
"inputType": {
"type": "Select",
"options": ["completed", "passed", "failed", "incomplete"]
},
"validators": [],
"help": "What status to report back to the LMS when the tracking criteria are met."
}
That's what I get in author:
Well yes, I see what you mean... I have to say I'm stumped and will have to defer to someone with better knowledge of the authoring tool!
Have you tried asking in the authoring tool chat room? it might be a bit quiet at the moment though as people are finishing for the holidays...