Michael Roytman
af319f3c9a
Update version of edx-proctoring and update copy to refer to onboarding exams in Studio for proctoring backends that support onboarding exams.
2019-02-07 14:29:26 -05:00
Michael Roytman
f3888c0020
add a proctoring settings button to course outline in Studio for each proctored subsection for a course using a provider that supports a dashboard
2019-01-16 11:29:27 -05:00
Gavin Sidebottom
3dad2be55d
Refactored XBlockAside rendering and added support for student view
2018-12-11 12:27:03 +05:00
Gabe Mulley
5177e994c8
REVE-37: Prevent modifications to feature based enrollment user partitions
2018-11-25 21:42:02 -05:00
Calen Pennington
db2078ed2f
fixup! Load all webpack chunks into fragments as correctly-typed resources
2018-09-12 14:27:54 -04:00
Calen Pennington
cb075a3240
fixup! Load all webpack chunks into fragments as correctly-typed resources
2018-09-10 15:09:34 -04:00
Calen Pennington
b36aa292dd
fixup! Load all webpack chunks into fragments as correctly-typed resources
2018-09-10 14:10:29 -04:00
Calen Pennington
493bbe9310
DO NOT MERGE: debug logging to figure out why libraries won't load
2018-09-10 12:43:04 -04:00
Kshitij Sobti
fcff921fdb
Linting fixes to improve quality report
2018-07-18 00:37:31 +05:30
Michael Roytman
92c816966d
change course_validation endpoint to support option to get data for only graded assignments and add ability to scroll to elements on the course outline page
2018-07-12 11:03:55 -04:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Qubad786
aa2afd8c0b
Video status improvements
2018-06-25 20:43:21 +05:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Calen Pennington
5a5b73dcfa
Load xblock resources into studio *before* the corresponding xblock html
2018-06-13 10:00:11 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
Giulio Gratta
56ac149962
Add custom HTML to Course About page sidebar
...
This allows course staff to add arbitrary HTML to the sidebar on the About page.
A waffle switch has been added in the course_experience app to allow enabling and disabling of this feature.
2018-06-01 14:26:05 -04:00
Zia Fazal
90633c0956
Merge pull request #17974 from edx/ziafazal/WL-1239
...
WL-1239: Ability to gate section based on completion percentage
2018-05-30 12:52:43 +05:00
Zia Fazal
53cf5638b6
added radio input fields to pre-requisite selection
...
Initial changes to gate section based on completion percentage
code refactoring and added evaluation of completion milestone
Fixed broken unit tests and added new tests
Fixed broken tests and quality violations
Fixed Pep8 violation
Fixed eslint quality violations
Test changes as suggested by reviewer
changes after feedbacy from reviewer
Update the docstring with suggested changes
excluding chapter from the blocks
Disallow empty values for min score and min completion
Changes afte feedback from UX/Accessibility
removed blank line
2018-05-30 11:25:59 +05:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
667dbf1687
Clean up eslint failures
2018-05-29 12:28:19 -04:00
Calen Pennington
61855b2b30
Extract a new webpack-based suite of cms javascript tests
2018-05-29 12:28:19 -04:00
Calen Pennington
12a082cf83
Convert xblock_validation.js to webpack
2018-05-29 12:19:05 -04:00
Calen Pennington
8a2201da93
Include the error message when an XBlock fails to load javascript
2018-05-29 12:19:05 -04:00
muhammad-ammar
84ab9cab11
address review and add test
...
EDUCATOR-2752
2018-05-02 18:25:43 +05:00
muhammad-ammar
1c53360206
basic tab attach uploads with edx_video_id
...
EDUCATOR-2761
2018-05-02 18:25:43 +05:00
muhammad-ammar
c02955d025
add check transcript ajax for edx_video_id
2018-05-02 18:23:46 +05:00
muhammad-ammar
aaaafee2b2
remove video transcript enabled flag
2018-04-30 15:59:32 +05:00
muhammad-ammar
d5758bd1f9
delete transcript from advance tab
...
EDUCATOR-1759
2018-04-24 16:49:33 +05:00
Qubad786
cadd4378c7
updload/download/replace transcripts
...
EDUCATOR-2167
EDUCATOR-2168
EDUCATOR-2169
2018-04-23 18:28:35 +05:00
Qubad786
d850fb2078
Refactor download, update, choose, rename and replace handlers to use DS as primary storage. Add/refactor relevent unit/acceptance/jasmine tests.
2018-04-23 17:37:13 +05:00
muhammad-ammar
9d7ed19b64
disable subs field syncying
2018-04-23 17:35:45 +05:00
Qubad786
597566a34f
Upload transcript to basic tab, add/fix unit and acceptance tests
2018-04-23 17:35:44 +05:00
Awais Jibran
05a1d61f5c
quality
2018-03-28 16:41:34 +05:00
Awais Jibran
a681d91b46
fix js issue with video uploads
2018-03-28 14:41:27 +05:00
Mushtaq Ali
6af1215bcd
Add delete js tests
2018-01-12 15:25:00 +05:00
Qubad786
55001ca81a
Transcript delete on Video Upload Page - EDUCATOR-1961
2018-01-11 13:08:07 +05:00
Mushtaq Ali
c0d86360f0
Improve trancript sorting - EDUCATOR-2030
2018-01-10 17:02:21 +05:00
Mushtaq Ali
f76d419bc7
Fix download transcript bug - EDUCATOR-2071
2018-01-09 17:03:48 +05:00
Mushtaq Ali
10d79b0047
Update user strings
2018-01-09 17:03:46 +05:00
Mushtaq Ali
00a86ccef8
Transcript file upload - EDUCATOR-2029
2018-01-09 17:03:46 +05:00
Qubad786
090e5dc534
Transcript upload backend for Video Upload Page – EDUCATOR-1854
2018-01-09 17:03:44 +05:00
Qubad786
c760c6a01b
Download transcript on video upload page - EDUCATOR-1853
2018-01-09 17:03:44 +05:00
Mushtaq Ali
e601767329
Show transcripts on video uploads page - EDUCATOR-1662
2018-01-09 17:03:43 +05:00
Eric Fischer
5bc6b31e29
eslint --fix
2017-12-08 14:38:41 -05:00
sandroroux
3d616d7802
Changed references to Weekly Highlights Emails in UI elements. 'Learn More' link in studio opens in new tab.
2017-11-28 15:49:14 -05:00
Tyler Hallada
9f74e70589
Course Highlights Setting in Studio Course Outline
...
fixup! trying to "fix" underscore syntax error
add cancel modal test
Fix quality issues.
Apply Nimisha's suggestions for my quality fixes.
Skip test_drop_unit_in_collapsed_subsection
Fix quality error
2017-11-27 17:23:55 -05:00
Nimisha Asthagiri
e59410be18
Studio Section Highlights: add doc and preview text to modal
2017-11-09 14:17:55 -05:00
Gabe Mulley
d037a19c94
Merge pull request #16501 from edx/thallada/ret-fix-highlights-number
...
Re-render XBlockOutlineView on highlights change
2017-11-09 10:33:09 -05:00