{{ block content }}

Setup for Decision Task

{% comment %} add an EventListener that checks for whether the video has finished. If so, edit button style. Below you can see that the button is hidden; style="visibility: hidden". As soon as video is finished, the EventListener will edit this bye 'button.style.visibility = "visible"' and make button visible; style="visibility: visible" {% endcomment %} {{ endblock }}