https://github.com/elamirch/quizita
Quiz Template Made Simple
https://github.com/elamirch/quizita
no-frameworks php quiz quiz-template simple-project
Last synced: 8 months ago
JSON representation
Quiz Template Made Simple
- Host: GitHub
- URL: https://github.com/elamirch/quizita
- Owner: elamirch
- License: mpl-2.0
- Created: 2024-02-23T09:02:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T12:48:17.000Z (over 1 year ago)
- Last Synced: 2025-04-12T20:54:17.385Z (about 1 year ago)
- Topics: no-frameworks, php, quiz, quiz-template, simple-project
- Language: PHP
- Homepage: https://elamir.site/quizita
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Features
This quiz template is a single PHP file you can copy and paste to your host after adding your QAs.
- No database setup needed
- No additional configuration needed
- No dependency needed
All data will be saved into php files inside a list directory with each file representing a specific user.
# Installation
This sample quiz consists of 14 questions and an initial ID slide (totalling 15 slides), you'll need to modify these in the file to reach your desired outcome (take it as a todo list):
- Page title
- Quiz title
- First page/slide
- Questions & answers
- Points for each answer
- Number of slides
