Educational system administrator frame

/ *
Manager Operation
* /
IF (panD0) {
// administrator terminal
} else if (pand
1) {
// Tutor
} the else IF (panD == 2) {
// end Student
} the else {
// input error
}

Students // end (you can use switch case optimization)
IF (Operate0) {
// return to the Home
} else if (operate
1) {
// check their results - Previous returned
} else if (operate2) {
// Change password
} else if (operate
3) {
// find the class scores
} else if (operate4) {
// find the subject
} else if (operate
5) {
// improve their information
} the else {
// return to the Home
}

// end teacher (you can use switch case optimization)
IF (Operate0) {
// return to the Home
} else if (operate
1) {
// check their disciplines
// View Grades
// join students into their classroom
} else if (operate2) {
// Change password
} else if (operate
3) {
// find the class scores
} else if (operate4) {
// find the subject
} else if (operate
5) {
// Create a new discipline
} else if (operate6) {
// improve their information
} else if (operate
7) {
// join student
} the else {
// return to the Home
}

Administrators // end
if (operate0) {
// return to the Home
} else if (operate
1) {
// view from disciplines
// View Grades
// add a student to a classroom
} else if (operate2) {
// Change password
} else if (operate
3) {
// find the class scores
} else if (operate4) {
// find the subject
} else if (operate
5) {
// Create a new discipline
} else if (operate6) {
// improve their information
} else if (operate
7) {
// join teacher
// join students
// create a new administrator (lower level)
} the else {
// return to the Home
}

Released nine original articles · won praise 10 · views 382

Guess you like

Origin blog.csdn.net/weixin_45981189/article/details/104922821