Class: Google::Apis::ClassroomV1::ShortAnswerSubmission
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::ShortAnswerSubmission
- 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
-
#answer ⇒ String
Student response to a short-answer question.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShortAnswerSubmission
constructor
A new instance of ShortAnswerSubmission.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#answer ⇒ String
Student response to a short-answer question.
Corresponds to the JSON property answer
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 |