- 08 Aug, 2017 1 commit
-
-
[OC-2856] Fixed deprecation warnings for the Answer and Share models
bradmerlin committed
-
- 07 Aug, 2017 2 commits
-
-
Brad Melin committed
-
Brad Melin committed
-
- 30 Jul, 2017 1 commit
-
-
Add student_view_data to step builder
Braden MacDonald committed
-
- 28 Jul, 2017 1 commit
-
-
Lucas Teixeira committed
-
- 19 Jul, 2017 1 commit
-
-
Enable mobile support
Braden MacDonald committed
-
- 05 Jul, 2017 2 commits
-
-
Add API for native mobile Problem Builder + MCQ view to Problem Builder
Tim Krones committed -
Douglas Cerna committed
-
- 26 Jun, 2017 1 commit
-
-
Add 'name' attribute to AnswerBlock's student_view_data.
Matjaz Gregoric committed
-
- 23 Jun, 2017 1 commit
-
-
It will be useful to be able to get the names of all answer blocks in a course via the Course API.
Matjaz Gregoric committed
-
- 15 Apr, 2017 1 commit
-
-
Braden MacDonald committed
-
- 21 Mar, 2017 3 commits
-
-
Avoid count(*) query in management command.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
Count(*) is very slow on large tables.
Matjaz Gregoric committed
-
- 14 Mar, 2017 2 commits
-
-
Jillian Vogel committed
-
Amended headings to ensure accessibility. * Amended templates - h2 elements to h3, h3 to h4 and associated CSS. * Bumped version to 2.6.8
Matthew Harrington committed
-
- 24 Feb, 2017 2 commits
-
-
Add management command to manually migrate course_id field.
Matjaz Gregoric committed -
Matjaz Gregoric committed
-
- 23 Feb, 2017 1 commit
-
-
Normally the value of deprecated Answer.course_id will be copied into the new Answer.course_key field by a migration, but if your answer table is very large, you might want to use this management command to perform the copying in batches instead.
Matjaz Gregoric committed
-
- 10 Feb, 2017 1 commit
-
-
Override layout of choice label in Apros theme
Tim Krones committed
-
- 09 Feb, 2017 1 commit
-
-
Tim Krones committed
-
- 02 Feb, 2017 1 commit
-
-
Do not show completion checkmark when hide_feedback is enabled
Matjaz Gregoric committed
-
- 31 Jan, 2017 1 commit
-
-
This makes the Completion block consistent with the Answer block. When 'pb_hide_feedback_if_attempts_remain' is set to True in XBLOCK_SETTINGS, once the user submits an answer to an Answer (freeform long answer), the green checkmark is not visible after refreshing the page, even though the given answer/text is still visible. This commit makes Completion blocks consistent with that behaviour.
Matjaz Gregoric committed
-
- 27 Jan, 2017 2 commits
-
-
Fix display of MCQ/MRQ choices with long text.
Tim Krones committed -
Tim Krones committed
-
- 25 Jan, 2017 1 commit
-
-
Copy course_id into course_key and remove temporary transition code
Matjaz Gregoric committed
-
- 24 Jan, 2017 2 commits
-
-
Tim Krones committed
-
Tim Krones committed
-
- 13 Jan, 2017 2 commits
-
-
Matjaz Gregoric committed
-
Now that all data has been migrated to the new course_key column, we can remove the temporary transition code.
Matjaz Gregoric committed
-
- 12 Jan, 2017 2 commits
-
-
Previous migration populates any null course_key fields, so we can now change the column to not allow NULL values. We make the deprecated course_id nullable, to be able to start ignoring it later.
Matjaz Gregoric committed -
The migration copies content of the Answer.course_id column into the new extended Answer.course_key column. It skips Answer records that already have the course_key column set.
Matjaz Gregoric committed
-
- 22 Dec, 2016 2 commits
-
-
Updates README to note tag compatibility with edx-platform
Jillian Vogel committed -
releases, and adds Open edX installation instructions.
Jillian Vogel committed
-
- 12 Dec, 2016 1 commit
-
-
Use django Q objects instead of raw SQL query
Matjaz Gregoric committed
-
- 07 Dec, 2016 2 commits
-
-
Matjaz Gregoric committed
-
Matjaz Gregoric committed
-
- 01 Dec, 2016 1 commit
-
-
YONK-476: fixed review step not showing tip and result icon
Braden MacDonald committed
-
- 28 Nov, 2016 2 commits
-
-
Zia Fazal committed
-
Add documentation about Completion block.
Braden MacDonald committed
-