https://github.com/devdhera/quizee
A TiNY PHP MVC based online examination system
https://github.com/devdhera/quizee
example online-exam-system tiny-php-mvc
Last synced: 3 months ago
JSON representation
A TiNY PHP MVC based online examination system
- Host: GitHub
- URL: https://github.com/devdhera/quizee
- Owner: DevDHera
- License: mit
- Created: 2019-09-07T10:25:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:19:58.000Z (over 6 years ago)
- Last Synced: 2025-03-30T23:15:33.213Z (10 months ago)
- Topics: example, online-exam-system, tiny-php-mvc
- Language: PHP
- Size: 5.58 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Quizee
Quizee is an Online Examination Platform developed on top of [TiNY PHP MVC](https://github.com/DevDHera/TiNY-PHP-MVC) framework.
Following are few unique features of **Quizee**.
- Support for multiple user roles.
- Easy to manage admin portal.
- Dynamic quiz creation for supervisors.
- Initiative quiz system for users.
## Getting Started
Getting started with `Quizee` is easy. Just clone the repo and work your magic :sparkles:.
1. Clone the repo.
```sh
git clone https://github.com/DevDHera/Quizee.git
```
2. Change the configs under `app/config/config.php`.
```php
Options -Multiviews
RewriteEngine On
RewriteBase //public
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
```
### Prerequisites
- Apache Server
- PHP 5.6+
- MySQL
Install [XAMPP](https://www.apachefriends.org/index.html) for quickstart.
### Installing
Under documenting by the Author :scroll:.
## Running the tests
Under documenting by the Author :scroll:.
## Deployment
Under documenting by the Author :scroll:.
## Built With
- [PHP](https://www.php.net/) - The scripting language.
- [TiNY PHP MVC](https://github.com/DevDHera/TiNY-PHP-MVC) - The web framework.
- [Bootstrap](https://getbootstrap.com/) - The CSS framework.
## Contributing
Please read [CODE_OF_CONDUCT.md](https://github.com/DevDHera/Quizee/blob/master/CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
Under documenting by the Author :scroll:.
## Authors
- **Devin Herath** - _Initial work_ - [DevD Hera](https://github.com/DevDHera)
See also the list of [contributors](https://github.com/DevDHera/Quizee/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/DevDHera/Quizee/blob/master/LICENSE) file for details
## Acknowledgments
- [PurpleBooth](https://github.com/PurpleBooth) for this awesome README template :heart: