Class: Google::Apis::ClassroomV1::MultipleChoiceQuestion
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::MultipleChoiceQuestion
- 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
-
#choices ⇒ Array<String>
Possible choices.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultipleChoiceQuestion
constructor
A new instance of MultipleChoiceQuestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultipleChoiceQuestion
Returns a new instance of MultipleChoiceQuestion.
2024 2025 2026 |
# File 'lib/google/apis/classroom_v1/classes.rb', line 2024 def initialize(**args) update!(**args) end |
Instance Attribute Details
#choices ⇒ Array<String>
Possible choices.
Corresponds to the JSON property choices
2022 2023 2024 |
# File 'lib/google/apis/classroom_v1/classes.rb', line 2022 def choices @choices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2029 2030 2031 |
# File 'lib/google/apis/classroom_v1/classes.rb', line 2029 def update!(**args) @choices = args[:choices] if args.key?(:choices) end |