Premium Essay

Nt1310 Unit 6.1 Module

Submitted By
Words 1208
Pages 5
6.1 MODULE DESCRIPTION
This project has following modules:
• Login Module
• Department Module
• Subject Module
• Question Module
• Result Module
• Feedback Module
• Change Password Module 6.1.1 Login Module:
In login module Admin, Examiner and Participant enter the userId and password if that is valid then redirected to respected pages.
Pseudo Code:
//login module
Begin
Input userId, Password
Validates
Check for valid login
If Input is valid Redirect to user page
Else
Display error message End if
End

6.1.2 Department Module In department module Examiner can add, delete or update department. Participant need to select the department to give exam. This department can used to add the subjects. …show more content…
The admin can view and delete the feedback which is given by the participant.
Pseudo code:
//Feedback module
Begin
Input selected feedback If all the fields are entered Add valid information to database Else Display error message
End if
End

6.1.7 Change Password Module
In change password module will helpful to the admin, examiner as well as student to change the password.
Pseudo code:
//change password module

Similar Documents