Class: Google::Apis::ClassroomV1::MultipleChoiceSubmission

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/classroom_v1/classes.rb,
generated/google/apis/classroom_v1/representations.rb,
generated/google/apis/classroom_v1/representations.rb

Overview

Student work for a multiple-choice question.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MultipleChoiceSubmission

Returns a new instance of MultipleChoiceSubmission.



1629
1630
1631
# File 'generated/google/apis/classroom_v1/classes.rb', line 1629

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#answerString

Student's select choice. Corresponds to the JSON property answer

Returns:

  • (String)


1627
1628
1629
# File 'generated/google/apis/classroom_v1/classes.rb', line 1627

def answer
  @answer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1634
1635
1636
# File 'generated/google/apis/classroom_v1/classes.rb', line 1634

def update!(**args)
  @answer = args[:answer] if args.key?(:answer)
end