{% extends 'base.html' %} {% block content %} {% load static %}
{% if user.is_teacher %}
Method of Usage for Teachers
Module 1: Content Generation

After successful login, you can do the following:

  1. Utilize Tutor-AI's generation model for your books, notes, or slides.
  2. After satisfaction with the response, save the generated content in PDF format.
Module 2: Virtual Classroom

After successful login, you can do the following:

  1. Create a room with your desired room name. (Room key is generated after room creation)
  2. Tell all your students to join with their names and the generated room key.
  3. Accept or reject requests from students to join the room.
  4. Conduct various activities such as quizzes, assignments, and exams once everyone is in the room.
  5. Upload the generated file or your own file for conducting sessions.
Module 3: Analytics

After successful login, you can see each room's analytics including:

  • Progress of each student in the room.
{% else %}
Method of Usage for Students
Module 1: Joining Rooms

As a student, you can do the following:

  1. Use the room key and your name to send a request to join rooms.
Module 2: Submissions and Marks

After the teacher has uploaded a file, you can do the following:

  1. Upload your submission for the given assignment.
  2. Once the teacher has marked your submission, you can see your marks.
Module 3: Analytics

As a student, you can see your own analytics including:

  • Your progress and performance in various activities.
{% endif %}
{% endblock %}