8000 GitHub - dee-dw/quizqt: Quiz application written in Qt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dee-dw/quizqt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quizqt
======

Quiz application written in Qt


Compiling
---------

For compiling the program you must install Qt4 (v4.8 or later).

Then:

$ cd libquizqt
$ qmake
$ make
$ cd ..
$ qmake
$ make

Starting the program:

$ LD_LIBRARY_PATH=./ ./quizqt


Adding questions
----------------

You can load a CSV-file in the app. The file should have this structure:

Category;Subcategory;Question;Answer;Points

See the file "quiz-example.csv" for an example.

It's possible to add a question to more than one category:

Category1,Category2;Subcategory;Question;Answer;Points

The "Points" must be one of 100, 200, 300 or 400.

Currently you need to have at least four questions for each point value
if you want to start a game.

About

Quiz application written in Qt

Resources

License

Stars

Watchers

Forks

< 39B1 /div>

Releases

No releases published

Packages

No packages published
0