| Students |
|
Students will be able to view their individual exam results for each component/module of their Apprenticeship. ASC_Backend Details:
The ROTC_Backend database is very similar in structure; all fields are located in the same tables (ie tbl_ROTC_Students, tbl_ROTC_Contracts, and tbl_ROTC_Results). The same fields will need to be extracted – the only difference being that the Module field needs to be extracted rather then the Component field. Module is located in tbl_ROTC_Modules and is linked to tbl_ROTC_Results via the Module ID field. Students will also have access to view Class Notes and Timetables (both of which will be stored as pdf’s in the system). Class Notes and Timetables will be specific to the Component/Module being completed by the Student and will be stored in the system under the relevant Component/Module name.
|