> For the complete documentation index, see [llms.txt](https://aide.e-kip.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aide.e-kip.ch/utilisation-a-lecole/evaluations/enregistrement-de-lecran.md).

# Enregistrement de l'écran

Filmer l'écran de l'élève lors de l'évaluation est la méthode la plus facile à mettre en place tout en garantissant à l'élève l'utilisation de son environnement de travail connu et maitrisé.

L'enregistrement obtenu peut ensuite être déplacé sur une clé USB ou consulté directement sur l'ordinateur de l'enfant en accéléré afin de voir si une fonctionnalité prohibée a été utilisée. Notons que le fait de savoir que son écran est filmé est généralement prohibitif.

{% tabs %}
{% tab title="MacOS" %}
Sur les Mac récents (post 2020) un raccourci clavier permet d'activer l'enregistrement de l'écran :

![Touches Maj + Commande + 5](https://cdsassets.apple.com/live/7WUAS350/images/macos/monterey/mac-screenshot-tool-keyboard-shortcut.png)

Pour afficher la barre d’outils Capture d’écran, appuyez simultanément sur ces trois touches : Maj, Commande et 5. Des commandes à l’écran permettant d’effectuer un enregistrement de l’intégralité ou d’une partie spécifique de l’écran s’affichent :

<figure><img src="https://cdsassets.apple.com/live/7WUAS350/images/macos/monterey/locale/fr-fr/macos-monterey-mba-screenshot-toolbar.jpg" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Windows" %}
L'écran peut être enregistré à l'aide de l'outil Capture d'écran.

Ouvrez l'outil Capture d'écran depuis le menu Démarrer ou en appuyant sur la touche Prt Sc. Pour lancer un nouvel enregistrement, sélectionnez le bouton **Enregistrer** <img src="/files/fETlUO1TisJlI6avVCC5" alt="" data-size="line">, puis cliquez sur **Nouveau**, ou appuyez sur les touches **logo Windows + Maj + R**.

<figure><img src="/files/Wv3nt778nW7UXwaQRn8e" alt=""><figcaption></figcaption></figure>

Sélectionnez ensuite la zone de l'écran à enregistrer, puis cliquez sur Démarrer.

\
Une fois l'enregistrement terminé, celui-ci est automatiquement enregistré dans le dossier **Vidéos -> Enregistrements d'écran**.
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://aide.e-kip.ch/utilisation-a-lecole/evaluations/enregistrement-de-lecran.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
