-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.json
31 lines (31 loc) · 1.12 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"_id": "c-400",
"_parentId": "b-32",
"_type": "component",
"_component": "openTextInput",
"_classes": "",
"_layout": "full",
"title": "Title of the problem",
"displayTitle": "Open TextInput Component",
"body": "Description of the problem.",
"placeholder": "Enter your answer here",
"_allowedCharacters": 200,
"remainingCharactersText": "Characters left",
"characterCountText": "Amount of Characters",
"_numberOfRows": 4,
"_isAllowedToNavigate": false,
"clearNotificationTitle": "Title: Clear Text",
"clearNotificationBody": "Clear Notification Body",
"unsavedChangesNotificationTitle": "Body: Do you really want to delete your written text?",
"unsavedChangesNotificationBody": "Unsaved changes notification body",
"modelAnswer": "Answer to compare to.",
"savedMessage": "Your text has been saved",
"submittedMessage": "Your answer has been submitted",
"_buttons": {
"save": "Save",
"submit": "Submit",
"showModelAnswer": "Show correct answer",
"showUserAnswer": "Hide correct answer",
"clear": "Clear"
}
},