Not from Penn State? Sign up for a Friends of Penn State Account and use the WebAccess login above to contribute to this site.
2008 TLT Symposium
"The Collaborative Campus and the Culture of Teaching and Learning"
The 2008 TLT Symposium was a smash! Go to 2008 Teaching and Learning with Technology Symposium to take advantage of some of the great events that took place during the Symposium including blog posts and photo sharing. You'll also find podcast interviews of faculty members sharing their stories and much more.
ANGEL attempts to grade fill-in-the-blank questions using a sounds-like algorithm to compare student responses to a list of instructor-provided acceptable answers. Student responses that phonetically “sound like” one of the instructor-provided allowed answers are counted as correct. Depending upon the strictness of grading, it might be desirable to provide additional allowed answers to ensure phonetically incorrect student responses (that the instructor would have counted as correct) are counted as correct. Allowed answers are not case-sensitive. From ANGEL Learning's documentation.
Rounding
With rounding enabled, the instructor may add additional zeros after the decimal point (in the answer) to control the number of significant digits required in the student response. For example, if the instructor specifies an answer of 3.6, student responses of 3.61 and 3.601 would be graded as correct. If the instructor specifies an answer of 3.60, the student response of 3.61 would be graded as incorrect, however the student response of 3.601 would be graded as correct.From ANGEL Learning's documentation.
Grading Types
Normal
uses sounds-like algorithm and rounding
Exact Match
disables both the sounds-like algorithm and rounding
I came across some additional options that can be used in the Advanced Options field:
MATCH
Auto-grades correctly if any part of the user’s answer matches the given regular repression. Example: MATCH:[a-zA-Z0-9_] matches anything placed in a fill-in-the-blank question and automatically grade it as a correct answer as long as the answer is not blank.
CONTAINS
Auto-grades correctly with any text you use if any part of the user’s answer contains the specified text.
MAXSEL=n
For use on Multiple Select questions. Restricts the user to selecting n number of available choices.
Comments
Automatic grading commentary
Here's a rundown:
Definitions
Grading Types
Automatic grading commentary - thanks for the info.
Thanks for the information!
Beth
More options!
I came across some additional options that can be used in the Advanced Options field: