Christina Roberts
b914ddf768
Merge pull request #3576 from edx/christina/view-studio-bug
...
Do not show "View in Studio" links for child verticals of verticals.
2014-05-04 20:59:25 -04:00
Giulio Gratta
0974507970
Certificates: 'Grade Me' YAML file
...
* Sample HTML and javascript to show how you might integrate the
/request_certificate endpoint into a course.
Co-authored-by: Joe Blaylock <jrbl@jrbl.org >
2014-05-02 14:34:21 -07:00
Joe Blaylock
ae8847cd6e
Certificates: URL endpoint for cert gen
...
* API endpoint for certificate generation, an authenticated post with course
id requests that grading be carried out and a cert generated for
request.user in that course, using the usual grading and certificate
machinery (ie, it does not imply whitelisting, though whitelists and
blacklists will be respected)
- Logs each request as it comes in
- Calls xq.add_cert() and consequently, does grading synchronously on
this app host and then queues request for certificate agent.
- example usage:
```
curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate
```
* Studio advanced setting added, "certificates_show_before_end", which
determines whether a course should permit certificates to be downloadable
by students before the coures's end date has passed.
- Modifications to dashboard view and templates to allow display of
certificate download links before course has ended.
(XXX: may declare failing students as failing before the course has ended.)
- To test, turn the setting on in a course which hasn't ended yet, and
force certificate generation for a student, then check their
dashboard.
2014-05-02 14:34:21 -07:00
cahrens
1e92a6c884
Do not show "View in Studio" links for child verticals of verticals.
...
STUD-1558
2014-05-02 13:36:44 -04:00
Giulio Gratta
78616f37c0
Merge pull request #3562 from caesar2164/giulio/zoom-image-firefox-bugfix
...
Fixes firefox image hidden overflow bug.
2014-05-02 09:10:21 -07:00
Giulio Gratta
579bfe5224
fixes firefox image hidden overflow bug.
2014-05-01 11:30:28 -07:00
e0d
2bfb1b4a56
Merge branch 'release'
2014-04-30 14:42:27 -04:00
Waheed Ahmed
37d3d4a869
Merge pull request #3451 from edx/waheed/stud1524-accessibility-labels-missing-in-problems
...
Fixed accessibility labels are not always created in problems.
2014-04-30 13:56:09 +05:00
Jason Bau
00d52e39ff
Merge pull request #2685 from edx/jbau/lti-20-outcomes-rest
...
LTI 2.0 results service endpoint
2014-04-29 13:31:27 -07:00
Jason Bau
f8c062b6ce
lti 2.0 result service rest endpoint
2014-04-29 12:01:12 -07:00
Waheed Ahmed
edabab3412
Merge pull request #3514 from edx/waheed/stud1514-toggle-cheatsheet-not-working
...
Fixed advanced editor not working due to cheatsheet undefined.
2014-04-29 19:49:46 +05:00
Dave St.Germain
c5627b41c8
Merge pull request #3002 from edx/dcs/status-object
...
Convert CAPA inputtype statuses from strings to objects,
2014-04-29 10:35:05 -04:00
zubair-arbi
87408d2399
Revert "remove location of item from loc_mapper and cache"
...
This reverts commit d2b8b4f0dd .
2014-04-29 18:53:35 +05:00
Waheed Ahmed
a02f3f73cf
Fixed advanced editor not working due to cheatsheet undefined.
...
STUD-1514
2014-04-29 18:44:54 +05:00
zubair-arbi
643e82ace3
Revert "remove location of item from loc_mapper and cache"
...
This reverts commit d2b8b4f0dd .
2014-04-29 18:31:27 +05:00
Waheed Ahmed
4f8dbc15e1
Fixed accessibility labels are not always created in problems.
...
STUD-1524
2014-04-29 10:04:26 +05:00
Sarina Canelake
7a51382020
Merge pull request #3438 from edx/sarina/fix-video-i18n
...
Don't scrape unnecessary strings for i18n
2014-04-28 10:45:04 -04:00
David Baumgold
7aa627b1fa
Merge pull request #3145 from carsongee/cg/course_import_validation
...
Add test in import code to make sure two overlapping courses aren't imported
2014-04-25 16:03:55 -04:00
Sarina Canelake
dac6270345
Fix i18n of video player string
2014-04-25 14:02:24 -04:00
David Baumgold
0a022e13ba
Merge pull request #3371 from carsongee/cg/pdf_textbook_urls
...
Switch PDF Textbooks to use portable URLs
2014-04-25 13:46:28 -04:00
Waheed Ahmed
49ef8c5686
Added code to remove css on closing cheatsheet.
2014-04-25 11:35:52 +05:00
cahrens
29d32d35ff
Tests for raw editor and minor wording changes.
2014-04-24 14:18:13 -04:00
Mark Hoeber
abc6d49ce1
UI String Updates for Raw HTML Editor Change
...
Modified the Raw HTML template text and the help string for the Editor
setting.
2014-04-24 14:18:13 -04:00
Frances Botsford
4960026bc6
adjust codemirror window on raw HTML editor
2014-04-24 14:18:12 -04:00
cahrens
ad3d8c7871
Add support for raw HTML editor.
...
STUD-1562
2014-04-24 14:18:12 -04:00
Andy Armstrong
01fdc22323
Remove verify_html as it isn't supported in TinyMCE 4
2014-04-24 14:17:43 -04:00
Andy Armstrong
f4e4082b7d
Make TinyMCE more tolerant about HTML elements
...
STUD-1565
2014-04-24 14:17:42 -04:00
jmclaus
69ed95b482
Set initial video quality to large instead of default to avoid automatic switch to HD when iframe resizes. [BLD 981]
2014-04-24 09:37:26 -04:00
zubiar-arbi
7b5c647c8e
properly remove users from instructor/staff groups on a course delete
...
STUD-1555
2014-04-24 17:11:19 +05:00
Valera Rozuvan
450dfe17b0
TESTS: Add tests for fix of end-time in the video player.
...
BLD-662
2014-04-23 18:44:10 +03:00
Valera Rozuvan
68dd78e9e0
Fixing start-time and end-time related Jasmine tests.
...
BLD-1013
2014-04-23 17:35:47 +03:00
zubair-arbi
c9b419d5ad
Merge pull request #3250 from edx/zub/bugfix/std1441-editdiscussioncomp
...
remove location of item from loc_mapper
2014-04-23 14:40:17 +05:00
zubiar-arbi
d2b8b4f0dd
remove location of item from loc_mapper and cache
2014-04-23 13:29:39 +05:00
Waheed Ahmed
df96c17e65
Fixed toggle cheatsheet not working on component editors.
...
STUD-1514
2014-04-23 11:08:12 +05:00
polesye
127bf7ed3f
BLD-1000: Download handout.
2014-04-22 21:44:36 +03:00
Carson Gee
6136ed2e13
Switch PDF Textbooks to use portable URLs
2014-04-16 13:05:25 -04:00
Valera Rozuvan
9e8941f357
Fix for BLD-993
...
In certain cases jQuery errors when it is passed an invalid
selector. A fix for this is to silently catch these errors.
Jasmine tests were added to prevent this bug in the future.
BLD-993
2014-04-16 14:26:05 +03:00
Nick Parlante
f1eefc1117
Merge pull request #1499 from edx/nick/shuffle-question
...
Shuffle feature for multiple choice questions
2014-04-14 22:02:14 -07:00
Nick Parlante
ab7d3b526b
Multiple-choice features
...
Features by Jeff Ericson and Nick Parlante squashed
down to one commit.
-shuffle of choices within a choicegroup (Nick)
-answer-pool subsetting within a choicegroup (Jeff)
-masking of choice names within a choicegroup, (Nick)
used by shuffle and answer-pool
-targeted-feedback within a multiplechoiceresponse (Jeff)
-delay-between-submissions capa feature (Jeff)
2014-04-14 15:48:29 -07:00
Chris Dodge
0a839d9f01
Merge branch 'master' of github.com:edx/edx-platform
2014-04-14 14:17:49 -04:00
Chris Dodge
27d7c19c40
Merge branch 'release'
...
Conflicts:
cms/templates/widgets/source-edit.html
2014-04-14 14:17:03 -04:00
polesye
78996a9c1f
Fix unit test.
2014-04-14 19:14:47 +03:00
jmclaus
f05c0aa8f9
HD control is hidden initially. On first play of video, when
...
player.getAvailableQualityLevels returns a non-empty array, it will eventually display, if HD qualities are available (highres, hd1080, hd720). [BLD-937]
2014-04-14 10:26:30 -04:00
Anton Stupak
24b631f702
Merge pull request #3231 from edx/anton/refactor-speed-control
...
Video: Refactor speed control.
2014-04-11 19:38:04 +03:00
jsa
72c3c87c84
in Studio, render compact placeholders for inline discussions.
...
JIRA: FOR-429
2014-04-10 15:44:30 -04:00
David Baumgold
15a49f8782
Merge pull request #2440 from glowe/prevent-duplicate-checks
...
Temporarily disable CAPA problem "Check" button.
2014-04-10 11:37:52 -04:00
Andy Armstrong
8059547ed8
Merge pull request #2981 from edx/andya/container-editing
...
Add "Edit" button to each leaf xblock on the container page
2014-04-10 09:29:32 -04:00
Carson Gee
13af6fc1ee
Refactored terminology and added loop break for optimization
2014-04-09 14:10:52 -04:00
Carson Gee
4844a50405
Add test in import code to make sure two overlapping courses aren't imported
2014-04-09 12:54:12 -04:00
Anton Stupak
a84bca233f
Merge pull request #3246 from edx/anton/i18n-lti
...
LTI i18n
2014-04-09 17:59:27 +03:00