class Google::Apis::ClassroomV1::MultipleChoiceSubmission
Student
work for a multiple-choice question.
Attributes
answer[RW]
Student's select choice. Corresponds to the JSON property `answer` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/classroom_v1/classes.rb, line 1685 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/classroom_v1/classes.rb, line 1690 def update!(**args) @answer = args[:answer] if args.key?(:answer) end