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개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Skylar Ittner 050e13cbe8 Make table on homepage responsive 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 Make table on homepage responsive 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.