# Understanding the Analytics export

Here is the meaning of the different columns that make up the Analytics CSV file:

* **Student:** user who completed the form after scanning the QR code in the application
* **Organization:** student's employer / school / university... (indicated by the student in the form)
* **Simulator:** name of the simulator in the SENAR Library
* **Scenario:** name of the scenario inside the simulator
* **Step:** name of the step in a scenario
* **Errors:** number of errors made by the student at this step
* **Time (sec.):** time spent by the student at this step (in seconds)
* **Score:** student's score at this step
* **Max score:** maximum score that can be achieved at this step
* **Dropouts:** number of times the student has dropped out at this step. When students do not complete a scenario (ie. they miss the "End of Mission" popup or the "Accident" popup), it is considered a dropout.&#x20;
* **Reference:** data from the profile of the instructor who has issued the QR code (cost center, region, etc.)
* **Date**: Scenario launch date
* **Try #:** Try order


---

# Agent Instructions: 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://support.senar.io/senar-analytics/understanding-the-analytics-export.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.
