quiz_maker-1.0.6/templates/question-matching-answer.html.twig
templates/question-matching-answer.html.twig
<div class="matching-answer">
{{ matching_question|raw }} <img class="arrow" src="{{ base_path ~ '/modules/custom/quiz_maker/icons/right-arrow.svg' }}" alt="right-arrow"> {{ matching_answer|raw }}
</div>