diff --git a/docs/course_authors/source/advanced_problems.rst b/docs/course_authors/source/advanced_problems.rst index f1b7ca077f..b7360a170c 100644 --- a/docs/course_authors/source/advanced_problems.rst +++ b/docs/course_authors/source/advanced_problems.rst @@ -265,7 +265,7 @@ To create a drag and drop problem: For more information about drag and drop problems, see `XML Format of Drag and Drop Input -`_. +`_. .. _Image Mapped Input: diff --git a/docs/course_authors/source/appendices/e.rst b/docs/course_authors/source/appendices/e.rst index 44c311492a..0bc411dc0e 100644 --- a/docs/course_authors/source/appendices/e.rst +++ b/docs/course_authors/source/appendices/e.rst @@ -116,7 +116,7 @@ differences between the two include the following. Sample Problem: .. image:: ../Images/image289.png - :width: 600: + :width: 600 :alt: Image of a multiple choice problem **Problem Code:** @@ -209,7 +209,7 @@ Sample Problem: .. image:: ../Images/image290.png :width: 600 - :alt: Image of a checkbox problem + :alt: Image of a checkbox problem **Problem Code:** diff --git a/docs/course_authors/source/appendices/g.rst b/docs/course_authors/source/appendices/g.rst index 24b8518a05..a1f126647b 100644 --- a/docs/course_authors/source/appendices/g.rst +++ b/docs/course_authors/source/appendices/g.rst @@ -57,4 +57,4 @@ Navier-Stokes equation is enclosed in backslashes and brackets, so it appears on own line. .. image:: ../Images/MathJax_Problem.gif -:alt: Image of a problem component with MathJax in both the Visual and HTML views \ No newline at end of file + :alt: Image of a problem component with MathJax in both the Visual and HTML views \ No newline at end of file diff --git a/docs/course_authors/source/create_new_course.rst b/docs/course_authors/source/create_new_course.rst index 1a3d3b0035..aa3cfae574 100644 --- a/docs/course_authors/source/create_new_course.rst +++ b/docs/course_authors/source/create_new_course.rst @@ -145,7 +145,7 @@ From the **Settings** menu, select **Schedule and Details**. .. note:: - The default **Course Start Date** is set far into the future, to **12/31/2029**. This is to ensure that your course does not start before you intend it to. You must change the **Course Start Date** to the date you want students to begin using the course. + The default **Course Start Date** is set far into the future, to **01/01/2030 GMT**. This is to ensure that your course does not start before you intend it to. You must change the course start date to the date you want students to begin using the course. Follow the on-screen text to enter the course and enrollment schedule. diff --git a/docs/course_authors/source/establish_grading_policy.rst b/docs/course_authors/source/establish_grading_policy.rst index a1e3e2c8a9..d2054b2470 100644 --- a/docs/course_authors/source/establish_grading_policy.rst +++ b/docs/course_authors/source/establish_grading_policy.rst @@ -10,14 +10,14 @@ Overview Establishing a grading policy takes several steps. You must: -#. :ref:`grade` +#. :ref:`Set the Grade Range` #. :ref:`Set the Grace Period` #. :ref:`configure` #. :ref:`set_assignment` #. :ref:`student_view` -.. _grade: +.. _Set the Grade Range: ******************* Set the Grade Range diff --git a/docs/course_authors/source/glossary.rst b/docs/course_authors/source/glossary.rst index ffa3b941a2..5523ffecaa 100644 --- a/docs/course_authors/source/glossary.rst +++ b/docs/course_authors/source/glossary.rst @@ -244,7 +244,6 @@ Thresholds that specify how numerical scores are associated with grades, and the See :ref:`Set the Grade Range` for more information. - .. _Grading Rubric: **Grading Rubric** @@ -275,7 +274,7 @@ See :ref:`Working with HTML Components` for more information. The view in the HTML component editor allows you to enter HTML code directly. -See :ref:`Work with the Visual and HTML Editors` for more information. +See :ref:`The User Interface` for more information. .. _I: @@ -319,7 +318,7 @@ L A document markup language and document preparation system for the TeX typesetting program. -In edX Studio, you can :ref:`Import Content from LaTex`. +In edX Studio, you can :ref:`Import LaTeX Code`. You can also create a :ref:`Problem Written in LaTeX`. @@ -569,7 +568,7 @@ See :ref:`Working with Video Components` for more information. The view in the HTML component editor that allows you format text without using HTML code. -See :ref:`Work with the Visual and HTML Editors` for more information. +See :ref:`The User Interface` for more information. .. _W: diff --git a/docs/course_authors/source/organizing_course.rst b/docs/course_authors/source/organizing_course.rst index 239367acad..64282f2ad6 100644 --- a/docs/course_authors/source/organizing_course.rst +++ b/docs/course_authors/source/organizing_course.rst @@ -152,7 +152,7 @@ A component is the part of a unit that contains your actual course content. A un A student can view the name of all components in a unit by hovering over the unit in the ribbon at the top of the page. .. image:: Images/ComponentNames_CourseRibbon.gif -:alt: Image of the component list for a unit + :alt: Image of the component list for a unit By default, Studio includes four types of components. @@ -184,9 +184,9 @@ You can reorganize your course by dragging and dropping sections, subsections, u To move an element, hover over the element handle on the right side of the screen until the mouse pointer changes to a four-headed arrow. Then, click and drag the element to the location that you want. .. image:: Images/DragAndDropExample.gif -:alt: Image of the course outline, with the handle for a unit selected for drag and drop + :alt: Image of the course outline, with the handle for a unit selected for drag and drop When you move an element, a blue line indicates where the element will land when you release the mouse. .. image:: Images/DragAndDrop_BlueLine.gif -:alt: Image of the course outline, with a unit being dragged to a different location \ No newline at end of file + :alt: Image of the course outline, with a unit being dragged to a different location \ No newline at end of file