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'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Skylar Ittner 050e13cbe8 Make table on homepage responsive 6 yıl önce
bits It's alive! 6 yıl önce
css Update Bootstrap version (4.0.0 -> 4.1.3) 6 yıl önce
img Add PNG logo 6 yıl önce
js Update Bootstrap version (4.0.0 -> 4.1.3) 6 yıl önce
nbproject It's alive! 6 yıl önce
pages Make table on homepage responsive 6 yıl önce
.gitignore It's alive! 6 yıl önce
.htaccess It's alive! 6 yıl önce
LICENSE.md Add readme and BSD license 6 yıl önce
README.md Add demo URL 6 yıl önce
add.php It's alive! 6 yıl önce
composer.json It's alive! 6 yıl önce
composer.lock It's alive! 6 yıl önce
database.mwb Add named responses 6 yıl önce
database.sql Add named responses 6 yıl önce
getresults.php Add named responses 6 yıl önce
index.php Fix issue when SITE_PATH is / 6 yıl önce
login.php Add named responses 6 yıl önce
required.php It's alive! 6 yıl önce
settings.template.php It's alive! 6 yıl önce
vote.php Add named responses 6 yıl önce

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.