This assignment does not count toward the final grade.
Extension 1.1: Speed Limit Fine Calculator
- Due No Due Date
- Points 3
- Submitting on paper
Rubric
Keep in mind that 533 students have already been assessed using this rubric. Changing it will affect their evaluations.
Criteria | Ratings | Pts | ||
---|---|---|---|---|
No if-statements used
threshold:
pts
|
|
pts
--
|
||
No fee for first 10mph over limit
Check inputs: speed limit = 20, your speed = 29, fine should be 0.
threshold:
pts
|
|
pts
--
|
||
Fines start at $50
Check inputs: speed limit = 20, your speed = 30, fine should be $50
threshold:
pts
|
|
pts
--
|
||
No fine when not speeding
Check inputs: speed limit = 20, your speed = 15, fine should equal 0
threshold:
pts
|
|
pts
--
|
||
Fine increases with speed ($10 per 1 mph beyond 10 mph)
Check inputs: speed limit 20, your speed 33, fine should be $80
threshold:
pts
|
|
pts
--
|
||
Committed and pushed to github
Check their Github page!
threshold:
pts
|
|
pts
--
|
||
All of the above are yes
threshold:
pts
|
|
pts
--
|
||
Total Points:
3
out of 3
|