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

Task Introduction

In the task, you're asked to identify whether the observed image should be malignant (very virulent or infectious) or benign (not harmful in effect). We will use two examples of this task to help you understand benign and malignant.

{% endblock %} {% block content %} {% if condition == 'control' %}

Further assistance:

Still unclear what features help you identify skin cancer? Don't worry, we will provide AI advice for each task to help you make the decision.

{% endif %} {% if condition == 'concept' %}

Further assistance:

Still unclear what features help you identify skin cancer? Don't worry, we will provide the relevant concepts (like Blue-Whitish Veil, Pigment Network) in diagnosis for each task to help you make the decision.

{% endif %} {% if condition == 'ARCHIE' %}

Further assistance:

Still unclear what features help you identify skin cancer? Don't worry, we will provide the relevant concepts (like Blue-Whitish Veil, Pigment Network) and analogy-based explanation for each task to help you make the decision.

{% endif %}
{% endblock %}