Commit 03da296e by jay

.

1 parent 10a7450f
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
}, },
"type": "text" "type": "text"
}, },
"finalAnswer1": { "finalAnswer1text1": {
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": true
...@@ -203,13 +203,37 @@ ...@@ -203,13 +203,37 @@
}, },
"type": "text" "type": "text"
}, },
"finalAnswer2": { "finalAnswer2text1": {
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {
"localized": true "localized": true
} }
}, },
"type": "text" "type": "text"
},
"finalAnswer1text2": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"finalAnswer2text2": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"takeAssessmentAgain": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!