- 02 Sep, 2016 3 commits
-
-
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 11 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 -
Matjaz Gregoric committed
-
The button would be too close to the input field on small screens.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
- Change a elements to buttons. - Don't use placedholers. - Make font sizes more consistent. - Fix color contrasts. - Use location.html_id() built-in function.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
ID attributes have to be unique on the document level. To avoid accidentaly having multiple elements with the same ID, we prefer to use class attributes. There are two situations where we still need an ID attribute: - Connecting <label> elements to the associated input element using the 'for' attribute - Connecting description of an element with the 'aria-describedby' attribute. In the first case, we can often wrap the associated input inside the <label> tag, so that we don't need IDs, although in some cases that is not possible because it breaks the layout. In cases when we still need to use ID attributes, we append a random string to ensure uniqueness.
Matjaz Gregoric committed -
- Use field.display_name instead of hardcoding field names in the template. - Display help text under each field instead of putting it in the title attribute.
Matjaz Gregoric committed
-
- 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 1 commit
-
-
Revert "Add some documentation of assessment mode to README.md."
Sven Marnach committed
-