Open the Exam Logo

Open the Exam

The modern solution for open-note exams during locked down exams.

Distribute approved materials securely during locked-down exams. Perfect for professors who want to offer open-note assessments without compromising exam integrity. Integrate this with your existing exam system, such as Lockdown Browser, with ease.

See It In Action

Video Demo Coming Soon

Upload your demo video here

For Professors

Conduct secure open-note exams without compromising academic integrity

Lockdown Browser Compatible

Seamlessly integrate with Respondus Lockdown Browser. Students access approved materials even when their browser is locked down, ensuring exam security.

Distribute Open-Note Materials

Upload and share approved notes, formulas, or reference materials. Control exactly what students can access during the exam.

Review & Approve Submissions

Students submit their personal notes for approval before the exam. Review and approve materials to ensure fairness and compliance.

Unique Class Join Codes

Each class gets a unique 6-digit code. Students join your classroom easily, keeping everything organized and secure.

Document Management

View, approve, or reject student submissions with built-in PDF viewer. Add comments and feedback directly in the platform.

Real-Time Status Tracking

Monitor submission status at a glance. See which students have submitted, what needs review, and what's been approved.

For Students

Submit your notes, get approval, and access materials during your exam

Easy Document Upload

Upload your personal notes, formula sheets, or study guides before the exam. Simple drag-and-drop interface supports PDFs and images. Submit as many versions as you need until approval.

Track Approval Status

See real-time status of your submissions: pending, approved, or needs revision. Get instant notifications when your professor reviews your materials. Never wonder if you're ready for exam day.

Access During Lockdown

Access your approved materials even while using Lockdown Browser. No need to print or worry about what you can bring. Everything you need is right there, securely accessible.

Professor Resources

Access study materials, formula sheets, and reference documents shared by your professor. All in one convenient location. Download for studying or view during the exam.

Java IDE for CS Courses

Add-On

Run Java coding exams directly in the browser — no installs, no setup, no cheating.

Browser-Based Code Editor

Students write and run Java code entirely in the browser. No local IDE, no installation required — just open and code.

Real-Time Compile & Run

Instant feedback as students compile and execute their code. Output appears immediately — the full Java dev loop, browser-native.

Exam-Mode Autosave & Revision History

Every keystroke is saved automatically. Professors can review the full revision history to verify work is original and done during the exam.

Works Inside Lockdown Browser

The IDE is whitelisted alongside the rest of Open the Exam. Students code in a fully locked-down environment — no copy-paste from outside, no browsing away.

Main.java — Exam Mode
public class Main {
  public static void main(String[] args) {
    int[] arr = {5, 2, 8, 1, 9};
    bubbleSort(arr);
    for (int n : arr) {
      System.out.print(n + " ");
    }
  }

  static void bubbleSort(int[] a) {
    for (int i = 0; i < a.length; i++)
      for (int j = 0; j < a.length-i-1; j++)
        if (a[j] > a[j+1]) {
          int tmp = a[j];
          a[j] = a[j+1];
          a[j+1] = tmp;
        }
  }
}

Output

1 2 5 8 9

Available as an add-on to the Core Platform — $4 / student / month

See IDE Pricing

How It Works

1

Sign Up & Join

Professors create an account and receive a unique class join code. Students sign up and enter the code to join their professor's classroom.

2

Submit & Review

Students upload their notes for approval. Professors review submissions, approve materials, and share class-wide resources.

3

Take the Exam

During the exam, students access approved materials through the platform, even while using Lockdown Browser. Secure, fair, and stress-free.

Ready to Transform Your Exams?

Join hundreds of professors and students using Open the Exam for secure, fair open-note assessments.

Simple, Seat-Based Pricing

Transparent Pricing

Pay only for the students you have. No contracts, no hidden fees.

Core Platform
$3 / student / month

Everything you need to run secure open-note exams.

  • Document uploads & approval workflows
  • Classroom join codes
  • Professor resource sharing
  • Student submission tracking
Get Started
Java IDE Add-On
$4 / student / month

Browser-based Java IDE for courses that need it.

  • Browser-based Java code editor
  • Real-time compile & run
  • Exam-mode autosave & revision history
  • Separate seat-based billing
See Full Pricing

Frequently Asked Questions