You are here

opigno-answer--opigno-scorm--full.html.twig in Opigno module 3.x

<div{{ attributes.addClass('opigno_answer') }}>
  {% if content %}
    {{- content -}}
  {% endif %}
</div>

File

ActivityTypes/opigno_scorm_activity/templates/opigno-answer--opigno-scorm--full.html.twig
View source
  1. <div{{ attributes.addClass('opigno_answer') }}>
  2. {% if content %}
  3. {{- content -}}
  4. {% endif %}
  5. </div>