Skip to content

Commit

Permalink
Human + auto example: Make autograder actually return a grade
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 4, 2018
1 parent 4124e0c commit da10522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions questions/auto-and-human-graded-python-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test_code: |
# Note: This won't return a points feedback. You need to
# to add points by feedback.add_points or feedback.finish
feedback.check_scalar("c", correct_c, c)
feedback.finish(1, "Nicely done!")
correct_code: |
Expand Down

0 comments on commit da10522

Please sign in to comment.