Method: Qti::V2::Models::StimulusItem#title

Defined in:
lib/qti/v2/models/stimulus_item.rb

#titleObject



21
22
23
# File 'lib/qti/v2/models/stimulus_item.rb', line 21

def title
  @title ||= xpath_with_single_check('//html/head/title')&.content
end