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

Bird Task Example

Given an image, you are asked to identify the specie of the bird given in the image from several candidates. To help you understand the task, we give an example task.

{% endblock %} {% block content %}
Responsive image

Task Description:

Follow the hints for each specie to identify the specie of the bird in the given image.

Hints for species:

Answer:

Lesser Goldfinch

{% endblock %}