File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/pods/components/certificate-comp/excellence-certificate-modal Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default class ExcellenceCertificateModal extends Component {
15
15
16
16
@computed ( 'stats' )
17
17
get isQualifiedForExcellenceCertififcate ( ) {
18
- return this . courseCompleted && ( this . stats . performance . percentile > this . run . get ( 'excellenceThreshold' ) )
18
+ return this . courseCompleted && ( this . stats . performance . score > this . run . get ( 'excellenceThreshold' ) )
19
19
}
20
20
21
21
@dropTask excellenceCertificateTask = function * ( ) {
Original file line number Diff line number Diff line change 22
22
</p >
23
23
24
24
<p class =" font-sm" >
25
- Complete {{ run.completionThreshold }} % of the course and be in the top {{ run.excellenceThreshold }}
26
- percentile to generate excellence certificate.</p >
25
+ Complete {{ run.completionThreshold }} % of the course and score {{ run.excellenceThreshold }} %
26
+ of the total score to generate excellence certificate.</p >
27
27
</div >
28
28
29
29
{{ #if canDownload }}
You can’t perform that action at this time.
0 commit comments