lib/openstax/exchange/client_instance.rb in openstax_exchange-0.1.0 vs lib/openstax/exchange/client_instance.rb in openstax_exchange-0.2.0

- old
+ new

@@ -16,8 +16,12 @@ def record_multiple_choice_answer(identifier, resource, trial, answer) raise NotImplementedError end + def record_grade(identifier, resource, trial, grade) + raise NotImplementedError + end + end end end