class Google::Apis::ClassroomV1::ShortAnswerSubmission

Student work for a short answer question.

Attributes

answer[RW]

Student response to a short-answer question. 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 1829
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 1834
def update!(**args)
  @answer = args[:answer] if args.key?(:answer)
end