1. Look at the video carefully.

  2. Select all tags that identify or refer to people explicitly shown in the video.

    Selected by me:
    {% assign splittedtags = {{descriptiontags}} | split: '_###_' %} {% for desctag in splittedtags %} {% assign curdesctag = {{desctag}} | split: '__' %} {% endfor %} {% assign splittedsubs = {{subtitletags}} | split: '_###_' %} {% for subtag in splittedsubs %} {% assign cursubtag = {{subtag}} | split: '__' %} {% endfor %} {% assign splittedtags = {{imagetags}} | split: '_###_' %} {% for tagtag in splittedtags %} {% assign curtagtag = {{tagtag}} | split: '__' %} {% endfor %}
  3. Check your answers.

    • Make sure you have selected all relevant tags.