Pariksha is a question bank and testing web app for Computer Based Assessment (CBA), developed to cater the needs of educators, to felicitate and empower them by providing them with means to faster and accurate evaluations.
The web app allows education institutes to conduct examinations and streamline their assessment process. The features of Pariksha include:
- Generating random sets of questions from the database.
- Assessing responses and returning scores automatically and immediately.
- CRUD interface to database for admins
- To develop test-taker registration process.
- Evaluating results of examinations with statistical analyses.
- MySQL database
- The question-answer set should exist in the database before installation.
- Copy the contents of Pariksha repository into your webroot.
- In the file scripts/config.php:
- specify the details of the database, such as the username, password, and database name; and
- specify the
no_of_questions
parameter.
- Open the URL
http://your_webroot/quiz.php
.