Skip to content

A Student/Teacher grade portal done using PHP/JQuery/Ajax/JSON

Notifications You must be signed in to change notification settings

HenryAlbu/CRUD-Teacher-Grading-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Teacher Grading Portal

Gradester is a portal that both students and teaches can you to organize and keep track of assignment grades for their class. Teachers will have the ability to select specific students and add grades. Students will be able to access the portal to see the grades that have been added. The portal will react differently based on whether the user logged in is a teacher or student. For example students will not be able to edit or see other students grades. The teacher side of the portal they will be able to see all the students that have registered on the system and will be able to add their grades and add assignments to a particular student. The portal will also have a create account button that will allow the registration of new teachers and students. The system will also allow the allocation of a student into a class. Documentation

INDEX.PHP

TEACHERS.PHP

CONTROLLER.PHP

Step 1

create a mysql database named "C354_balbuquerque" and import the C354_balbuquerque.sql file

Step 2

Edit line 2 of model.php to reflect your mysql information

$conn = mysqli_connect('localhost', 'balbuquerque', 'balbuquerque', 'C354_balbuquerque');

About

A Student/Teacher grade portal done using PHP/JQuery/Ajax/JSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published