module OpenStax::Exchange::ClientInstance

Public Instance Methods

create_identifier() click to toggle source
# File lib/openstax/exchange/client_instance.rb, line 13
def create_identifier
  raise NotImplementedError
end
is_real_client?() click to toggle source
# File lib/openstax/exchange/client_instance.rb, line 5
def is_real_client?
  raise NotImplementedError
end
record_grade(identifier, resource, trial, grade) click to toggle source
# File lib/openstax/exchange/client_instance.rb, line 21
def record_grade(identifier, resource, trial, grade)
  raise NotImplementedError
end
record_multiple_choice_answer(identifier, resource, trial, answer) click to toggle source
# File lib/openstax/exchange/client_instance.rb, line 17
def record_multiple_choice_answer(identifier, resource, trial, answer)
  raise NotImplementedError
end
token() click to toggle source
# File lib/openstax/exchange/client_instance.rb, line 9
def token
  raise NotImplementedError
end