{% extends "base.html" %} {% block question_content %}

Are any pair in this list identical?

Below is a table of pairs. For every row in the table, item A and item B are either exactly the same thing but phrased differently, or two different things. Please choose for each pair.

{% for a,b in pairs %} {% endfor %}
Item A Item B Answer
A: {{ a }} B: {{ b }} Item A and Item B are exactly the same, but phrased differently Item A and Item B are at least slightly different
{% endblock %}