Skip to content

Releases: openedx/xblock-drag-and-drop-v2

Use platform translations as a fallback when XBlock translations are missing

23 Sep 08:27
d093b84
Compare
Choose a tag to compare

What's Changed

  • Fix github url strings (org edx -> openedx) by @sarina in #291
  • feat: use platform translations as a fallback when XBlock translations are missing by @tecoholic in #290

New Contributors

Full Changelog: v2.3.10...v2.3.11

Add an "Explanation" field

22 Jul 00:41
1530ec2
Compare
Choose a tag to compare

What's Changed

  • feat: add optional explanation field to be displayed on clicking show answer by @kaustavb12 in #289

Full Changelog: v2.3.9...v2.3.10

UX improvements

15 Jun 16:26
Compare
Choose a tag to compare
  • Fix draggable item width inconsistency while dragging.
  • Do not move correctly placed items when showing the answer.
  • Distribute items with multiple correct zones among these zones when showing the answer.

Full Changelog: v2.3.8...v2.3.9

UX updates

19 Apr 01:34
Compare
Choose a tag to compare
  • Add item option to remove the padding from images dropped on a zone.
  • Add option to show zone border when dragging an item.
  • Hides text when a draggable item is placed in a target zone and frontend wait for LMS response, this is done since the size of the item increases when the spinner is visible.
  • Change containers and CSS classes to match those from the edx-platform. The problem div now contains the drag container, buttons, and feedback, CSS classes from submit button; submit an answer and action buttons were also changed.
  • Improve feedback styles, now only icons show color related to feedback, and text color remains the same also each feedback line doesn't show borders.

feat: Enable pt_PT translations

23 Aug 19:33
fedc3d3
Compare
Choose a tag to compare
Merge pull request #277 from fccn/pt_pt_translations

Add Portuguese (Portugal) translations

Allow Score Override for Weighted Problems

10 Mar 09:24
c86d555
Compare
Choose a tag to compare

This release enables adding weighted problems and overriding the scores for learners. The score can be overridden in LMS using either staff debug information or Student Admin in instructor Tab.

FIX Drag and drop editor not loading in studio

09 Mar 13:47
5eb3690
Compare
Choose a tag to compare

Fixed drag and drop editor not loading in the studio due to translation issue.

Fix instance of DeprecatedEdxPlatformImportWarning

17 Feb 22:51
f0237d9
Compare
Choose a tag to compare
refactor: fix instance of DeprecatedEdxPlatformImportWarning (#264)

The path `static_replace` should instead be
referenced as `common.djangoapps.static_replace`.
The old form will stop working soon.

Bump version to 2.3.2

Better JS i18n language mapping.

10 Feb 07:00
6866be8
Compare
Choose a tag to compare

Better JS i18n language mapping.
i18n source file updated in Transifex.
i18n updated (not complete) support for languages: ar, de, es_419, fr, he, hi, it, ja, ko, nl, pl, pt_BR, ru, tr and zh_CN

Make Drag and Drop v2 indexable

05 Aug 05:44
e80b82d
Compare
Choose a tag to compare
v2.3.0

Make Drag and Drop indexable and remove Python 2 support (#244)