{% extends 'bootstrap_base.html' %} {% from 'bootstrap/form.html' import render_field %} {% from 'bootstrap/form.html' import render_form %} {% block header %}

Attention Check

This is an attention check, please carefully check the questions below.

{% endblock %} {% block content %}

Task Description:

Please look at the image below, and decide whether it is malignant (harmful in effect) or benign (not harmful in effect).

Responsive image

This is an attention check page.

{{form.hidden_tag()}} {% if advice != 'None' %}

AI advice:

{{advice | safe}}

{% endif %} {% if explanation_sent != 'None' %}

Explanation:

{{explanation_sent | safe}}

{% endif %}

Task:

{{ render_field(form.question) }}

Experience:

{{ render_field(form.experience)}}

Confidence:

{{ render_field(form.confidence)}}
{% endblock %}