Skip to content

vsavenkov/ODquizz

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.0%
  • HTML 30.3%
  • CSS 5.7%