Tarpsvo / itcq

Estonian IT College - Network Applications I - "The IT College Quiz"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The IT College Quiz (ITCQ)

A simplistic quiz regarding the IT college

Motivation

Created as a project for the Estonian IT College course "Network Applications I".

Current features

  • Basic quiz functionality
  • Quiz and admin view as single page applications
  • Admin view allows adding and editing questions
  • MySQL database integration (PHP API)
  • Modal windows for error and success messages
  • Account management GUI in admin view
  • Two different user types: admin and regular
  • Statistic logging and displaying
  • Questions can have custom images
  • Question suggestion interface

Current TODO list

  • Question suggestion image system

Setup instructions

  • Import tables from DATABASE.sql into a database of your choice.
  • Edit '/api/dbConnect.php' with your MySQL server and database information.
  • You're done! Default accounts are:
    • admin:admin
    • demo:demo

Used resources

Helpful sources

Copyright

MIT License

Copyright © 2015 Tarvo Reinpalu

About

Estonian IT College - Network Applications I - "The IT College Quiz"

License:MIT License


Languages

Language:JavaScript 35.5%Language:PHP 30.6%Language:HTML 21.3%Language:CSS 12.5%