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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/classroom_v1/classes.rb,
generated/google/apis/classroom_v1/representations.rb,
generated/google/apis/classroom_v1/representations.rb

Overview

Additional details for multiple-choice questions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MultipleChoiceQuestion

Returns a new instance of MultipleChoiceQuestion.



1610
1611
1612
# File 'generated/google/apis/classroom_v1/classes.rb', line 1610

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

Instance Attribute Details

#choicesArray<String>

Possible choices. Corresponds to the JSON property choices

Returns:

  • (Array<String>)


1608
1609
1610
# File 'generated/google/apis/classroom_v1/classes.rb', line 1608

def choices
  @choices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1615
1616
1617
# File 'generated/google/apis/classroom_v1/classes.rb', line 1615

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