OpenQuestion/README.md

14 lines
575 B
Markdown
Raw Normal View History

2018-02-05 21:49:38 -07:00
<img src="https://source.netsyms.com/Netsyms/OpenQuestion/raw/master/img/logo.png" alt="OpenQuestion" style="max-width: 50%;" />
2018-02-05 21:45:25 -07:00
A simple system for creating multiple-choice questions for an audience to
answer on their phones. Responses are tallied and displayed in real-time.
2018-02-05 21:57:36 -07:00
Demo: https://openquestion.netsyms.com/
2018-02-05 21:45:25 -07:00
Installation
------------
0. Install Apache, PHP 7, and a database (MySQL, but others will probably work too).
1. Run composer install.
2. Import `database.sql` into your database.
3. Copy settings.template.php to settings.php and plug in your settings.