@@ -22,7 +22,7 @@ class CrowdsourceHinter(XBlock):
# Database of hints. hints are stored as such: {"incorrect_answer": {"hint": rating}}. each key (incorrect answer)
# has a corresponding dictionary (in which hints are keys and the hints' ratings are the values).
# TODO: Remove default values once done testing
hint_database=Dict(default={'answer':{'Try doing something new':5,'you should go review that lesson again':0},"answer2":{'new answer hint':3,"You should go look in your notes":6,"This is a hint that should be flagged":-4}},scope=Scope.user_state_summary)