Commit Graph

1396 Commits

Author SHA1 Message Date
Alison Hodges
9e95aa33b2 Merge pull request #3257 from edx/markhoeber/documentation/doc-249
04/09/2014 Release Notes
2014-04-15 17:26:21 -04:00
Alison Hodges
34177141fe Merge pull request #3351 from edx/ahodges/documentation/DOC253
Ahodges/documentation/doc253
2014-04-15 17:18:00 -04:00
Alison Hodges
b60dd38614 DOC-253, adds View in Studio button to LMS 2014-04-15 17:17:26 -04:00
Sylvia Pearce
1f67fea18c Release notes 4-15-14 2014-04-15 17:13:33 -04:00
Mark Hoeber
55f7d28c62 Documentation for HTML editor upgrade
STUD-1428
2014-04-15 16:28:36 -04:00
Jay Zoldak
7ff5d618d0 Update testing documentation 2014-04-15 11:02:22 -04:00
raeeschachar
c1f75fe1a3 Update Running Acceptance Tests Bok_Choy 2014-04-15 11:02:22 -04:00
Alison Hodges
decf2c0505 DOC-252, add section on interpreting answer distribution 2014-04-11 16:50:07 -04:00
Mark Hoeber
9899d1cc3e 04/09/2014 Release Notes
DOC-249
2014-04-11 10:42:41 -04:00
Mark Hoeber
581702e1cb Fixed typo in drag & drop
numbers -> number
2014-04-09 17:22:19 -04:00
Mark Hoeber
0abedac38f Removal of JS input chapter
DOC-254
2014-04-09 13:55:35 -04:00
srpearce
7154ecca9e Merge pull request #3266 from edx/sylvia/documentation/DOC-265
Add info about accessing student progress through steps
2014-04-09 12:11:01 -04:00
Sylvia Pearce
7c8dbcf53b Document Course Staff Information field 2014-04-09 12:09:17 -04:00
Valera Rozuvan
b2543bfa95 Tweaking automatic screenshots in acceptance tests. 2014-04-09 11:37:32 +03:00
Sylvia Pearce
9e82f4c6ad Small correction 2014-04-08 14:54:26 -04:00
Sylvia Pearce
8e08275b0c Remove "Appendix E" from doc title; add warning re: identical URLs for ORA 2014-04-08 12:16:52 -04:00
Valera Rozuvan
acff3cbe73 Update testing.md file.
Added information on output folder for auto screenshots.
2014-04-08 17:46:04 +03:00
Valera Rozuvan
e7a2349cdc Update testing.md file.
How to better debug acceptance tests in local Vagrant dev.
2014-04-08 17:32:04 +03:00
Alison Hodges
92de6dddae DOC-117, Jennifer Akana's review comments 2014-04-07 16:09:04 -04:00
srpearce
2f16bbe184 Merge pull request #3226 from edx/sylvia/documentation/DOC-269
Updates to ORA2 documentation
2014-04-04 17:04:35 -04:00
Alison Hodges
f75561ab00 Merge pull request #3221 from edx/ahodges/documentation/excel
AN-836: draft info about spreadsheets and UTF8, illustrations
2014-04-04 16:53:03 -04:00
Alison Hodges
1580ee6e8b AN-836: draft info about spreadsheets and UTF8, illustrations 2014-04-04 16:52:11 -04:00
Sylvia Pearce
b02d609eeb Updates to ORA2 documentation 2014-04-04 16:49:18 -04:00
Alison Hodges
5f95d2a2de Stray space made html file formatting incorrect 2014-04-04 15:44:04 -04:00
Mark Hoeber
9e00d6f0c4 Merge pull request #3172 from edx/markhoeber/documentation/doc-248
Release notes for 4/2/14
2014-04-03 10:54:05 -04:00
Mark Hoeber
6dc4640f92 Release notes for 4/2/14
DOC-248
2014-04-03 09:57:28 -04:00
Mark Hoeber
0a8d07c0c3 Documentation for Pages and Wiki changes
STUD-1443
2014-04-03 09:27:49 -04:00
Mark Hoeber
69ed998474 Reorganizatio of Setting up Course
DOC-188
2014-04-02 16:26:20 -04:00
Alison Hodges
e79cc796fa Initial draft and images for LMS-2381 2014-04-02 13:46:49 -04:00
Mark Hoeber
b7dc8d18e2 Merge pull request #3137 from edx/markhoeber/documentation/doc-97
Changes for doc-97 - Subsection grading
2014-04-02 11:06:36 -04:00
Mark Hoeber
c822abca9f Grading Documentation Update
DOC-97
DOC-176

Added note about grading subsections only, and vertical bars
representing subsections in progress tab
2014-04-02 10:20:22 -04:00
srpearce
d283eac0af Merge pull request #3044 from edx/sylviapearce/documentation/DOC-191
Sylviapearce/documentation/doc 191
2014-04-02 10:04:21 -04:00
Sylvia Pearce
05ef8d892b Instructor- and student-facing documentation for ORA2 2014-04-02 10:03:12 -04:00
Mark Hoeber
cee1ebc91c Merge pull request #3157 from edx/markhoeber/documentation/PDF-fix
Fixed nested bullets to enable PDF
2014-04-01 13:26:46 -04:00
Mark Hoeber
f1999d8949 Fixed nested bullets to enable PDF
4 levels of bullets don’t work with latex

DOC-250
2014-04-01 10:46:37 -04:00
David Baumgold
c6200a4842 Doc: update xblock publish() function signature 2014-03-31 15:27:01 -04:00
Alison Hodges
f81908e5a8 Documentation for answer distributions 2014-03-31 11:29:43 -04:00
Sarina Canelake
7b13cd32f1 Update Translation documentation 2014-03-28 20:30:27 -04:00
Mark Hoeber
7ac2270853 Custom JavaScript Display and Grading
DOC-105
2014-03-28 16:01:57 -04:00
Alison Hodges
8d82733284 AN-167 New chapter on role & skills of data czar and research team 2014-03-28 15:37:16 -04:00
Gabe Mulley
d6052675da Support emitting analytical events from xblocks running in the LMS
XBlocks can and should use the "publish" method provided by the runtime to emit analytical events. In theory we could now start replacing calls to track_function with calls to publish, however, that migration is not handled by this change.

Fixes: AN-789
2014-03-27 18:50:46 -04:00
Alison Hodges
8e41323588 LMS-1287: Added section for batch add of beta testers 2014-03-27 17:48:59 -04:00
Valera Rozuvan
0e2e19e066 Update testing.md file.
How to run Python tests for stub servers.
2014-03-27 20:01:56 +02:00
Mark Hoeber
fffe1c4ad1 Merge pull request #3069 from edx/markhoeber/documentation/doc-196
Markhoeber/documentation/doc 196

Release notes for 3/27/14
2014-03-27 11:10:45 -04:00
Mark Hoeber
ca63c67f8e Release notes 3/26/14
DOC-196
2014-03-27 10:48:55 -04:00
Mark Hoeber
704024f8a5 Merge pull request #2928 from edx/markhoeber/documentation/stud-1347
Documentation for changes to static pages
2014-03-26 14:24:03 -04:00
Mark Hoeber
8cbdfbafe2 Documentation for static page changes
STUD-1347
2014-03-26 11:14:48 -04:00
Will Daly
44dad41ede Switch from Rake to Paver 2014-03-25 11:32:19 -04:00
Alison Hodges
0de52014d0 Updates for DOC-83, new SQL table and event types for A/B testing 2014-03-24 11:09:36 -04:00
Jay Zoldak
c5a7911b87 Fix pylint disable pragmas that were pep8 violations 2014-03-20 10:18:40 -04:00