Skip to content

BakaOtaku/Offsubmit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Making online exams happen offline

1st Runner Up of Eduthon Hackathon

Live Links

The problem:

  • Due to COVID, many institutes decided to conduct remote online open-book exams.
  • Internet speed in many parts of India is insufficient for downloading the question papers and submitting answer sheets in a quick time.
  • Students of Jammu & Kashmir also face a lot of problems due to no 4G services.
  • This caused a lot of students inconvenience and even to opt-out of the remote exams.

How it solves:

The teacher will get a Portis wallet for creating an Ethereum (on Matic) smart contract for his course and upload his question paper which will then be AES-128 encrypted and stored on IPFS.

10 to 15 days before the exam, students will have to download the AES encrypted question papers of all exams collectively. Since now the student has sufficient time so there are no worries of slow internet speed.

Just before the beginning of each exam, the teacher will SMS the password to unlock that question paper and the app will decrypt the question paper so that students can now see it and start with the exam.

After writing the answer sheet, the student will create a pdf and the app will then create an SHA-256 hash of it and this hash will be sent as SMS from the student’s phone to Twilio no. and if the student has sent the SMS before the deadline of the exam, say 1 hour later, then this hash will be stored on the Ethereum-Matic chain corresponding to his id.

Now the previous process will be repeated for the remaining of the exams.

Once all the exams are over then the student can upload his answer sheets pdf taking an ample amount of time so that there is no inconvenience for slow internet speed users.

Now the app will check whether the student has uploaded the same answer sheets by matching the uploaded file’s hash and previously SMS hash stored on the Matic blockchain.

This will check that student has not tampered with the file after the deadline of the exam.

Now the professor can download the answer sheets and do the evaluation.

Unique Selling Points

  • The app is Ethereum + Matic based which allots a Portis wallet to teacher and a wallet id on phone app to students to ensure their easy on boarding.
  • The app can be scaled to an offline Moodle app for exam .
  • The app does not use System time to keep track of submission as System time can be changed.
  • The app leverages Proof of Existence protocol of Blockchain to ensure the scrutiny of submitted answer sheets.
  • Students are not restricted to use a particular mobile no. for submission.
  • They have to just send the generated SMS.
  • The professor just requires a Portis wallet with some Matic Ether and he can be easily onboarded.

Tech Stack

Blockchain
  • Ethereum + Matic
  • Portis
  • Solidity
Backend
  • Spring Boot - Java
  • Twilio SMS API
  • Web3j
Frontend
  • React
  • Web3.js
  • Portis
Mobile App
  • Flutter
  • Crypto

Team

Made with ❀️ and πŸ’»