{% extends "base.html" %} {% load static %} {% block title %}IELTS Practice Tests | Testpoint{% endblock %} {% block meta_description %}Browse available IELTS mock tests and continue your practice progress.{% endblock %} {% block extra_css %}{% endblock %} {% block content %}
Practice centre

IELTS Practice Tests

Choose a test, practise under realistic time limits, and review your results.

{{ total }}Available test{{ total|pluralize }}
{{ counts.in_progress }}In progress
{{ counts.completed }}Completed
Test library

{% if skill_filter == 'reading' %}Reading tests{% elif skill_filter == 'listening' %}Listening tests{% elif skill_filter == 'writing' %}Writing tests{% elif skill_filter == 'speaking' %}Speaking tests{% elif skill_filter == 'full' %}Full mock tests{% elif status_filter == 'not_started' %}Tests not started{% elif status_filter == 'in_progress' %}Tests in progress{% elif status_filter == 'completed' %}Completed tests{% else %}All mock tests{% endif %}

Dashboard
{% if exam_data %}
Part:
{% for item in exam_data %}
{% if item.requires_premium %} Premium{% endif %} {{ item.section_count }} section{{ item.section_count|pluralize }}; {{ item.question_count }} question{{ item.question_count|pluralize }}; {{ item.total_minutes }} min{% if item.status == 'in_progress' %}; Continue test{% endif %}

{{ item.exam_set.title }}

{{ item.exam_set.get_category_display }}{% if item.part != 'all' %}{{ item.part|upper }}{% endif %}{% if item.status == 'completed' %}Completed{% if item.score %} · {{ item.score }}{% endif %}{% elif item.status == 'in_progress' %}In progress{% endif %}

{% if item.is_exact %} Exact HTML{% else %} {{ item.total_minutes }} min · {{ item.question_count }} question{{ item.question_count|pluralize }}{% endif %}

{% if item.status == 'completed' %}{% elif item.is_locked %}{% else %}{% endif %}
{% endfor %}
{% else %}

No tests in this category

{% if total %}Try another filter to see the rest of your mock tests.{% else %}Mock tests will appear here after they are published.{% endif %}

{% if total %}Show all tests{% else %}Return to dashboard{% endif %}
{% endif %}
{% endblock %} {% block extra_js %}{% endblock %}