Statistics / part dropdown list concatenates the current and previous item progressively
Description
Attachments
Activity

Derek Ramsey May 22, 2018 at 10:40 AM
Verified on nightly 13x.

Matthew Jones May 21, 2018 at 4:59 PM
Can you verify this one ?

Former user May 11, 2018 at 11:00 AMEdited
We've had an instructor report this today as well (on 11.4).
Since it looked like an easy fix, I've looked into it and I think I've found the place/problem; looks like it can be fixed by simply moving one line.
In
org.sakaiproject.tool.assessment.ui.bean.evaluation.HistogramScoresBean.setAssesmentParts(List<PublishedSectionData>)
the creation of the StringBuilder named "text" has to be done inside the for loop (so that it gets cleared).

Laura Cira September 8, 2017 at 9:13 AM
While the statistics screen itself is correctly allowing me to choose stats from different parts through the dropdown (and displays the results for that part as expected), the dropdown lists each part as an ever increasing list instead of a single section.
It appears that all is needed is a fix to this dropdown list.
Details
Details
Priority
Components
Assignee

Reporter

When viewing statistics for an exam that has numerous parts, the parts dropdown box lists the current parts along with the current part title. See screenshot for example.