Widget:Sandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 599: | Line 599: | ||
}, | }, | ||
score : function (event) { | score : function (event) { | ||
getRating("difficulty", exam.examQuestions[exam.currentQuestion].PageName); | return getRating("difficulty", exam.examQuestions[exam.currentQuestion].PageName); | ||
}, | }, | ||
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | ||
Line 609: | Line 609: | ||
}, | }, | ||
score : function (event) { | score : function (event) { | ||
getRating("yield", exam.examQuestions[exam.currentQuestion].PageName); | return getRating("yield", exam.examQuestions[exam.currentQuestion].PageName); | ||
}, | }, | ||
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | ||
Line 619: | Line 619: | ||
}, | }, | ||
score : function (event) { | score : function (event) { | ||
getRating("quality", exam.examQuestions[exam.currentQuestion].PageName); | return getRating("quality", exam.examQuestions[exam.currentQuestion].PageName); | ||
}, | }, | ||
hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] | hints : ['Very Poor', 'Poor', 'Average', 'Good', 'Very Good'] |