Method: Qti::V1::Models::Interactions::ChoiceInteraction#scoring_algorithm
- Defined in:
- lib/qti/v1/models/interactions/choice_interaction.rb
#scoring_algorithm ⇒ Object
47 48 49 50 51 52 |
# File 'lib/qti/v1/models/interactions/choice_interaction.rb', line 47 def scoring_algorithm scoring_algorithm_path = './/xmlns:qtimetadatafield/xmlns:fieldlabel' \ '[text()="scoring_algorithm"]/../xmlns:fieldentry' node.at_xpath(scoring_algorithm_path)&.text end |