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.