Skip to content

Port KWordQuiz to QML

Carl Schwan requested to merge work/carl/qml-port into master

Current status:

  • modes:

    • Flash card mode
    • Question Answer mode
    • Multiple choices questions mode
  • options

    • Randomized
    • Left column is question
    • Right column is question
  • features

    • Blanked words
    • Images
    • Sound
    • KNewStuff
    • Repeat mistakes at the end
    • Expose example documents shipped with kwordquiz
    • Filter text field in editor
    • Printing
    • Case insensitive comparison of answer
    • Show hint
    • Show the score as a percentage
    • add autocheck support in multiple choice
    • add autoflip of flashcard
    • Keyboard navigation in editor
    • open file directly
  • doc

    • Adapt documentation
  • know bug to fix:

    • Remove old QtWidgets stuff which is not used anymore
    • Editor is sometimes behaving weirdly

Visual:

Welcome page:

image

Editor:

image

Multiple choice questions:

image

Question answer mode:

image

Flashcard mode:

image

Edited by Carl Schwan

Merge request reports