Class: Google::Apis::ClassroomV1::ShortAnswerSubmission

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

Overview

Student work for a short answer question.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ShortAnswerSubmission

Returns a new instance of ShortAnswerSubmission.



2187
2188
2189
# File 'lib/google/apis/classroom_v1/classes.rb', line 2187

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

Instance Attribute Details

#answerString

Student response to a short-answer question. Corresponds to the JSON property answer

Returns:

  • (String)


2185
2186
2187
# File 'lib/google/apis/classroom_v1/classes.rb', line 2185

def answer
  @answer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2192
2193
2194
# File 'lib/google/apis/classroom_v1/classes.rb', line 2192

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