15 Commits

Author SHA1 Message Date
f4ce288914 Allow the user to place cards in rows with previous missing elements
Closes #8
2020-09-04 19:24:49 +02:00
cfed3d3d0a Show headings over the solution area
Currently, the heading appear step by step, as the user make progress.

Closes #7
2020-09-04 16:26:45 +02:00
099cc72429 Redesign the algorithm to choose wrongly sorted elements
- When checking the order the first time, elements above are preferred marked as wrong.
- When the user corrects his solution, the newest inserted elements are preferred marked as wrong.

This affects only cases, where there are multiple options for the same number of correct elements.
In general, the algorithm minimizes the number of elements it needs to mark as wrong.

Closes #5
2020-09-04 15:55:46 +02:00
fc7f630001 Allow the user to see the correct solution if he is stuck
Closes #4
2020-09-03 14:46:59 +02:00
8a578e44ed Rename solution_revealed to correction_visible
Needed a rename for clarification, because a feature will be added to actually
show the final solution.
2020-09-03 11:29:19 +02:00
49f87908c4 Collapse free spaces in the store area
Closes #2
2020-09-03 11:23:28 +02:00
10c45908d4 Write more description texts for the complete procedure
Closes #1
2020-08-29 18:31:48 +02:00
b2d0deb3a5 Allow the user to assign cards of additional columns 2020-08-26 10:04:42 +02:00
89ed7a327b Allow null-values for additional cards
When null is given, there is no card to assign

There is currently no placeholder for the missing space.
This means, if a row has no card at some column it must also have no card
at any later column.
2020-08-25 18:54:15 +02:00
fa24646e5f Keep the quiz closed on page load 2020-08-23 19:07:52 +02:00
15043de56a Allow the user to assign additional cards after the ordering step
- Helptexts are not properly implemented yet
- Empty additional slots are not supported yet
2020-08-23 19:05:50 +02:00
9a855dbf7c Run the quiz in a dialog box to get more horizontal space
- Rearrange the elements to make use of this new space
2020-08-21 21:15:33 +02:00
0a6a4d2cec Add "Wandlung" as another word for "Einsetzungsbericht"
Closes #3
2020-08-15 19:59:57 +02:00
72e77319f3 Add a readme file with a link to the demo page 2020-08-12 23:20:54 +02:00
1ac81b7541 Create a first draft of the quiz that lets users order the elements 2020-08-12 23:00:33 +02:00