Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: This function may only be used for exam assignments and is compatible with either online or bubble sheet formats.

Why should I award partial credit?

Using multiple choice problems for exams can be efficient as it allows for quick turn-around in grading and allows students to access solutions while the material is still fresh in their mind. However, the all-or-nothing format of these questions is not always reflective of student learning.

By awarding partial credit for a “second best” answer on a multiple-choice item, you will provide students with a more accurate measure of the knowledge and skills they have gained.

Creating Multiple Choice Questions for Partial Credit

There are two options for creating multiple choice questions on Quest. The first option, as detailed on this wiki page, is to create them using the HTML format through your Editor role.

The second option is to create multiple choice options through the Tex & (C or Javascript) option.

Example: Pulling a Sled 02 MC (228503)

In the body of the problem, below the statement of the question, add in the number of choices you want to offer students (see image).

Image Removed

In the Code section, set ans1 to the correct answer choice (in this case 1). In this case, variables d2-d8 are distractor variables that represent other possible choices.

Image Removed

The problem, plus the solution, looks like this:

Image Removed

Here, option 2 corresponds to an error where a student neglected the cos() term in their calculation and therefore may be considered the “second best” option.

Note: If you only want to make a few intelligent distractors through variables, you may use the option “\choice{}{#}{@bbb}” to create options with values from other versions of the question. These would represent random, or unintelligent distractorsCurrently, this function is only available for problems which have pre-defined multiple choice options. These problems types allow for students to be presented with answers involving common errors in their reasoning or work, from which a “second best” option may be identified.

Awarding Partial Credit

There are two ways to award partial credit. First, when creating a new item, and second on the assignment.

To award partial credit through the item, while in the editor the \choice which should include an extra bracket with the percentage of total points to be awarded. Example: “\choice{}{3}{p 60}{@d2}” would give 60% of the points for this item to any student who selects this answer choice. [Please verify that this is correct. We haven’t tested it yet.]

Through the assignment, you may click on the item and change the points under the ‘Withdraw/Change points’ tab. [Currently not seeing the option here, and the extra tab has disappeared.]Image Removed


Image Added

Alternatively, through the assignment click on ‘Statistics’ and then on the ‘Chart’ section. In the table of responses, click on the marker icon and enter the percent of points you want to award to the corresponding alternative answer choice, then click ‘update’.


Image RemovedImage Added


In the image above, partial credit was awarded to the third item on the exam, giving students who chose option #2 50% of the points for that question.

Caution:If you are using bubble sheets, please modify the partial credit before or after upload. Doing so during the bubble sheet import may cause the import to stall. [Is this still true?]

Creating Multiple Choice Questions for Partial Credit

There are two options for creating multiple choice questions on Quest. The first option, as detailed on this wiki page, is to create them using the HTML format through your Editor role.

The second option is to create multiple choice options through the Tex & (C or Javascript) option.

Example: Pulling a Sled 02 MC (228503)

In the body of the problem, below the statement of the question, add in the number of choices you want to offer students (see image).


Image Added


In the Code section, set ans1 to the correct answer choice (in this case 1). In this case, variables d2-d8 are distractor variables that represent other possible choices.


Image Added


The problem, plus the solution, looks like this:


Image Added


Here, option 2 corresponds to an error where a student neglected the cos() term in their calculation and therefore may be considered the “second best” option.