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
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Skylar Ittner f6b4c1c4ce Update Bootstrap version (4.0.0 -> 4.1.3) 6 лет назад
bits It's alive! 6 лет назад
css Update Bootstrap version (4.0.0 -> 4.1.3) 6 лет назад
img Add PNG logo 6 лет назад
js Update Bootstrap version (4.0.0 -> 4.1.3) 6 лет назад
nbproject It's alive! 6 лет назад
pages Remove unused code 6 лет назад
.gitignore It's alive! 6 лет назад
.htaccess It's alive! 6 лет назад
LICENSE.md Add readme and BSD license 6 лет назад
README.md Add demo URL 6 лет назад
add.php It's alive! 6 лет назад
composer.json It's alive! 6 лет назад
composer.lock It's alive! 6 лет назад
database.mwb Add named responses 6 лет назад
database.sql Add named responses 6 лет назад
getresults.php Add named responses 6 лет назад
index.php Fix issue when SITE_PATH is / 6 лет назад
login.php Add named responses 6 лет назад
required.php It's alive! 6 лет назад
settings.template.php It's alive! 6 лет назад
vote.php Add named responses 6 лет назад

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.