Create a formula grade item

From WSU Technology Knowledge Base
Jump to navigation Jump to search

Formula grade items use already-existing items to create a new grade item in the grade book. Formulas can include several calculations, including things like adding up grades, finding the maximum minimum from a set of grades, averaging scores, and so on. Existing grade items are selected from a list of all available grade items in the grade book.

Formulas cannot be associated with assignments, discussions, or quizzes.

Creating formula grade items

  1. Start at the Manage Grades page in Grades.
  2. Select a New grade Item.
  3. Select a Formula grade.
  4. Name the new grade item.
  5. Select the grade items to be included by checking the boxes to the left of each item.
  6. Save and Close.
  7. In the General area, enter the name of your grade item. If you wish to use a shorter name as the column heading for this grade item, enter the Short Name.
  8. In the Grading area, enter the Maximum Points for the grade item.
  9. To define the formula for your grade item, click the Edit Using the Formula Editor link. In the Formula Editor window, enter your formula and click Insert. There is additional detail on creating formulas below.
  10. If you want users' grades to be able to exceed the maximum points specified for the item, select the Can Exceed check box.
  11. From the Grade Scheme drop-down list, select a grading scheme for your grade item.
  12. To attach a rubric to the grade item, click Add Rubric.
  13. In the Display Options area, do any of the following:
    • Under Student View:
      • To allow users to see the class average on the item, select the Display class average to users checkbox.
      • To allow users to see a graph showing how grades are distributed between different percentiles, select the Display grade distribution to users checkbox.
      • To allow graded users to view grade information for this item differently from other items in the grade book, select the Override display options for this item checkbox.
        • Select Points, Grade scheme symbol, or Grade scheme color.
    • Under Managing View:
      • To view grade information for this item differently from other items in your grade book, select the Override display options for this item check box.
      • Select either Points, Grade scheme symbol, or Grade scheme color.
  14. To associate a learning objective with the grade item, click the Objectives tab, and then Associate Learning Objectives.
  15. Click Save and Close.
Formula Grades

Using the formula editor

Use the Formula Editor to define a formula that calculates a grade item’s value based on other grade items. When you create a formula, you specify which grade items you want included in the formula and the relationships between them. An example of a simple formula calculates the sum of a number of grade items. A more complicated formula drops the minimum or maximum value from a set of grade items.

Component Description
Formula area The formula area is where the formula text displays. The equals sign (=) at the start of the formula cannot be deleted. A cursor shows your position in the formula.
Cursor placement Use the cursor placement icons to move the cursor forwards and backwards in the formula. You can also move the cursor by clicking on the new location with your mouse. There are four options:
  • << - Move cursor to start of formula
  • < - Move cursor back one element
  • > - Move cursor forward one element
  • >> - Move cursor to end of formula
Grade item parameters To view what grade items you can insert as a parameter in your formula, use the Grade Item drop-down list. You can insert Numeric, Pass/Fail, Selectbox, and Formulatype grade items. You cannot reference the formula grade item you are defining or a final grade.

To view the values associated with the grade item you want to use in the formula, use the Grade Item Value drop-down list. There are three options:

  • Points Received - The grade the user achieved. For example, 7 (out of 10 points).
  • Max Points - The maximum points available for the grade item. For example, 10 points.
  • Percent -Points ReceivedThe percent grade the user achieved. For example, 70%.

When using the weighted system, category and grade item weights are ignored in formula calculations.

Dropped grade items and bonus grade items are calculated the same as other grade items.

Functions The Function drop-down list contains a list of functions that you can use in your calculation formula:
  • MAX - Calculates the maximum (largest) value in a set of values.
  • MIN - Calculates the minimum (smallest) value in a set of values.
  • SUM -Points ReceivedCalculates the sum (total) of a set of values.
  • AVG - Calculates the average for a set of values by adding all the values and dividing by the total number of values.
  • IF - Operates as a Boolean statement that returns either the value set as true or as false. You must define the condition (Boolean statement), true (then) value, and false (else) value.
  • NOT - Operates as a Boolean statement that returns the value set as true if the condition is false and as false if the condition is true.

You can embed functions within functions.

The Start, Next Term, and End options are used to define elements of a function:

  • Start - Starts the function selected in the Function drop-down list with an opening bracket ({).
  • Next Term - Inserts a comma to separate grade items or parts of a Boolean statement.
  • End - Ends the function with a closing bracket (}).
Operators Operators are usually used in conjunction with at least one grade item.

The information describing the Formula Editor comes from Creating grade items from the Brightspace support site.

More information