Skip to content

Deeptanil/simple-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLIFIED TESTS

This is my first project. I was giving mock tests and considered making it (procatination) and it seems to work really well. This is a python run program using csv files. It takes user inputs (answers) and stores them in a (.csv) file. Then using an exisiting answer key file it checks the answers and shows all mistakes and gives a total marks.

Functions:

  1. Record answers given by user.

    image

  2. Edit mistakes done by user.

    image

  3. Review the test.

    image

How to use: A example has been uploaded which can be used to understand the code. "exampletest.csv" is the users inputs (answers) and mathak are the correct answers to the said user input questions.