Skip to content

Commit

Permalink
fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
dancgray committed Nov 3, 2016
1 parent 5866e6c commit 1a5d6b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-enhanced-question",
"version": "2.0.2",
"version": "2.0.3",
"framework": "^2.0.4",
"homepage": "https://github.com/deltanet/adapt-enhanced-question",
"issues": "https://github.com/deltanet/adapt-enhanced-question/issues",
Expand Down
9 changes: 6 additions & 3 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -147,23 +147,26 @@
"default": "Correct",
"inputType": "Text",
"validators": [],
"help": "Title for the correct feedback"
"help": "Title for the correct feedback",
"translatable": true
},
"incorrect": {
"type": "string",
"required": true,
"default": "Incorrect",
"inputType": "Text",
"validators": [],
"help": "Title for the incorrect feedback"
"help": "Title for the incorrect feedback",
"translatable": true
},
"partlyCorrect": {
"type": "string",
"required": true,
"default": "Partly correct",
"inputType": "Text",
"validators": [],
"help": "Title for the partly correct feedback"
"help": "Title for the partly correct feedback",
"translatable": true
}
}
}
Expand Down

0 comments on commit 1a5d6b0

Please sign in to comment.