All Projects β†’ iamrohitsuthar β†’ Quizller

iamrohitsuthar / Quizller

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

Programming Languages

SCSS
7915 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to Quizller

quiz
πŸš€ πŸ€– Quiz Application With React Javascript
Stars: ✭ 22 (-46.34%)
Mutual labels:  quiz-app, quiz-application
EverydayFun
A simple NPM package which can return everyday quotes, jokes, riddles and interesting facts!
Stars: ✭ 35 (-14.63%)
Mutual labels:  hacktoberfest2020
currency-detector-opencv
Indian paper currency detection using Image Processing
Stars: ✭ 26 (-36.59%)
Mutual labels:  hacktoberfest2020
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-41.46%)
Mutual labels:  hacktoberfest2020
ProjectLockdown
Project Lockdown (an initiative from The IO Foundation) is a civic tech, interactive platform providing an overview of the state of Human and Digital Rights around the globe. It evaluates policies obtained from official sources that may impact their observance. It provides, among other tools, a layered map interface that allows for a visual repr…
Stars: ✭ 34 (-17.07%)
Mutual labels:  hacktoberfest2020
GuideChimp
Create interactive guided product tours in minutes with the most non-technical friendly, lightweight and extendable library.
Stars: ✭ 138 (+236.59%)
Mutual labels:  hacktoberfest2020
awesome-nuxt
πŸŽ‰ A curated list of awesome things related to Nuxt.js
Stars: ✭ 17 (-58.54%)
Mutual labels:  hacktoberfest2020
UWGeodynamics
Underworld Geodynamics
Stars: ✭ 73 (+78.05%)
Mutual labels:  hacktoberfest2020
personal-dj
Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
Stars: ✭ 27 (-34.15%)
Mutual labels:  hacktoberfest2020
taiwanlottery
πŸ‡ΉπŸ‡Όε°η£ζ¨‚ι€ηˆ¬θŸ²πŸ›(ε°η£ε„ι‘žεž‹ζ¨‚ι€ηˆ¬θŸ²)πŸ˜„
Stars: ✭ 18 (-56.1%)
Mutual labels:  hacktoberfest2020
cbj smart-home
🏑 If you are searching for an easy way to connect all your smart home devices with one app CyBear Jinni πŸ¦ΎπŸΌπŸ§žβ€β™‚οΈ is here for you. Join the community and make your home smarter than yesterday.
Stars: ✭ 40 (-2.44%)
Mutual labels:  hacktoberfest2020
xforwardy
Host Header Injection Scanner
Stars: ✭ 32 (-21.95%)
Mutual labels:  hacktoberfest2020
motivate
⚑ motivate ⚑ - A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Stars: ✭ 24 (-41.46%)
Mutual labels:  hacktoberfest2020
Indoor-Positioning-System
An indoor positioning system (IPS) is a system to locate objects or people inside a building using radio waves, magnetic fields, acoustic signals, or other sensory information.
Stars: ✭ 31 (-24.39%)
Mutual labels:  hacktoberfest2020
hacktoberfest-2020
Let's tackle the Climate-Change together with Open-Source 🌍 + πŸ‘©β€πŸ’»
Stars: ✭ 23 (-43.9%)
Mutual labels:  hacktoberfest2020
say-their-names-android
Welcome to the Say Their Names project - android module
Stars: ✭ 18 (-56.1%)
Mutual labels:  hacktoberfest2020
openfoodfacts-ruby
Open Food Facts API Wrapper
Stars: ✭ 27 (-34.15%)
Mutual labels:  hacktoberfest2020
autocorr kr
λ¦¬λΈŒλ ˆμ˜€ν”ΌμŠ€(LibreOffice) μžλ™ ꡐ정(Autocorrect)κΈ°λŠ₯에 λŒ€ν•œ 말λͺ¨μ΄ μ €μž₯μ†Œ
Stars: ✭ 15 (-63.41%)
Mutual labels:  hacktoberfest2020
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (+14.63%)
Mutual labels:  hacktoberfest2020
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+1175.61%)
Mutual labels:  hacktoberfest2020

Quizller - Quiz System

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

Table of contents

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 a spreadsheet (.xls, .xslx, .ods)
  • Admin can view the statistics of the tests such as score of the students and quiz questions tests
  • Generate run-time random passwords for users to give test
  • Generate pdf option so that admin can directly print the student login credentials for the test

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 a spreadsheet

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 roll number and random password list

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.
    1. If you want some sample data run the import the sampleData.sql file instead.
    2. Sample admin username:password for sampleData is admin:nimda
  3. Modify the database credentials config.php file present in the database folder.
  4. Now run the project to enjoy the Awesome Quiz System.

Project Overview

The website generates random passwords for students for each test.

  1. Dashboard
    1. Create new tests
    2. See previously created tests
  2. New Test ( Needs class data first )
    1. Create new test for a class
    2. Test status: 2.1 Pending - test won't be shown to students 2.2 Running - test will be shown and students can give test
  3. Add class / student
    1. Add a new class
    2. Add a new student to the class
  4. View Data
    1. Shows student user id / roll numbers given a class
  5. Test Details ( on clicking a previously created test from dashboard )
    1. Change status of Quiz ( PENDING / RUNNING )
    2. Complete / delete test
    3. Add new student explicitly for the test
    4. Add questions to the test

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].