PyClic is a quiz based educational application, where users load a file that contains an image with various labels containing numbers, and need to fill in their definitions. It is composed of 2 parts, an admin interface, for creating the quizzes, and the user part, for taking part in the quiz. Creating quizzes is as easy as uploading an image, pointing and clicking on the image and filling in their meanings.
The quizzes themselves (inlcuding the images encoded in base64) are stored in XML format for easy portability and the future ability to transfer them veasily from user to user via xmpp.
It aims to be a xmpp collaborative application, where users take turns guessing the image labels and recieving positive points for correct answers. A hint system will allow users to use some of their points to randomly see letters that comprise the object being guessed at. At the end of the round, points are stored in the application within a highscore table.
Project information
- Maintainer:
- PyClic Team
- Driver:
- Not yet selected
- Licence:
- Simplified BSD Licence
View full history Series and milestones
trunk series is the current focus of development.