Admission System version 1.0

MOD2_UC10: Define an admission algorithm

Level: User
Main Actors: Administrator

Summary

Each major has to have an admission algorithm defined . It is used to construct ranking lists of Candidates for each major .

Preconditions:
- Administrator is logged in to the system

Main Scenario:

1. Administrator selects a major .
2. Administrator selects the define-algorithm option .
3. Administrator defines an algorithm in the algorithm editor .
4. System stores the algorithm .
5. System displays a confirmation message .

Extensions:

3.A Algorithm which is being implemented requires accessing some fields from the Candidates' personal or education data.
3.A.1. Administrator chooses an add-variable option .
3.A.2. System presents a list containing all available variables .
3.A.3. Administrator chooses a variable and confirms .
3.A.4. System inserts the variable identifier to the editor .
3.A.5. Go to step 3 .
5.A Administrator would like to test an algorithm.
5.A.1. Administrator chooses an option to test the algorithm [ MOD2_UC11 ] .
3.B There are syntax errors in the algorithm.
3.B.1. System highligths the line which contains an error .

Go to: Administrator
Back to main page