class Kempelen::API::Common::MultipleChoiceAnswer

Attributes

other_selection_text[RW]
selection_identifiers[RW]

Public Class Methods

new(question_identifier) click to toggle source
Calls superclass method Kempelen::API::Common::Answer::new
# File lib/kempelen/API/common/answers.rb, line 26
def initialize(question_identifier)
  super(question_identifier)

  @selection_identifiers = []
end