Skip to content

Commit

Permalink
added shortcut to isPass following request from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Aug 14, 2017
1 parent c49ee48 commit aae761d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/adapt-contrib-assessmentResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ define([
attemptsLeft: state.attemptsLeft,
score: state.score,
scoreAsPercent: state.scoreAsPercent,
maxScore: state.maxScore
maxScore: state.maxScore,
isPass: state.isPass
});

var feedbackBand = this.getFeedbackBand();
Expand Down

0 comments on commit aae761d

Please sign in to comment.