{% extends "experiment/Instrument.html" %} {% load otree static %} {% block title %} Participant Survey {% endblock %} {% block content %}

Directions: The following questions measure your knowledge of cybersecurity. Kindly answer these to the best of your abilities. If you do not know the answer, please select the "I Don't Know" option instead of guessing.

{% for item in items %} {% endfor %}
{{ item.2 }}
{{ item.3 }}
{{ item.4 }}
{{ item.5 }}
{{ item.6 }}
{{ item.7 }}
 


{% endblock %}