Method: Qti::V2::Models::Interactions::GapMatchInteraction#blanks
- Defined in:
- lib/qti/v2/models/interactions/gap_match_interaction.rb
#blanks ⇒ Object
75 76 77 78 79 |
# File 'lib/qti/v2/models/interactions/gap_match_interaction.rb', line 75 def blanks node.xpath('.//xmlns:gapText').map do |blank| { id: blank.attributes['identifier'].value } end end |