{% extends "base/base.html" %} {% load static %} {% block title %} Select rectangle for {{ q_label }} clustering from v {{ version }} p {{ page_num }} {% endblock title %} {% block page_heading %} Select rectangle for {{ q_label }} clustering from v {{ version }} p {{ page_num }} {% endblock page_heading %} {% block main_content %}
Return to choose version/question
Version {{ version }} page {{ page_num }}

The absolute coordinates of the selection.

  • Top-left ( , )
  • Bottom-right ( , )

The scaled coordinates of the selection.

{% csrf_token %}
  • Top-left ( , )
  • Bottom-right ( , )
{% endblock main_content %}