I built a weekly Quiz to prompt students to log internship hours for their for-credit internship course.
1. Each individual question asks them how many hours they worked (Mon, Tue, Wed, Thu, Fri). There are multiple possible answers (1 hour, 2 hours, 3 hours...) with a corresponding point value for each (1,2,3...).
2. I've set the Quiz to "Display as Points". The max points for the Quiz is set to 12 (the average hours they should be interning per week).
3. In a perfect world, the students would answer the questions, and their point total would be something like 10, or 12, or 15. Then Canvas would display their points (10/12 or 12/12 or even 15/12).
The PROBLEM is that, when grading, Canvas uses the maximum point value for the answers (i.e. 60) and disregards the point value for the assignment (12). It then grades the students' quizzes as 10/60 or 12/60 or 15/60, converts it to a percent (17% or 20% or 25% in this example). Then it goes back and applies that percent to the total points for the Quiz (12). Needlessly complex.
So basically, a student who interns for 12 hours (out of 12) and enters 12 on the Quiz gets a score of 2.4 points instead of 12 points.
SOLUTION SOUGHT: I'm just looking to create a simple Quiz where students enter a number and that number is then reflected as their "grade" for the Quiz.