Skip to content

Commit

Permalink
added _canShowFeedback to README.md and example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Jul 17, 2017
1 parent de9f3ec commit 579a17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ guide the learner’s interaction with the component.

**_canShowModelAnswer** (boolean): Setting this to `false` prevents the [**_showCorrectAnswer** button](https://github.com/adaptlearning/adapt_framework/wiki/Core-Buttons) from being displayed. The default is `true`.

**_canShowFeedback** (boolean): Setting this to `false` disables feedback, so it is not shown to the user. The default is `true`.

**_canShowMarking** (boolean): Setting this to `false` prevents ticks and crosses being displayed on question completion. The default is `true`.

**_recordInteraction** (boolean) Determines whether or not the learner's answers will be recorded to the LMS via cmi.interactions. Default is `true`. For further information, see the entry for `_shouldRecordInteractions` in the README for [adapt-contrib-spoor](https://github.com/adaptlearning/adapt-contrib-spoor).
Expand Down
1 change: 1 addition & 0 deletions example.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"_isRandom":false,
"_selectable":1,
"_canShowModelAnswer": true,
"_canShowFeedback": true,
"_canShowMarking": true,
"_recordInteraction":true,
"title": "MCQ",
Expand Down

0 comments on commit 579a17a

Please sign in to comment.