Class: Google::Apis::ClassroomV1::ShortAnswerSubmission
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::ShortAnswerSubmission
- 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
-
#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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ShortAnswerSubmission
Returns a new instance of ShortAnswerSubmission
1742 1743 1744 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1742 def initialize(**args) update!(**args) end |
Instance Attribute Details
#answer ⇒ String
Student response to a short-answer question.
Corresponds to the JSON property answer
1740 1741 1742 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1740 def answer @answer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1747 1748 1749 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1747 def update!(**args) @answer = args[:answer] if args.key?(:answer) end |