goncaloperes / Project-PHP-PHPQuizzer

Simple PHP/MySQL based quiz engine. Admins can create new questions from within the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Quizzer

GitHub Watches GitHub Starts GitHub Forks

Simple PHP/MySQL based quiz engine. Admins can create new questions from within the browser.

Application

User Interface

Welcome Page.

1st Question of the Quizz.

Quiz Completion.

Add a Question


Usage

Development

Contributions are welcome!

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, kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.


Built with

  • PHP - Server-side scripting language designed for web development but also used as a general-purpose programming language.

Team

Gonçalo Peres Goncalo Peres.com
Gonçalo Peres Official Site

License

MIT © Gonçalo Peres

About

Simple PHP/MySQL based quiz engine. Admins can create new questions from within the browser.

License:MIT License


Languages

Language:PHP 83.7%Language:CSS 16.3%