A Student-Teacher Portal built using HTML, CSS, Python and Django
Class Manager is a Student-Teacher Portal where techers and student can sign up and teachers can add students in their class.
Class Manager contains more features like:
- Teachers can add or edit their student's marks after adding them in the class.
- Teachers can also write notice which will be sent to all students in their class.
- Teachers can upload assignments which will be sent to all students in their class and students can download the assignments.
- Students can also submit their assignment but once submitted can't be changed later.
- Teachers can also see all the mark given by them to a student through their marks profile and can edit them if necessary.
- Students can see marks given to them by teachers in marks section.
- Student can see the list of all teachers in the portal and can message any of them.
- Teachers can see all the messages written by students in Inbox.
- User can search any student through search option at the top of the student list page. Same goes for teachers list.
- User can see their profile through profile option.
- User can add profile picture and edit their profile through edit profile.
- User can also change their password if necessary.
User can edit their profile by clicking on Edit profile
Here, teachers can see all the marks given by them to a particular student of her class and can update them.
Students can download assignment given by their teacher and can submit their work too.
Teacher can check submissions made by their students and can give them marks for that.
Class Manager uses the multi-user concept of Django where student and teacher are different types of user and have different functionalities. Also adding features like notice, messages, Assignment, adding students to the class etc. requires a lot of Django concepts. Projects like Class Manager is a great choice to practice your Django skills and test yourself.