Commit Graph

423 Commits

Author SHA1 Message Date
Mark Hoeber
5629c7ac93 Merge pull request #2897 from edx/markhoeber/documentation/release-notes-3-11-14
Release notes 3-11-14  Doc-73
2014-03-12 14:44:56 -04:00
Mark Hoeber
648422f966 Release notes 3-11-14
DOC-73
2014-03-12 14:44:10 -04:00
Sylvia Pearce
11aa95cefb Update video doc to reflect new LMS **Download transcript** button 2014-03-12 13:22:04 -04:00
Mark Hoeber
1670078c29 Merge pull request #2862 from edx/markhoeber/documentation/stud-1272
Course Image and Dates documentation changes
2014-03-11 10:52:22 -04:00
Mark Hoeber
599183f8c6 Course Image and Dates documentation changes
stud-1272
2014-03-11 10:51:44 -04:00
Sarina Canelake
e7bc771bb7 Update discussions documentation LMS-2092 2014-03-07 10:22:45 -05:00
Han Su Kim
bdfd81d2f3 Merge remote-tracking branch 'origin/master' into release, conflicts resolved
Conflicts:
	cms/envs/common.py
	common/lib/xmodule/xmodule/seq_module.py
	lms/envs/common.py
	requirements/edx/edx-private.txt
2014-03-06 16:56:16 -05:00
Mark Hoeber
f89396fae8 Merge pull request #2799 from edx/markhoeber/documentation/release-notes-3-4-14
First Draft release notes 3-3-14
2014-03-06 14:02:11 -05:00
Mark Hoeber
dd19ac64e1 External URL change in Files & Upoads
STUD-1314
2014-03-06 12:58:26 -05:00
Mark Hoeber
72f127de55 Release notes 3-3-14
DOC-72
2014-03-06 12:44:37 -05:00
Alison Hodges
a5d9ed5b04 Merge pull request #2821 from edx/ahodges/documentation/problemcheck
Added changes for AN-609
2014-03-05 16:36:19 -05:00
Alison Hodges
293f62a740 Added changes for AN-609
changes to problem_check to support answer distribution; also provided
an example and nav in the introduction
2014-03-05 16:28:04 -05:00
Alison Hodges
68d4248a0e Converted 104 existing gif files to png format 2014-03-05 15:24:33 -05:00
Victor Shnayder
281ad63d2b split testing support in the LMS.
Adds a split_test_module XModule, that can choose one of its children
to display, based on a get_condition_for_user API added to the runtime.

To test, add something like this to an xml course, or make equivalent
 tweaks in mongo.

 <vertical url_name="split_test_vert">
    <split_test url_name="split1" experiment_id="0" condition_id_to_child='{"0": "i4x://MITx/6.00x/html/split_test_cond0", "1": "i4x://MITx/6.00x/html/split_test_cond1"}'>
       <html url_name="split_test_cond0">condition 0</html>
       <html url_name="split_test_cond1">condition 1</html>
    </split_test>
  </vertical>

Also needs an experiment configured in the course policy json: e.g.

        "user_partitions": [{"id": 0,
                                      "name": "Experiment 0",
                                      "description": "Unicorns?",
                                      "version": 1,
                                      "groups": [{"id": 0,
                                                        "name": "group 0",
                                                        "version": 1},
                                                        {"id": 1,
                                                        "name": "group 1",
                                                        "version": 1}]}]

(This particular snippet will work inside a course with org MITx
 and course name 6.00x)

Co-Author: Sarina Canelake <sarina@edx.org>
Co-Author: Julia Hansbrough <julia@edx.org>
Co-Author: Diana Huang <diana@edx.org>
Co-Author: Calen Pennington <cale@edx.org>

[LMS-2095]
2014-03-05 13:45:08 -05:00
Mark Hoeber
edafb7c09a Merge pull request #2800 from edx/ahodges/documentation/reformatevents
Reformatted event type info to get it out of wide tables
2014-03-05 11:04:55 -05:00
Alison Hodges
cefb47669a Reformatted event type info to get it out of wide tables 2014-03-05 11:02:50 -05:00
Sylvia Pearce
42f4f948c3 Corrected info about angle brackets in labels 2014-03-03 14:25:09 -05:00
Mark Hoeber
60f2a25ee8 Edits from review
stud-1332
2014-03-03 10:13:38 -05:00
Mark Hoeber
25d4b93dec Removed all Push mode information
We should only support Pull mode

stud-1332
2014-03-03 09:45:11 -05:00
srpearce
9a23be5379 Merge pull request #2769 from edx/sylvia/documentation/STUD-1293
Sylvia/documentation/stud 1293
2014-02-28 16:36:31 -05:00
Sylvia Pearce
19707d2776 Edits to polls and problem randomization 2014-02-28 16:18:11 -05:00
Sylvia Pearce
3bc8a41fc1 Add polls and randomization to problem information 2014-02-28 13:15:26 -05:00
srpearce
c5439de160 Merge pull request #2764 from edx/sylvia/documentation/BLD-672
Fix typo
2014-02-28 09:47:32 -05:00
Sylvia Pearce
35d5d11113 Fix typo 2014-02-28 09:46:43 -05:00
David Baumgold
837a1d79fa Merge pull request #2748 from edx/db/document-staff-debug-info
Start documenting Staff Debug Info
2014-02-28 09:04:16 -05:00
Sylvia Pearce
556f6bb0a4 Further updates to Polls 2014-02-27 17:07:33 -05:00
srpearce
c777f9c13c Merge pull request #2755 from edx/sylvia/documentation/BLD-672
Update video docs for multiple language transcripts
2014-02-27 15:39:59 -05:00
Sylvia Pearce
c4d0248a73 Add xref to Add Files in Video docs 2014-02-27 15:39:00 -05:00
Sylvia Pearce
a4dde8ad46 Update video docs for multiple language transcripts 2014-02-27 15:25:14 -05:00
David Baumgold
a1dbc3bbd6 Start documenting Staff Debug Info
STUD-1273
2014-02-27 09:47:11 -05:00
Mark Hoeber
11fd9acd4f Added discussions issue
to delete response comments
2014-02-27 09:40:25 -05:00
Mark Hoeber
348ce15f10 Merge pull request #2718 from edx/markhoeber/documentation/release-notes-2-25-14
Release Notes for 2-26-14
2014-02-26 16:07:51 -05:00
Mark Hoeber
dea5b55541 Release Notes for 2-26-14
DOC-36
2014-02-26 16:07:07 -05:00
Sylvia Pearce
22aadbfe23 Add info for polls 2014-02-25 16:29:26 -05:00
Sylvia Pearce
6c9972fa5d Typo corrections 2014-02-25 16:00:20 -05:00
Sylvia Pearce
bfc6dd7469 Update Zooming Image doc to reference file on files.edx.org 2014-02-25 14:51:36 -05:00
Mark Hoeber
27b64313ef Updated course introduction video section
updates for stud-1214
2014-02-24 16:49:22 -05:00
Mark Hoeber
2aac72934b Merge pull request #2697 from edx/markhoeber/documentation/stud-1303
New Images
2014-02-24 14:49:12 -05:00
Mark Hoeber
b7d0d200bc Getting Starte chapter, for IMF changes
DOC-60
2014-02-24 14:31:58 -05:00
Mark Hoeber
7b587dadf0 New Images
For STUD-1303

UI for Draft components changes
2014-02-24 14:04:36 -05:00
Jay Zoldak
e4b6fe2c68 Merge pull request #2695 from edx/will/revert-paver-again
Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
2014-02-24 11:31:26 -05:00
Will Daly
812e71bbbb Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
This reverts commit 544616be4b.
2014-02-24 11:30:40 -05:00
Alison Hodges
406a91f548 Added change log entry 2014-02-24 09:56:21 -05:00
Alison Hodges
61a05ab877 Corrected and completed the wiki data chapter 2014-02-24 09:36:34 -05:00
Alison Hodges
9dae955377 Formatting fix for Comments 2014-02-24 09:26:39 -05:00
Will Daly
38d403f6c9 Merge pull request #2615 from edx/will/paver-attempt-2
Paver (Part 1) -- Attempt 2
2014-02-24 07:51:05 -05:00
Mark Hoeber
05bccadfd8 Merge pull request #2684 from edx/sylvia/documentation/BLD-849
Sylvia/documentation/bld 849
2014-02-22 10:13:25 -05:00
Sylvia Pearce
1cb0cb209d Quick typo fix 2014-02-21 18:03:47 -05:00
Sylvia Pearce
eb6b8aa26f Add XML information from Appendix E to Common and Advanced Problems 2014-02-21 18:03:02 -05:00
Alison Hodges
c5124cc7cc Edits from Ruth, change log & index updates 2014-02-21 16:33:16 -05:00