instructor user

4
Instructor User Student User Course Registration Form (#8) Grade report (#14) Class list (#13) Grade Entry Form (#10)

Upload: dale-scott

Post on 30-Dec-2015

28 views

Category:

Documents


0 download

DESCRIPTION

Instructor User. Student User. Grade report (#14). Class list (#13). Course Registration Form (#8). Grade Entry Form (#10). Flow control with macro (#19). Check UserName from the Login form against the USER table. If UserName is not found in the USER table then: Issue error message - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Instructor User

Instructor User

Student User

Course Registration Form (#8)

Grade report (#14) Class list (#13)

Grade Entry Form (#10)

Page 2: Instructor User

Flow control with macro (#19)

1. Check UserName from the Login form against the USER table.

2. If UserName is not found in the USER table then:• Issue error message• Reset the UserName field

3. If UserName is legitimate then:4. Check Password from the Login form against the USER

table.5. If Password does not match with the user then:

• Issue error message• Reset the Password field

6. If Password is legitimate then:• Reset the password field• Hide the Login form• Open the student (instructor) screen for student (instructor) users

Page 3: Instructor User

Flow control with macro (#20)

1. If the “Grade Entry” button is clicked then:• Open the grade entry form for that particular instructor

(identified by its UserName)

• Bring the grade point field in focus

2. If the “Class List” button is clicked then:• Open the class list report for that particular instructor

(identified by its UserName) in Print Review mode

3. If the “Return” button is clicked then:• Reset the UserName field in the Login form

• Close the instructor screen

• Open the Login form

Page 4: Instructor User

Flow control with macro (#21)

1. If the “Registration” button is clicked then:• Open the Course Registration form for that particular

student (identified by its UserName)

• Bring the Courses field in focus

2. If the “Grade Report” button is clicked then:• Open the grade report for that particular student (identified

by its UserName) in Print Review mode

3. If the “Return” button is clicked then:• Reset the UserName field in the Login form

• Close the student screen

• Open the Login form