Commit 9854c231 by Alison Hodges

Merge pull request #4903 from edx/ahodges/doc/DOC263

Clarify the effect of changing problems
parents 061199ca ff162a02
...@@ -16,6 +16,9 @@ Establishing a grading policy takes several steps. You must: ...@@ -16,6 +16,9 @@ Establishing a grading policy takes several steps. You must:
#. :ref:`Graded Subsections` #. :ref:`Graded Subsections`
#. :ref:`The Student View of Grades` #. :ref:`The Student View of Grades`
.. important:: Any changes to the course grading policy, to graded
subsections, or to graded components after a course begins will affect the
student experience in the course and analysis of its data.
.. _Set the Grade Range: .. _Set the Grade Range:
...@@ -40,27 +43,27 @@ You use the grade range control to change these settings: ...@@ -40,27 +43,27 @@ You use the grade range control to change these settings:
* To add a grade in the range, click the **+** icon. * To add a grade in the range, click the **+** icon.
A new grade is added to the range between the existing grades. For example, if A new grade is added to the range between the existing grades. For example,
you add a grade in the default setting, the grade range changes to **F** (0 to if you add a grade in the default setting, the grade range changes to **F**
50), **B** (50 to 75), and **A** (75 to 100): (0 to 50), **B** (50 to 75), and **A** (75 to 100):
.. image:: ../Images/grade_range_b.png .. image:: ../Images/grade_range_b.png
:alt: Image of an altered Grade Range control :alt: Image of an altered Grade Range control
* To change the score range, hover the mouse over the line dividing two grades, * To change the score range, move the cursor over the line dividing two grades
click and drag the line left or right. and then click and drag the line left or right.
You can see the range numbers of the two grades adjacent to the line change. You can see the range numbers of the two grades adjacent to the line change.
Release the mouse button when the line is where you want it. Release the mouse button when the line is where you want it.
* To change the name of the grade, double-click the current name of the grade to * To change the name of the grade, double-click the current name of the grade
select it, and then start typing the name of the new grade. For example, if to select it, and then start typing the name of the new grade. For example,
the original name of the grade is "Pass", you can double-click "Pass" and then if the original name of the grade is "Pass", you can double-click "Pass" and
type "Excellent" to replace the name. then type "Excellent" to replace the name.
You cannot change **F** or **Fail**. You cannot change **F** or **Fail**.
* To remove a grade, hover the mouse over the grade. * To remove a grade, move the cursor so that it is over the grade.
A **remove** link appears above the grade. Click the link. A **remove** link appears above the grade. Click the link.
...@@ -99,8 +102,8 @@ In the Grading page, under **Grading Rules & Policies**, enter a value in the ...@@ -99,8 +102,8 @@ In the Grading page, under **Grading Rules & Policies**, enter a value in the
Configure the Assignment Types Configure the Assignment Types
****************************** ******************************
You must create assignment types for your course and determine the weight of the You must create assignment types for your course and determine the weight of
student's total grade for each assignment type. the student's total grade for each assignment type.
For example, you may have: For example, you may have:
...@@ -128,20 +131,19 @@ You configure the following fields for each assignment type: ...@@ -128,20 +131,19 @@ You configure the following fields for each assignment type:
* **Assignment Type Name:** * **Assignment Type Name:**
The general category of the assignment. This name will be visible to students. The general category of the assignment. This name will be visible to
students.
.. note:: All assignments of a particular type count the same toward the .. note:: All assignments of a particular type count the same toward the
weight of that category. As a result, a homework assignment that contains weight of that category. As a result, a homework assignment that contains
10 problems is worth the same percentage of a student's grade as a homework 10 problems is worth the same percentage of a student's grade as a homework
assignment that contains 20 problems. assignment that contains 20 problems.
* **Abbreviation:** * **Abbreviation:**
This is the short name that appears next to an assignment on a student's This is the short name that appears next to an assignment on a student's
**Progress** tab. **Progress** tab.
* **Weight of Total Grade:** * **Weight of Total Grade:**
The assignments of this type together account for the percent value set in The assignments of this type together account for the percent value set in
...@@ -151,21 +153,16 @@ You configure the following fields for each assignment type: ...@@ -151,21 +153,16 @@ You configure the following fields for each assignment type:
.. note:: Do not include the percent sign (%) in this field. .. note:: Do not include the percent sign (%) in this field.
* **Total Number:** * **Total Number:**
The number of assignments of this type that you plan to include in your The number of assignments of this type that you plan to include in your
course. course.
* **Number of Droppable** * **Number of Droppable**
The number of assignments of this type that the grader will drop. The grader The number of assignments of this type that the grader will drop. The grader
will drop the lowest-scored assignments first. will drop the lowest-scored assignments first.
.. _Graded Subsections: .. _Graded Subsections:
********************************************** **********************************************
...@@ -207,28 +204,27 @@ contain other content as well as the actual homework or lab problems. ...@@ -207,28 +204,27 @@ contain other content as well as the actual homework or lab problems.
See :ref:`Working with Problem Components` for instructions on creating See :ref:`Working with Problem Components` for instructions on creating
problems. problems.
.. _The Student View of Grades: .. _The Student View of Grades:
************************** **************************
The Student View of Grades The Student View of Grades
************************** **************************
Once a grading policy is in place, students can view both their problem scores
After a grading policy is in place, students can view both their problem scores
and the percent completed and current grade in the **Progress** tab for the and the percent completed and current grade in the **Progress** tab for the
course. course.
.. image:: ../Images/Progress_tab.png .. image:: ../Images/Progress_tab.png
:alt: Image of the student Progress tab :alt: Image of the student Progress tab
Each item in the X axis of the chart is for a graded subsection. Graded problems Each item in the X axis of the chart is for a graded subsection. Graded
in units are not broken out in the chart; the score from each problem in the problems in units are not broken out in the chart; the score from each problem
subsection is added to that vertical bar. in the subsection is added to that vertical bar.
Graded subsections are grouped in the chart by assignment type rather than Graded subsections are grouped in the chart by assignment type rather than
listed in chronological order. For example, all homework exercises are grouped listed in chronological order. For example, all homework exercises are grouped
together, followed by labs, then exams. together, followed by labs, then exams.
.. note:: The **x** for an assignment in the Progress tab indicates that the .. note:: The **x** for an assignment in the Progress tab indicates that the
assignment grade is currently dropped. You configure how many assignments are grade for that assignment is currently dropped. You configure how many
dropped when you :ref:`Configure the Assignment Types`. assignments are dropped when you :ref:`Configure the Assignment Types`.
\ No newline at end of file \ No newline at end of file
...@@ -12,8 +12,11 @@ August, 2014 ...@@ -12,8 +12,11 @@ August, 2014
* - Date * - Date
- Change - Change
* - 08/22/14
- Added warnings about the effects of changing the course grading policy,
graded subsections, or graded components after the course begins.
* - 08/20/14 * - 08/20/14
- Added :ref:`Browsers` to the :ref:`Getting Started Index` section - Added :ref:`Browsers` to the :ref:`Getting Started Index` section.
* - 08/18/14 * - 08/18/14
- Expanded the :ref:`Example Messages to Students` in the :ref:`Launch` - Expanded the :ref:`Example Messages to Students` in the :ref:`Launch`
chapter. chapter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment