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
| 1717 1718 1719 | # File 'generated/google/apis/classroom_v1/classes.rb', line 1717 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#answer ⇒ String
Student response to a short-answer question.
Corresponds to the JSON property answer
| 1715 1716 1717 | # File 'generated/google/apis/classroom_v1/classes.rb', line 1715 def answer @answer end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1722 1723 1724 | # File 'generated/google/apis/classroom_v1/classes.rb', line 1722 def update!(**args) @answer = args[:answer] if args.key?(:answer) end |