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
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Skylar Ittner 050e13cbe8 Make table on homepage responsive 6 år sedan
bits It's alive! 6 år sedan
css Update Bootstrap version (4.0.0 -> 4.1.3) 6 år sedan
img Add PNG logo 6 år sedan
js Update Bootstrap version (4.0.0 -> 4.1.3) 6 år sedan
nbproject It's alive! 6 år sedan
pages Make table on homepage responsive 6 år sedan
.gitignore It's alive! 6 år sedan
.htaccess It's alive! 6 år sedan
LICENSE.md Add readme and BSD license 6 år sedan
README.md Add demo URL 6 år sedan
add.php It's alive! 6 år sedan
composer.json It's alive! 6 år sedan
composer.lock It's alive! 6 år sedan
database.mwb Add named responses 6 år sedan
database.sql Add named responses 6 år sedan
getresults.php Add named responses 6 år sedan
index.php Fix issue when SITE_PATH is / 6 år sedan
login.php Add named responses 6 år sedan
required.php It's alive! 6 år sedan
settings.template.php It's alive! 6 år sedan
vote.php Add named responses 6 år sedan

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.