A simple system for creating multiple-choice questions for an audience to answer on their phones. Responses are tallied and displayed in real-time. https://openquestion.netsyms.com
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Skylar Ittner 096b2c68dd Add demo URL 6 years ago
bits It's alive! 6 years ago
css It's alive! 6 years ago
img Add PNG logo 6 years ago
js It's alive! 6 years ago
nbproject It's alive! 6 years ago
pages It's alive! 6 years ago
.gitignore It's alive! 6 years ago
.htaccess It's alive! 6 years ago
LICENSE.md Add readme and BSD license 6 years ago
README.md Add demo URL 6 years ago
add.php It's alive! 6 years ago
composer.json It's alive! 6 years ago
composer.lock It's alive! 6 years ago
database.mwb It's alive! 6 years ago
database.sql It's alive! 6 years ago
getresults.php It's alive! 6 years ago
index.php It's alive! 6 years ago
required.php It's alive! 6 years ago
settings.template.php It's alive! 6 years ago
vote.php It's alive! 6 years ago

README.md

OpenQuestion

A simple system for creating multiple-choice questions for an audience to answer on their phones. Responses are tallied and displayed in real-time.

Demo: https://openquestion.netsyms.com/

Installation

  1. Install Apache, PHP 7, and a database (MySQL, but others will probably work too).
  2. Run composer install.
  3. Import database.sql into your database.
  4. Copy settings.template.php to settings.php and plug in your settings.