Skip to content

Commit

Permalink
Merge pull request #47 from adaptlearning/issue/46
Browse files Browse the repository at this point in the history
Fix for default item selection
  • Loading branch information
oliverfoster authored Jun 14, 2021
2 parents dc7d921 + c2db422 commit ae5bc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/confidenceSliderModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ define([
restoreUserAnswers: function() {
if (!this.get('_isSubmitted')) {
this.set({
_selectedItem: {},
_userAnswer: undefined
});
this.selectDefaultItem();
return;
}

Expand Down

0 comments on commit ae5bc71

Please sign in to comment.