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
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Skylar Ittner 050e13cbe8 Make table on homepage responsive il y a 6 ans
bits It's alive! il y a 6 ans
css Update Bootstrap version (4.0.0 -> 4.1.3) il y a 6 ans
img Add PNG logo il y a 6 ans
js Update Bootstrap version (4.0.0 -> 4.1.3) il y a 6 ans
nbproject It's alive! il y a 6 ans
pages Make table on homepage responsive il y a 6 ans
.gitignore It's alive! il y a 6 ans
.htaccess It's alive! il y a 6 ans
LICENSE.md Add readme and BSD license il y a 6 ans
README.md Add demo URL il y a 6 ans
add.php It's alive! il y a 6 ans
composer.json It's alive! il y a 6 ans
composer.lock It's alive! il y a 6 ans
database.mwb Add named responses il y a 6 ans
database.sql Add named responses il y a 6 ans
getresults.php Add named responses il y a 6 ans
index.php Fix issue when SITE_PATH is / il y a 6 ans
login.php Add named responses il y a 6 ans
required.php It's alive! il y a 6 ans
settings.template.php It's alive! il y a 6 ans
vote.php Add named responses il y a 6 ans

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.