Skip to content
Snippets Groups Projects
Commit 62877fb2 authored by srosse's avatar srosse
Browse files

OO-5294: order results of QTI tests in Excel by last name and first name

parent 08c010c0
No related branches found
No related tags found
No related merge requests found
......@@ -785,7 +785,7 @@ public class AssessmentTestSessionDAO {
decorateTestSessionPermission(sb, searchParams);
//need to be anonymized
sb.append(" order by usr.lastName, testSession.key");
sb.append(" order by usr.lastName, usr.firstName, testSession.key");
TypedQuery<AssessmentTestSession> query = dbInstance.getCurrentEntityManager()
.createQuery(sb.toString(), AssessmentTestSession.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment