We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0060593 commit 149b61cCopy full SHA for 149b61c
app/pods/components/certificate-comp/excellence-certificate-modal/component.js
@@ -15,7 +15,7 @@ export default class ExcellenceCertificateModal extends Component {
15
16
@computed('stats')
17
get isQualifiedForExcellenceCertififcate() {
18
- return this.courseCompleted && (this.stats.performance.scoreCompletionPercentage > this.run.get('excellenceThreshold'))
+ return this.courseCompleted && (this.stats.performance.scoreCompletionPercentage >= this.run.get('excellenceThreshold'))
19
}
20
21
@dropTask excellenceCertificateTask = function* () {
0 commit comments