{% extends "base.html" %} {% load richtext %} {% block title %}Free GED® & SAT® Test Prep — Lessons & Practice for Every Subject{% endblock %} {% block meta_description %}Free, independent GED® and SAT® preparation: guided lessons, worked examples, diagrams, and thousands of multiple-choice and written-response practice questions in math, science, social studies, reading, and writing.{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Free GED® & SAT® Test Prep

Your clear, guided path to passing the test.

Step-by-step lessons, worked examples, and thousands of practice questions across every subject — designed to take you from “where do I even start?” to test-day ready.

Find where to start → Browse all courses

100% free · No account needed to begin · No ads, no catch

{{ stats.courses }}Courses
{{ stats.questions }}Practice questions
{{ stats.lessons }}Lessons
{{ stats.subjects }}Core subjects

How it works

Three simple steps — no guesswork about what to study next.

1

Take the free diagnostic

A short quiz pinpoints your strengths and the exact topics to review — then recommends the right courses for you.

2

Learn with clear lessons

Plain-language explanations, real-world examples, and labeled diagrams build genuine understanding, not just memorization.

3

Practice & track progress

Answer multiple-choice and written-response questions with full explanations, and watch your accuracy climb on your progress dashboard.

Explore the courses

Browse everything below, or filter by the test you're preparing for.

{% for sec in sections %}

{{ sec.label|exam_marks }}

{% for subject in sec.subjects %}

{{ subject.label }}

{{ subject.course_count }} course{{ subject.course_count|pluralize }}
{% if subject.topic_groups %} {% for group in subject.topic_groups %}

{{ group.label }}

{{ group.description }}

{{ group.courses|length }} course{{ group.courses|length|pluralize }}
{% endfor %} {% else %}
{% for course in subject.courses %}

{{ course.title|exam_marks }}

{{ course.description|exam_marks|truncatewords:28 }}

{% if course.num_lessons %}{{ course.num_lessons }} lesson{{ course.num_lessons|pluralize }}{% endif %} {% if course.num_questions %}{{ course.num_questions }} question{{ course.num_questions|pluralize }}{% endif %} Open course →
{% endfor %}
{% endif %}
{% empty %}

Courses coming soon.

{% endfor %} {% endfor %} {% endblock %}