¿Cómo podemos ayudar?
How to obtain the score of a Quiz using Javascript
You can use this call to get the Score using JS:
var score = this.get('data').quiz.get(TDV.Quiz.PROPERTY.SCORE);
You can use this call to get the Score using JS:
var score = this.get('data').quiz.get(TDV.Quiz.PROPERTY.SCORE);