See: Description
Interface | Description |
---|---|
StudentOrder |
This interface is used by online selectioning test to take students in a
particular order, parameter Test.StudentOrder.
|
Class | Description |
---|---|
StudentByPriorityRequestDate |
Return the given set of students in an order of student priority, and
when of the same priority of average course request
time stamp
CourseRequest.getTimeStamp() . |
StudentByRequestDate |
Return the given set of students in an order of average course request
time stamp
CourseRequest.getTimeStamp() . |
StudentChoiceOrder |
Return the given set of students in an order of average number of choices of
each student (students with more choices first).
|
StudentChoiceRealFirstOrder |
Return the given set of students in an order of average number of choices of
each student (students with more choices first), however, real student are
before last-like students.
|
StudentGroupsChoiceRealFirstOrder |
Return the given set of students in an order of average number of request groups of
each student.
|
StudentMajorOrder |
Return the given set of students ordered by their majors
|
StudentRandomOrder |
Return the given set of students in a random order
|
StudentRandomRealFirstOrder |
Return the given set of students in a random order, however, all real
students before last-like students.
|