Course Roster Web Application
Course Roster Web Application
Author: R. Calianno
Â
CLASS ROSTER:
After loading the web application, the user can select their class from the drop down list provided.
After selecting their course, the user will be presented with the class roster information.
Â
*There is no interaction with this screen.
COURSE DEFICIENCIES:
During the entrance period of Deficiency reporting, when the user logs in the will now see an additional button at the top section of the web application:
 ‘Click here to mark all as NOT deficient’
Clicking this button will mark all students for the selected class as NOT DEFICIENT.
Â
The user can also mark each individual student as either Not Deficient or Deficient. All changes made to this screen are automatically saved.
The data is immediately saved to:
Table: SFRSTCR
Column: sfrstcr_grde_code_mid
Where: Deficient = DF and Not Deficient = ND
AND
Table:WREG196
Data: Pidm, Term Code, Activity Date, CRN
Use: Table used to store activity information for reporting purposes.
ATTENDANCE:
During the entrance period of Attendance reporting, when the user logs in the will now see an additional button at the top section of the web application:
 ‘Click here to mark all as Attending’
Clicking this button will mark all students for the selected class as ATTENDING.
Â
The user can also mark each individual student as either Not Attending or Attending. All changes made to this screen are automatically saved.
The data is immediately saved:
Table: WREG195
Data: Pidm, Term, Activity Date, CRN, Attending Ind
Where: Attending = Y and Not Attending = N
ADMIN CONTROLS
Â
Administrators for the web application will see an additional Admin button at the top of the screen.
Change the ON/OFF state for the reporting sessions for the users:
Any changes to this screen will take effect immediately.
Data is stored in:
Table: WREG197
WREG197_TYPE: Â D = Deficiency, A = Attendance
WREG197_ACTIVE: N = NO, Y = YES