- 04 Mar, 2016 1 commit
-
-
- 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
-
- 22 Feb, 2016 1 commit
-
-
Fix exponential rerendering after hitting next button too many times.
Braden MacDonald committed
-
- 19 Feb, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 04 Feb, 2016 2 commits
-
-
Bump version.
Kelketek committed -
Jonathan Piacenti committed
-
- 25 Jan, 2016 2 commits
-
-
Implement Django Migrations
Kelketek committed -
Jonathan Piacenti committed
-
- 22 Jan, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 21 Jan, 2016 4 commits
-
-
Jonathan Piacenti committed
-
Jonathan Piacenti committed
-
Jonathan Piacenti committed
-
Create Django migrations, deprecate South.
Kelketek committed
-
- 20 Jan, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 23 Dec, 2015 2 commits
-
-
Step Builder: Explain review links to users
Tim Krones committed -
Tim Krones committed
-
- 20 Nov, 2015 3 commits
-
-
Fix flaky tests
Matjaz Gregoric committed -
And remove .travis.yml file.
Matjaz Gregoric committed
-
- 19 Nov, 2015 1 commit
-
-
See code comment for more info. Unfortunately, I wasn't able to find anything better than time.sleep().
Matjaz Gregoric committed
-
- 18 Nov, 2015 1 commit
-
-
Matjaz Gregoric committed
-
- 17 Nov, 2015 2 commits
-
-
We would often see 'Broken pipe' errors pulluting the logs when running tests. Broken pipe errors occur when browser aborts connection. It can be because the browser was navigated to a different url before the current page finished loading, but it could also be because it started downloading an image, but decided that the image didn't change after loading part of it, and aborts the connection to use the version from the cache. The broken pipe errors are benign and are actually suppressed by default in Django 1.8.
Matjaz Gregoric committed -
The scrolling is not entirely precise, it's sometimes off by a pixel or two. Increase the tolerance to 2 pixels.
Matjaz Gregoric committed
-
- 13 Nov, 2015 2 commits
-
-
Competing Evidence: Fix issues from client QA
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
- 12 Nov, 2015 3 commits
-
-
Tim Krones committed
-
The videos have to be resized after each step is displayed, because they are sized to fit into their container at load time, but since the container isn't visible at load time, the videos end up with wrong dimensions. Trigger video resize after displaying each step.
Matjaz Gregoric committed -
The scrollIntoView function can be called multiple times, which resulted in multiple (10+) scroll animations getting queued. After the first animation successfully scrolled to the top of the step, the others kept running one by one. The animations weren't visible because the element was already scrolled to its final position, but if you tried manually scrolling down while the animations were still running, the window would be scrolled right back up.
Matjaz Gregoric committed
-