Skip to content

Commit

Permalink
Don't display confidence slider for quizzes. Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Fullarton committed Aug 10, 2017
1 parent 54e335a commit 0232b33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -55,3 +55,4 @@ node_modules
arsnova.click-build/
.build_local.sh.swp

.DS_Store
Expand Up @@ -10,8 +10,7 @@
"questionIndex": 0,
"displayAnswerText": false,
"answerOptionList": [],
"type": "ABCDSingleChoiceQuestion",
"multipleSelectionEnabled": false
"type": "ABCDSingleChoiceQuestion"
}
],
"configuration": {
Expand All @@ -38,7 +37,7 @@
"theme": "theme-Material",
"readingConfirmationEnabled": false,
"showResponseProgress": true,
"confidenceSliderEnabled": true
"confidenceSliderEnabled": false
},
"type": "DefaultQuestionGroup"
}

0 comments on commit 0232b33

Please sign in to comment.