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

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 short answer question.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ShortAnswerSubmission

Returns a new instance of ShortAnswerSubmission.



1829
1830
1831
# File 'generated/google/apis/classroom_v1/classes.rb', line 1829

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)


1827
1828
1829
# File 'generated/google/apis/classroom_v1/classes.rb', line 1827

def answer
  @answer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1834
1835
1836
# File 'generated/google/apis/classroom_v1/classes.rb', line 1834

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