Commit Graph

8 Commits (e947b97016d0edd1778d02368c57a3c78829d945)

Author SHA1 Message Date
CODEwithZAKI f31c7decfd Removed the Single Qoutes+1 2020-12-22 16:23:44 +03:00
CODEwithZAKI 3e4ee8958d Removed the single qoutes 2020-12-22 14:52:51 +03:00
CODEwithZAKI 2778a9ed3b Removed leading space 2020-12-15 06:20:24 +03:00
CODEwithZAKI 2567a7fe21 Fixed Bug 25 2020-12-15 05:56:04 +03:00
CODEwithZAKI d4cb07ba1c increased the size of column_name Course_Name 2020-12-15 05:30:00 +03:00
CloudStarTreck 25f9b4ff0f Allowing all group member to submit assignment and allowing Lecture to Edit Assignments
Two Issues have been Fixed

1)Firstly
Only Group Admins were able to submit group assignments and the system was indicating to other members that they missed the deadline.

This Problems was solved through the following stages:

Create 4 new columns 'Member_ID1-4 Varchar(50) DEFAULT 0' in the database table 'course_group_table' (this will limit each group to max 5 members you can check the file Script.php from line 1071.)

Changing the SQL query in SubmitLab.php to allow both Group Member and Group Admin to submit assignment. (However for this feature to take effect with backward compat, the group admin might need to invite other members again into the group or else they still wont be able to submit but all the group assignments will indicate that they have been submitted by the admin. For any new group after the update it works perfect.)

Changing the Course.php allows other members to be updated once 1 member submit the assignment.

2)Secondly
The Tutor couldnt modify assignments once posted.

Adding an 'Edit' Button on the Tutor's page allows him to modify new and old assignment without any duplications. This feature afftected Courses.php from line 109.

Group
Ashly Tafadzwa Dhani 201632120150
Samantha Rusike 201632120140
2020-04-06 23:45:30 +08:00
CloudStarTreck e3dafae622 Removing the 'HashPassword' Column
Edited by Ashly
Removed the insertion of encripted password into the 'HashPassword' column. All passwords are kept in the 'Password' Column.

Also adjusted the Column size of database to hold the long hashed password
2020-03-19 19:49:41 +08:00
CloudStarTreck 2ac128c680 adding LRR files
uploading the full project online
2020-03-16 15:23:14 +08:00