- 18 Oct, 2016 1 commit
-
-
Don't delete misplaced items on final attempt
Tim Krones committed
-
- 06 Oct, 2016 2 commits
-
-
Adolfo R. Brandes committed
-
In assessment mode, don't delete misplaced items from the user's state when handling the final attempt. This is a server-side change to match what Javascript already does: upon submitting the final attempt, misplaced items are left on the board. However, since the corresponding state was deleted server-side, upon refreshing the page items were returned to the bank.
Adolfo R. Brandes committed
-
- 23 Sep, 2016 1 commit
-
-
[SOL-2077] Prevent 'Change Background' button from forcing form submission
Jesse Shapiro committed
-
- 22 Sep, 2016 3 commits
-
-
Jesse Shapiro committed
-
[SOL-1998] Implement Show Answer button
Tim Krones committed -
Miscellaneous fixes
Jillian Vogel committed
-
- 20 Sep, 2016 5 commits
-
-
Fix padding on the reset button so that all separators on the sidebar end up with the same height, and add padding to the top of the sidebar container to distance the separators from the top edge.
Adolfo R. Brandes committed -
pylint correctly surmised that `test_grade` is an event test, so move it over.
Adolfo R. Brandes committed -
Adolfo R. Brandes committed
-
On the final attempt, misplaced items are not returned to the bank. Change the "misplaced" feedback message to reflect this.
Adolfo R. Brandes committed -
In assessment mode, when the learner has run out of attempts, enable a "Show Answer" button. Clicking it causes all items to move to a correct placement.
Adolfo R. Brandes committed
-
- 15 Sep, 2016 2 commits
-
-
* Consistent capitalization in the Studio editor * Remove dangerous recommendation to delete from the top of the editor * Stop large images from overflowing feedback popups in Studio
Adolfo R. Brandes committed -
RTL fixes
Jillian Vogel committed
-
- 14 Sep, 2016 1 commit
-
-
Introduce proper right-to-left support for the following: * Alignment of overall feedback message icons and text * Alignment and borders of sidebar buttons * Margin of the "You have used X attempts" message
Adolfo R. Brandes committed
-
- 07 Sep, 2016 1 commit
-
-
[SOL-1805] Add "item" field to item.dropped event
Jillian Vogel committed
-
- 02 Sep, 2016 4 commits
-
-
Adds a new "item" field to the edx.drag_and_drop_v2.item.dropped event data. It contains the item text label when present, otherwise the item imageURL. This makes it consistent with the location field, which contains the zone text label.
Adolfo R. Brandes committed -
Version bump: v2.0.9
Eugeny Kolpakov committed -
E. Kolpakov committed
-
Assessment mode: display item feedback
Eugeny Kolpakov committed
-
- 01 Sep, 2016 3 commits
-
-
* "Negative" item feedback is displayed for misplaced items when an attempt is submitted. * Avoid showing item-related general feedback (correctly placed-misplaced-not placed) after problem reset. * Disabled submit button while drop_item is in progress. * Added notes and todos about implicit invocation order some methods expect. * Item feedback popup only close when close button is hit or another item is dragged * Translation fixes
E. Kolpakov committed -
Prevent overlapping drop placements
Eugeny Kolpakov committed -
* "No alignment" zone option removed * Max items per zone setting added * Zone and state migrations are moved to a dedicated class
E. Kolpakov committed
-
- 30 Aug, 2016 1 commit
-
-
Ensure old problems work on new version.
Matjaz Gregoric committed
-
- 27 Aug, 2016 1 commit
-
-
Matjaz Gregoric committed
-
- 26 Aug, 2016 2 commits
-
-
[SOL-1988] Account for decoy items in score
Matjaz Gregoric committed -
Recent versions of the drag and drop v2 xblock require the 'correct' field to be present in items stored in user state, but the 'correct' field did not exist before assessment mode has been implemented and so problems created and completed before the introduction of assessment mode lack the 'correct' field. This patch adds the 'correct' field to item state at load time. In standard mode, only items that are placed in correct zone are stored in item state, so we can assume that any item stored in the state that does not have the 'correct' field is 'correct'.
Matjaz Gregoric committed
-
- 23 Aug, 2016 4 commits
-
-
Move the assessment interaction tests to their own module, as the latest addition made test_interaction.py grow beyond 1000 lines (and fail pylint).
Adolfo R. Brandes committed -
In order to take into account the placement of decoy items, calculate a student's score as: score = ((correctly placed items) + (correctly unplaced decoys)) / (total items)
Adolfo R. Brandes committed -
Braden MacDonald committed
-
Braden MacDonald committed
-
- 19 Aug, 2016 3 commits
-
-
rowan committed
-
[SOL-1806] Moved aria-live attributes to popup wrapper
Braden MacDonald committed -
E. Kolpakov committed
-
- 18 Aug, 2016 3 commits
-
-
Fix some flaky Selenium tests
Braden MacDonald committed -
Clean up studio edit template
Tim Krones committed -
Braden MacDonald committed
-
- 16 Aug, 2016 3 commits
-
-
Tim Krones committed
-
Tim Krones committed
-
- i18n: Use "example" instead of "e.g." - No need to "preventDefault" for clickable elements that are now <button>s
Tim Krones committed
-