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
      1745 1746 1747  | 
    
      # File 'generated/google/apis/classroom_v1/classes.rb', line 1745 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#answer ⇒ String
Student response to a short-answer question.
Corresponds to the JSON property answer
      1743 1744 1745  | 
    
      # File 'generated/google/apis/classroom_v1/classes.rb', line 1743 def answer @answer end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1750 1751 1752  | 
    
      # File 'generated/google/apis/classroom_v1/classes.rb', line 1750 def update!(**args) @answer = args[:answer] if args.key?(:answer) end  |