Skip to content

Usage Guide

Rohit Tuli edited this page Nov 28, 2021 · 2 revisions

How to Use?

Note

The website is hosted on This Link. I recommend running on this URL instead of running on your machine

If you wish to run it on your machine,

  1. Clone the Repository
  2. Move to the Microsoft-Engage-Project folder cd Microsoft-Engage-Project
  3. Run npm install
  4. Move to client directory and run npm install again. cd client and npm install
  5. Move back to parent directory cd ..
  6. Run command npm run dev npm run dev This concurrently runs server and frontend. Give a few seconds for frontend to load on localhost:3000

As a Professor:

  1. Open https://online-exam-proctoring.herokuapp.com/ It might take some time to load for the first time, will be faster from the next time.
  2. Click on Register, CHECK are you an Instructor to create a professor account.
  3. Login to your account.
  4. Click on Create Exam Button. Fill out the form. In the Exam Link option you can enter any link like Google form, Microsoft Form etc on which you have created the quiz. It is advised to use Google Form.
  5. Click on Generate Code button, it generates a code and shows it in the corresponding input field. Note it down. Click Create Exam Button to create the exam.
  6. Once the exam is live, you can enter the exam code in the homepage and click the Check Logs Button to see the status of the students giving the exam in real time. To refresh the table just click Check Logs again.

As a Student

  1. Open https://online-exam-proctoring.herokuapp.com/ It might take some time to load for the first time, will be faster from the next time.
  2. Click on Register, UNCHECK are you an Instructor to create a professor account.
  3. Login to your account.
  4. When the exam has started, enter the exam code provided by your professor and click the button to start the exam.
  5. Make sure you are sitting in a WELL LIT Room. Do not try to cheat because your actions are being recorded!
Clone this wiki locally