Revision 811037
Go back to digest for 25th May 2008Other in Educational
David Capel committed changes in /branches/work/soc-parley/parley/practice:
Parleypractice is now entirely seperate from Parley proper (a different cmake project) and right now has a basic QString-based question and answer test working.
I'm using WoC for everything; I think this will give me a lot of flexibility later on.
Thanks to some help from #kde-devel and jpwhiting, I got inheritance of the eduwidgets from both the interfaces and the qwidgets working without Qt complaining.
TODO in the near future:
* Get question/answer sets loading (the test questions are hardcoded atm ;) )
* Play with SVGs some
* Make the test application prettier (its really rough right now)
* Implement the Hint EduWidget
First SoC commit!
File Changes
Added 13 files
- /branches/work/soc-parley/parley/practice
- /answervalidator.cpp
- /answervalidator.h
- /eduwidget.h
- /hint.h
- /input.cpp
- /input.h
- /prompt.cpp
- /prompt.h
- /statistics.cpp
- /statistics.h
- /stdbuttons.cpp
- /stdbuttons.h
- /timer.h
Deleted 1 files
- /branches/work/soc-parley/parley/practice/eduwidgets
Modified 4 files
- /branches/work/soc-parley/parley/practice
- /CMakeLists.txt
- /parleypracticemainwindow.cpp
- /parleypracticemainwindow.h
- /questiondisplay.h
18 files changed in total