Class: Google::Apis::ClassroomV1::MultipleChoiceQuestion

Inherits:
Object
  • Object
show all
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

Additional details for multiple-choice questions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MultipleChoiceQuestion

Returns a new instance of MultipleChoiceQuestion.



1760
1761
1762
# File 'lib/google/apis/classroom_v1/classes.rb', line 1760

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#choicesArray<String>

Possible choices. Corresponds to the JSON property choices

Returns:

  • (Array<String>)


1758
1759
1760
# File 'lib/google/apis/classroom_v1/classes.rb', line 1758

def choices
  @choices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1765
1766
1767
# File 'lib/google/apis/classroom_v1/classes.rb', line 1765

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