Method: CatEngine::Question::XMLMapper#to_h

Defined in:
lib/cat_engine/question.rb

#to_hObject



64
65
66
67
68
69
70
71
72
# File 'lib/cat_engine/question.rb', line 64

def to_h
  {
    id: id,
    promis_id: promis_id,
    context: context,
    title: title,
    responses: responses,
  }
end