Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.17 KB

readme.md

File metadata and controls

24 lines (20 loc) · 1.17 KB

Pariksha

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.

Features

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.

Under Development

  • CRUD interface to database for admins
  • To develop test-taker registration process.
  • Evaluating results of examinations with statistical analyses.

Getting Started

Prerequisites

  • MySQL database
  • The question-answer set should exist in the database before installation.

Installing

  1. Copy the contents of Pariksha repository into your webroot.
  2. 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.
  3. Open the URL http://your_webroot/quiz.php.