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 200762399d Add named responses 6 vuotta sitten
bits It's alive! 6 vuotta sitten
css It's alive! 6 vuotta sitten
img Add PNG logo 6 vuotta sitten
js It's alive! 6 vuotta sitten
nbproject It's alive! 6 vuotta sitten
pages Add named responses 6 vuotta sitten
.gitignore It's alive! 6 vuotta sitten
.htaccess It's alive! 6 vuotta sitten
LICENSE.md Add readme and BSD license 6 vuotta sitten
README.md Add demo URL 6 vuotta sitten
add.php It's alive! 6 vuotta sitten
composer.json It's alive! 6 vuotta sitten
composer.lock It's alive! 6 vuotta sitten
database.mwb Add named responses 6 vuotta sitten
database.sql Add named responses 6 vuotta sitten
getresults.php Add named responses 6 vuotta sitten
index.php Fix issue when SITE_PATH is / 6 vuotta sitten
login.php Add named responses 6 vuotta sitten
required.php It's alive! 6 vuotta sitten
settings.template.php It's alive! 6 vuotta sitten
vote.php Add named responses 6 vuotta sitten

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.