Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.1
-
Fix Version/s: 2.5.0
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:None
Description
In HistogramListener.java, we throw:
RuntimeException("failed to call questionScores.");
It should be "failed to call histogramScores".
This doesn't affect any behavior but I would like to fix it because the log message did confuse when I tried to debug one other issue.