> ## Documentation Index
> Fetch the complete documentation index at: https://docs.exoid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Advanced statistics mode

> Turn on extended data collection and the structured dataset that unlock variables, logic expressions and SPSS export.

While this mode is off, four Exoid features don't exist in the interface. They aren't disabled or greyed out: they simply aren't there.

* **Context variables** in question titles and descriptions
* **Advanced logic expressions** that reuse answers already given
* **Visibility conditions** for questions in the Linear Builder
* **SPSS export** of the dataset in `.sav` format

If you're looking for one of these options and can't find it, this is almost always why.

Advanced statistics mode extends what Exoid collects for every respondent and organizes the dataset in a format ready for statistical software. You need it when your data doesn't end up in a slide but in real analysis: market research, academic studies, any project where the data has to be handled with statistical methods.

<Tip>
  Turn it on before you put the study online, so you build the flow with every feature already available.
</Tip>

## Where to turn it on

Open the [interview settings](/en/advanced/interview-settings) from the side menu and switch on **Advanced Statistics Mode**.

## What it unlocks

<CardGroup cols={2}>
  <Card title="Context variables" icon="braces" href="/en/logic/variables">
    Insert dynamic values into question titles and descriptions.
  </Card>

  <Card title="Advanced logic expressions" icon="git-branch" href="/en/logic/expressions">
    Reuse previous answers as conditions in later blocks.
  </Card>

  <Card title="Visibility conditions" icon="eye" href="/en/builder/linear-builder">
    Control question display directly in the Linear Builder.
  </Card>

  <Card title="SPSS export" icon="download" href="/en/analyze/export">
    Download a `.sav` dataset that is already typed, with no extra conversions.
  </Card>
</CardGroup>

## What extra data is collected

<AccordionGroup>
  <Accordion title="Response times" icon="clock">
    For every respondent Exoid stores:

    * total completion time
    * time per individual question
    * start date and time
    * end date and time
  </Accordion>

  <Accordion title="Respondent technical data" icon="shield">
    Information useful for methodological analysis:

    * device (mobile, desktop, tablet)
    * operating system
    * browser
    * IP address, where allowed
    * traffic source (link, panel, etc.)
  </Accordion>

  <Accordion title="Data structure for statistical analysis" icon="table">
    The dataset is organized to be compatible with statistical software:

    * numeric variables correctly typed (Scale)
    * categorical variables coded (Nominal/Ordinal)
    * multiple choice turned into 0/1 variables
    * matrices structured for analysis
    * codes assigned to the options in the interview
  </Accordion>
</AccordionGroup>

## Exporting the data

With the mode active, the **Results** section makes SPSS `.sav` export available on top of the Excel export you already have. The SPSS export arrives with variables already typed and a structure usable in SPSS with no conversion steps, and it covers the supported response types — Normal, Screened-out and Discarded.

## Next steps

<CardGroup cols={2}>
  <Card title="Interview settings" icon="settings" href="/en/advanced/interview-settings">
    The other options that govern access and response collection.
  </Card>

  <Card title="Exporting data" icon="download" href="/en/analyze/export">
    Available formats and how to pick the right one.
  </Card>

  <Card title="Context variables" icon="braces" href="/en/logic/variables">
    The first feature you'll want to use after turning the mode on.
  </Card>
</CardGroup>


## Related topics

- [Interview settings](/en/advanced/interview-settings.md)
- [Key concepts](/en/concepts.md)
- [Advanced logic expressions](/en/logic/expressions.md)
