- 29 Sep, 2016 1 commit
-
-
Shows the "on-assessment-review" and "on-assessment-review-question" buttons in Problem Builder only if (deprecated) assessment mode is enabled. * Always shows the "on-assessment-review-question" button in Step Builder Questionnaire problems. * Fixes button styles to prevent long button names from overflowing the buttons.
Jillian Vogel committed
-
- 13 Sep, 2016 2 commits
-
-
Update xblock-utils to v1.0.3.
Tim Krones committed -
setuptools to a specific version for now.
Tim Krones committed
-
- 12 Sep, 2016 2 commits
-
-
XBlock is listed as a dependency in requirements files for xblock-sdk, xblock-utils, and problem-builder itself. These files list different (but compatible) versions of the XBlock repo. Because of that, XBlock gets installed multiple times when installing dependencies for CircleCI builds. Starting with setuptools 25.0.0, the behavior for installing packages on top of existing installs changed; see https://github.com/pypa/setuptools/issues/729 for an example issue that this change in behavior caused. For problem-builder CI builds, the issue was that after installing all dependencies, the egg link for XBlock ended up pointing to the installation of problem-builder itself, creating a situation where the code that ships with XBlock was not accessible from modules that depend on it. This caused imports for any classes defined in the XBlock repo to fail, and CircleCI builds errored out. To fix this, we temporarily pin setuptools to the most recent version that does not exhibit this behavior (24.3.1). An upstream fix seems to be underway (via https://github.com/pypa/pip/pull/3904), but it hasn't been merged/released yet.
Tim Krones committed -
New version includes fixes from https://github.com/edx/xblock-utils/pull/38 and https://github.com/edx/xblock-utils/pull/39.
Tim Krones committed
-
- 13 Apr, 2016 2 commits
-
-
Hide MRQ question-level feedback on return.
Matjaz Gregoric committed -
When the pb_mcq_hide_previous_answer is set to True, question-level feedback should not be displayed when user returns to the page.
Matjaz Gregoric committed
-
- 11 Apr, 2016 1 commit
-
-
Stopping video playback for hidden steps
Jacek Bzdak committed
-
- 07 Apr, 2016 3 commits
-
-
Jacek Bzdak committed
-
Jacek Bzdak committed
-
Jacek Bzdak committed
-
- 25 Mar, 2016 2 commits
-
-
Enable freeform answer submit when feedback is hidden
Matjaz Gregoric committed -
When problem builder is configured to hide feedback upon revisiting a question (pb_hide_feedback_if_attempts_remain option is enabled), when the user returns to a problem builder block which contains only a freeform question, the user is not able to click "Submit" without changing the answer text first. This patch fixes that by keeping submit button enabled if pb_hide_feedback_if_attempts_remain is turned on. MCKIN-3890
Matjaz Gregoric committed
-
- 24 Mar, 2016 2 commits
-
-
StepBuilder: Fix inconsistent feedback for MCQs
Tim Krones committed -
When the pb_mcq_hide_previous_answer is set to True, MRQs should behave the same way as MCQs behave - previous choices should not be displayed and the checkmarks should be hidden.
Matjaz Gregoric committed
-
- 23 Mar, 2016 1 commit
-
-
Tim Krones committed
-
- 18 Mar, 2016 2 commits
- 17 Mar, 2016 4 commits
- 11 Mar, 2016 1 commit
-
-
Omar Khan committed
-
- 08 Mar, 2016 2 commits
-
-
Restore functionality for showing choice tips on click
Tim Krones committed -
Tim Krones committed
-
- 04 Mar, 2016 2 commits
-
-
Problem Builder: Add instance-wide option to hide global feedback and results for Long Answer blocks
Tim Krones committed -
- More neutral default for "get_option" - Separate integration tests for checking persistence behavior
Tim Krones committed
-
- 03 Mar, 2016 5 commits
-
-
feedback should be shown when student returns to block. The new setting is called "pb_hide_feedback_if_attempts_remain". When set to True, Problem Builder blocks will not show global feedback messages (as long as one or more attempts remain), and will hide results (correct/incorrect icons) for Long Answer blocks.
Tim Krones committed -
OC-1387 Always show tooltips feedback if tips are present.
Jacek Bzdak committed -
Braden MacDonald committed
-
Jacek Bzdak committed
-
Jacek Bzdak committed
-
- 02 Mar, 2016 1 commit
-
-
Ensure default theme is used if theme has not been customized
Tim Krones committed
-
- 01 Mar, 2016 2 commits
-
-
Tim Krones committed
-
Tim Krones committed
-
- 29 Feb, 2016 4 commits
-
-
Problem Builder: Add instance-wide option to hide previous answers for MCQs
Tim Krones committed -
- Refactor: Take advantage of mixins from xblock-utils accessing xblock settings.
Tim Krones committed -
- Fix existing tests. - Add unit tests for code that deals with instance-wide options. - Add integration test for scenario where previous answers for MCQs are configured to be hidden.
Tim Krones committed -
MCQs are shown when users revisit them.
Tim Krones committed
-
- 24 Feb, 2016 1 commit
-
-
blocks works in both Apros and the LMS.
Tim Krones committed
-