ashawe / Quizller

Quizller is a php based open source web application to create and manage online quiz, test, exam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizller - Quiz System

Quizller is a php based open source web application to create and manage online quiz, test, exam.

Features

  • Fully Functional Admin Panel
  • Quiz Website with awesome UI
  • Admin (teacher) can add class and students from admin panel
  • Admin can create new quiz tests and add quiz questions in the test
  • Option to add the Quiz questions from the Excel file (.xls, .xslx, .ods)
  • Admin can view the statistics of the tests such as score of the students and quiz questions tests

ScreenShots

User Side

Login Page

The Login Page of the website for student

Dashboard Page

List of tests for student

Quiz

Here student have to select the one option from the four options of the Quiz question

Quiz Done

Logout message page displayed when the user finished with the quiz test

Admin Side

Login Page

The Login Page of the website for Admin (Teachers)

Dashboard Page

List of pending tests created by the admin

Create New Test

Admin can create new quiz test

Test Details

Here admin can change the test details

Add Question

Admin can add new question to the test

Add Question

Admin can add the question into quiz from the excel file

Add Class / Add Students

Admin can add new class and new students to the existing class

View Class Data

Admin can see the list of students present in the class

Test Questions

Admin can add see the quiz test questions

Students test data

Admin can print the student rollno and random password list

and much more...

Steps

  1. Copy the whole project into your WAMP/LAMP/XAMPP folder.
  2. Now create the database and import the script.sql file present in the database folder.
  3. Modify the database credentials config.php file present in the database folder.
  4. Now run the project to enjoy the Awesome Quiz System.

Technology Stack

  • HTML, CSS, BOOTSTRAP (Front-end)
  • PHP (Backend)
  • MYSQL Database

Collaborate with us!

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here.

If you'd like to request a new function, feel free to do so by opening an issue here.

About

Quizller is a php based open source web application to create and manage online quiz, test, exam.

License:MIT License


Languages

Language:CSS 78.1%Language:PHP 19.3%Language:TSQL 1.4%Language:JavaScript 0.8%Language:Hack 0.3%