Skip to content

Commit

Permalink
Merge pull request #1483 from adaptlearning/issue/#1482
Browse files Browse the repository at this point in the history
issue-1482: wrong value
  • Loading branch information
moloko authored Mar 27, 2017
2 parents 31b2322 + bb69fb0 commit e0c675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/js/models/questionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ define([
_attemptsLeft: attempts,
_isCorrect: undefined,
_isSubmitted: false,
_buttonState: 'submit'
_buttonState: BUTTON_STATE.SUBMIT
});
},

Expand Down

0 comments on commit e0c675c

Please sign in to comment.