- 15 Aug, 2016 6 commits
-
-
Version bump: v2.0.8
Eugeny Kolpakov committed -
E. Kolpakov committed
-
Click handlers and backend processing for assessment mode
Eugeny Kolpakov committed -
README sections about localization
Eugeny Kolpakov committed -
E. Kolpakov committed
-
E. Kolpakov committed
-
- 10 Aug, 2016 2 commits
-
-
[SOL-1944] Submit Answer UI
Jesse Shapiro committed -
[#SOL-1944] Review notes: responsiveness, ARIA attributes, focus after reset
E. Kolpakov committed
-
- 09 Aug, 2016 2 commits
-
-
Revert "Add some documentation of assessment mode to README.md."
Sven Marnach committed -
Sven Marnach committed
-
- 08 Aug, 2016 1 commit
-
-
Add some documentation of assessment mode to README.md.
Sven Marnach committed
-
- 04 Aug, 2016 4 commits
-
-
Sven Marnach committed
-
Move items between zones in assessment mode
Matjaz Gregoric committed -
Child elements of items can get removed/reordered, so we have to mark each of them children with a unique key for virtual dom to be able to reorder them correctly. The absence of keys was causing some weird glitches where the content would disappear while the item spinner was visible.
Matjaz Gregoric committed -
In standard mode, once you drop an item into the correct zone, you can no longer move it until you reset the exercise. In assessment mode, we want users to be able to freely move items between zones until they explicitly submit their solution. This commit implements the ability to move dropped items between zones in assessment mode. It does not make any changes to standard mode.
Matjaz Gregoric committed
-
- 31 Jul, 2016 2 commits
-
-
Keep items in dropped position in assessment mode.
Matjaz Gregoric committed -
Items dropped onto wrong zones in standard mode are immediately removed from the board and sent back to the bank. In assessment mode, items should stick in the dropped position until the entire problem is explicitly submitted by clicking a button. This commit only implements the "stick" part, but does not implement the submit button and associated handler. This commit also fixes an existing bug where the template function would gett reused between blocks. The template function (which is slightly different for each block, depending on block's configuration) was getting assigned to the global DragAndDropBlock function. Each block would overwrite the previous value, which caused bugs.
Matjaz Gregoric committed
-
- 29 Jul, 2016 2 commits
-
-
Add option for limiting number of attempts in assessment mode to Studio editor
Braden MacDonald committed -
Allowing items to have more than one permitted target zone
Jesse Shapiro committed
-
- 22 Jul, 2016 1 commit
-
-
- Wrapp input field for max_attempts in label to be able to use classes instead of ids.
Tim Krones committed
-
- 20 Jul, 2016 2 commits
-
-
Tim Krones committed
-
Tim Krones committed
-
- 19 Jul, 2016 4 commits
-
-
Tim Krones committed
-
Remove support for numerical input
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
Nobody is using it anymore and it adds a lot of complexity to the codebase.
Matjaz Gregoric committed
-
- 18 Jul, 2016 3 commits
-
-
Mode field: Help string improvement
Eugeny Kolpakov committed -
E. Kolpakov committed
-
Problem mode field and edit capabilities
Eugeny Kolpakov committed
-
- 14 Jul, 2016 1 commit
-
-
E. Kolpakov committed
-
- 08 Jul, 2016 4 commits
-
-
Revert "Mode field"
Eugeny Kolpakov committed -
Eugeny Kolpakov committed
-
Mode field
Eugeny Kolpakov committed -
E. Kolpakov committed
-
- 07 Jul, 2016 3 commits
-
-
E. Kolpakov committed
-
E. Kolpakov committed
-
Matjaz Gregoric committed
-
- 06 Jul, 2016 1 commit
-
-
Nobody is using it anymore and it adds a lot of complexity to the codebase.
Matjaz Gregoric committed
-
- 10 Jun, 2016 1 commit
-
-
update the version in setup.py
Matt Drayer committed
-
- 09 Jun, 2016 1 commit
-
-
asadiqbal committed
-