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 096b2c68dd Add demo URL 6 лет назад
bits It's alive! 6 лет назад
css It's alive! 6 лет назад
img Add PNG logo 6 лет назад
js It's alive! 6 лет назад
nbproject It's alive! 6 лет назад
pages It's alive! 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 It's alive! 6 лет назад
database.sql It's alive! 6 лет назад
getresults.php It's alive! 6 лет назад
index.php It's alive! 6 лет назад
required.php It's alive! 6 лет назад
settings.template.php It's alive! 6 лет назад
vote.php It's alive! 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.