/ODquizz

Primary LanguagePython

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.

Documentation

Handsontable API Reference

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:5001/

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

  • Start web-app:

python quizz.py

TODO

  • fix quizz in show_quizz.html (checkbox multiple answers)

  • generate unique link for quizz to share with friends

  • improve UI quizz layout e.g. https://semantic-ui.com

  • display the correct answer on Submit from the hidden content with

https://semantic-ui.com/elements/reveal.html (Move)

Acknowledgments

Inspiration and Related Work