Skip to content

Latest commit

 

History

History
91 lines (44 loc) · 2.11 KB

README.md

File metadata and controls

91 lines (44 loc) · 2.11 KB

Open Data Quizz Builder

Web-site for constructing Open Data (OD) Quizzes.

OD Quizz is a quiz featuring tables with official goverment statistics pulled out from the Open Data portals designed to motivate citizens participation, awareness and transparancy.

Goals:

(1) provide easy access to and further encorage discovery, exploration and utilization of the goverment statistical data;

(2) crowdsourcing OD annotations for question answering (QA) from tables.

Method: gamification: game-with-a-purpose providing support for semi-automated quiz construction.

Requirements

  • pyyacp:

git clone https://github.com/ODInfoBiz/pyyacp.git git checkout tags/v1.0

to add to $PYTHONPATH: export PYTHONPATH=$PYTHONPATH:/home/svakulenko/pyyacp/ to check: echo $PYTHONPATH

pip install:

Features

  • Facebook authentication

Deployment

  • Set up Facebook app at developers.facebook.com

This field must be at most 32 characters long. means that you did not insert your credentials in settings.py

App Domains: localhost Add Platform -> Website -> Site URL: http://localhost:5000/

  • To init and/or clear the DB run restart_db.py

  • Start web-app:

python quizz.py

Acknowledgments

Inspiration and Related Work