Class: Senkyoshi::Survey

Inherits:
QTI show all
Defined in:
lib/senkyoshi/models/survey.rb

Instance Attribute Summary

Attributes inherited from QTI

#points_possible

Attributes inherited from FileResource

#id

Instance Method Summary collapse

Methods inherited from QTI

#canvas_conversion, #canvas_module?, #create_assignment, #create_items, from, get_pre_data, #get_question_group, #get_questions, #get_quiz_pool_items, #initialize, #set_assessment_details, #setup_assessment

Methods inherited from FileResource

#create_module, from, #initialize

Methods inherited from Resource

#_find_directories, #_fix_path, #_matches_directory_xid?, #_search_and_replace, #cleanup, #fix_html, get_pre_data, #matches_xid?, #strip_xid

Constructor Details

This class inherits a constructor from Senkyoshi::QTI

Instance Method Details

#iterate_xml(data, pre_data) ⇒ Object



20
21
22
23
# File 'lib/senkyoshi/models/survey.rb', line 20

def iterate_xml(data, pre_data)
  @quiz_type = "graded_survey"
  super
end