From 8e08275b0cbfccf2f2436458c047ffddbaf8c7a5 Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Tue, 8 Apr 2014 12:16:52 -0400 Subject: [PATCH] Remove "Appendix E" from doc title; add warning re: identical URLs for ORA --- docs/en_us/course_authors/source/problems_tools/e.rst | 4 ++-- .../source/problems_tools/open_response_assessment.rst | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en_us/course_authors/source/problems_tools/e.rst b/docs/en_us/course_authors/source/problems_tools/e.rst index 5eecfa52c1..7f143581ef 100644 --- a/docs/en_us/course_authors/source/problems_tools/e.rst +++ b/docs/en_us/course_authors/source/problems_tools/e.rst @@ -2,10 +2,10 @@ .. _Appendix E: ################################ -APPENDIX E: Problem and Tool XML +Problem and Tool XML ################################ -This appendix provides information about the XML tags for most problem and tool types in Studio: +This guide provides information about the XML tags for most problem and tool types in Studio: * :ref:`General` * :ref:`Checkbox Problem XML` diff --git a/docs/en_us/course_authors/source/problems_tools/open_response_assessment.rst b/docs/en_us/course_authors/source/problems_tools/open_response_assessment.rst index 68a6d09112..ea0820fe6e 100644 --- a/docs/en_us/course_authors/source/problems_tools/open_response_assessment.rst +++ b/docs/en_us/course_authors/source/problems_tools/open_response_assessment.rst @@ -10,6 +10,8 @@ Introduction to Open Response Assessments you test them thoroughly in a practice course and only add them to courses that are **not** already running. +.. warning:: Problems can occur when you move your course from edge.edx.org to edx.org, or vice versa, if your course has the same URL in both places. To work around this problem, make sure that the URLs are different by specifying a different university or course number when you create each course. For example, if your university is edX and your course number is edX101, you can specify the course number as **edx_101** (note the underscore) on Edge and **edX101** on edX. + Open response assessments allow instructors to assess student learning through questions that may not have definite answers. Tens of thousands of students can receive feedback on written responses of varying lengths @@ -168,6 +170,8 @@ Creating an open response assessment is a multi-step process. Each of these steps is described in detail below. +.. warning:: Problems can occur when you move your course from edge.edx.org to edx.org, or vice versa, if your course has the same URL in both places. To work around this problem, make sure that the URLs are different by specifying a different university or course number when you create each course. For example, if your university is edX and your course number is edX101, you can specify the course number as **edx_101** (note the underscore) on Edge and **edX101** on edX. + .. _ORA Step 1: Step 1. Create the ORA Component