Skip to content

Commit

Permalink
update example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasschuiki committed Apr 16, 2014
1 parent 180275a commit 81ef174
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions example.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
{
"_id": "c-30",
"_parentId": "b-15",
"_id": "c-2100",
"_parentId": "b-05",
"_type": "component",
"_component": "opentextinput",
"_classes": "",
"_layout": "right",
"title": "Title of our open text input component",
"body": "Give feedback to the course.",
"_layout": "full",
"title": "OpenTextInput",
"body": "Problem?",
"_attempts": 1,
"placeholder": "Enter answer here",
"_allowsAnyOrder": false,
"_allowsAnyCase": true,
"_allowsPunctuation": true,
"_questionWeight": 10,
"buttons": {
"save": "SAVE",
"submit": "SUBMIT",
"reset": "RESET",
"showCorrectAnswer": "MODEL ANSWER",
"hideCorrectAnswer": "YOUR ANSWER"
"submit": "",
"reset": "",
"showCorrectAnswer": "",
"hideCorrectAnswer": ""
},
"feedback": {
"correct": "This feedback will appear if you answered the question correctly.",
"incorrect": "This feedback will appear if you answered the question incorrectly.",
"partly": "This feedback will appear if you answered part of the question correctly."
}
"feedback":{},
"submittedMessage": "You successfully submitted an Answer.",
"modelAnswer":"Answer to compare to."
}

0 comments on commit 81ef174

Please sign in to comment.