> For the complete documentation index, see [llms.txt](https://examind.gitbook.io/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://examind.gitbook.io/v1/our-approach/online-proctoring.md).

# Working with Online Proctoring

Our perspective on online proctoring has evolved. Before modern AI, much of the conversation — and our own emphasis — focused on assessment **design** to reduce the motivation and reward for cheating, and was skeptical of proctoring's overhead and false positives.

**Generative AI changed that calculus.** When a student can get high-quality answers instantly, assessment design alone can't cover every threat. We now see online proctoring as a **necessary complement** to good design — not an alternative to it — for **remote, high-stakes exams**.

That said, proctoring should be **targeted and proportionate**, not blanket surveillance:

* Apply it where it actually matters — especially where **verifying identity** and catching **second-device** use are the real risks.
* Keep it **proportionate to the stakes**, and as **invisible as possible to honest students** — protection shouldn't add anxiety for students doing the right thing.

## How EXAMIND complements proctoring

Design and proctoring solve different halves of the problem:

* **Assessment design reduces the payoff of cheating.** Per-student dynamic variants make shared, leaked, or copied answers worthless in the first place.
* **Proctoring confirms the conditions of the exam.** Its highest-value contributions are **verifying who is taking the exam** and catching the **use of a second device** — threats that assessment design can't see on its own.

Together they cover both the incentive to cheat and the opportunity.

## Using proctoring with EXAMIND

EXAMIND is **compatible with** leading online proctoring tools. This isn't a deep, single-launch integration — it works because of how these tools operate: the proctoring service supervises the session, and students launch the EXAMIND assessment through it (a third-party LTI launch).

* [Proctor with Honorlock](/v1/it-administration/proctoring-integrations/honorlock-integration.md)
* [Proctor with Proctorio](/v1/it-administration/proctoring-integrations/proctorio-integration.md)

See [Proctoring Integrations](/v1/it-administration/proctoring-integrations.md) for setup details. (Interested in a deeper single-launch integration? [Let us know](mailto:support@examind.io).)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://examind.gitbook.io/v1/our-approach/online-proctoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
