Skip to content

Commit

Permalink
Amend schema to change boolean selects to checkboxes, as per adaptlea…
Browse files Browse the repository at this point in the history
…rning/adapt_authoring#1380

Also update help text to avoid referencing the type of UI element that is used in case we want to change it in the future to a different one.
  • Loading branch information
moloko committed Apr 27, 2017
1 parent e07f3cd commit 70007e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"required":true,
"default": true,
"title": "Show before assessment completion",
"inputType": {"type": "Boolean", "options": [true, false]},
"inputType": "Checkbox",
"validators": [],
"help": "If set to 'false', this will be hidden until the assessment is completed."
"help": "If disabled, this component will be hidden until the assessment is completed."
},
"_assessmentId": {
"type": "string",
Expand Down Expand Up @@ -103,7 +103,7 @@
"required":true,
"default": true,
"title": "Allow Retry",
"inputType": {"type": "Boolean", "options": [true, false]},
"inputType": "Checkbox",
"validators": []
},
"_classes": {
Expand Down

0 comments on commit 70007e3

Please sign in to comment.