Skip to main content

Data Exports

Main Specifics

Project Report Page - Download Data

As already mentioned in the article on the Project Report page the data exports for each project can be downloaded through there.

Once you choose the desired type of participants in the data export (1.1) and click on the Download button (1.2), you're redirected to a new page where you need to wait a bit for the data export to be generated. Once this is done, an Excel file is downloaded on your device.

In this article we'll go through the specifics of the data export itself and what it represents.

Data Export

The data export is downloaded in Excel format and the file has two separate sheets inside - data and layout. We'll go through both of them in the following paragraphs.

The file is named in the format "{Project ID}_{Type of Participants}_{Date/Time}.xlsx", e.g. "fasnoNr_all_2026-01-27-11-16-07.xlsx".

Data Sheet

In the data sheet we can find the actual data from the project.

The heading row represents the names of the variables in the data - each variable has its own column in the table. The other rows represent the data of the participants - each row is the data for one participant.

Below you can find an example data set:

uuidcurrent_pagestatussystem_total_time_spentstarted_atfinished_atmarkerurlbrowseruser_agentosdeviceidscpanel_idgeo_locationipQ1Q2Q3system_time_spent_page_page1system_time_spent_page_page2system_time_spent_page_page3
1adc0019-2f13-468f-be52-76e53687ea11last_page_reachedcomplete122026-01-22 08:28:352026-01-22 08:28:48{"group":"Age","marker":"35-44","type":"quota"}https://novax.novacore.dev/fasnoNrFirefoxMozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0OS X, 10.15Macintosh, desktopXXXXX.XX.XX.XX132327
c93b7f69-5e2b-4789-b43f-0d73f0035366last_page_reachedcomplete82026-01-22 08:28:552026-01-22 08:29:04{"group":"Age","marker":"25-34","type":"quota"}https://novax.novacore.dev/fasnoNrFirefoxMozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0OS X, 10.15Macintosh, desktopXXXXX.XX.XX.XX224233
ba138d61-3bd0-4795-b498-b7763a805b6dlast_page_reachedcomplete112026-01-22 08:29:202026-01-22 08:29:32{"group":"Age","marker":"18-24","type":"quota"}https://novax.novacore.dev/fasnoNrFirefoxMozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0OS X, 10.15Macintosh, desktopXXXXX.XX.XX.XX213353
0aaac2e4-ab5e-42c3-961a-caf6fd7d6c3apage2terminate2026-01-22 09:12:202026-01-22 09:12:23{"group":"terminate","marker":"gender:_prefer_not_to_say","type":"terminate"}https://novax.novacore.dev/fasnoNrFirefoxMozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0OS X, 10.15Macintosh, desktopXXXXX.XX.XX.XX43

It's important to note how the data for each question type is visualized:

The radio question type is represented in the data as a variable with one column. The values are based on the ones set up in the project, but usually they start from 1 and are incremented with each answer option.

For example, we have a radio question with label Q1 and options "Option 1", "Option 2" and "Option 3". It will have a variable name of Q1 in the data export and values of 1, 2 or 3, based on the answer option the participant has chosen.

If a question or an answer option hasn't been seen by the participant it won't have any value in the data sheet.

Layout Sheet

Data Exports - Layout Sheet

In the layout sheet we can find information on the variables in the data export.

It's important to note that the system variables aren't shown here, but you can find detailed information on them in the next section in this article.

Otherwise, the rest of the variables can be found here and for each one there is information on:

  1. The page on which the question appears.
  2. The label of the question.
  3. The type of the question.
  4. The text of the question.
  5. The answer options in the questions, where for each one there is information on:
    1. The label of the answer option.
    2. The value of the answer option.
    3. The text of the answer option.

System Variables

Here we'll go through the list of system variables that are part of each data export and what each variable represents:

  1. uuid: the unique ID of the participant that is auto-generated by the system;
  2. current_page: the last page the participant saw before they left the project;
  3. status: the status of the participant, with possible options:
    1. complete
    2. overquota
    3. terminate
    4. partial
  4. system_total_time_spent: the total time that the participant has spent filling the project, measured in seconds;
  5. started_at: the date and time when the participant started filling the project;
  6. finished_at: the date and time when the participant finished filling the project;
  7. marker: the list of markers for the participant;
  8. url: the URL that the participant used to fill the project;
  9. browser: information on the browser, the participant used to fill the project;
  10. user_agent: information on the browser's user agent, the participant used to fill the project;
  11. os: information on the operating system of the device, the participant used to fill the project;
  12. device: information on the device, the participant used to fill the project;

In addition to the above, there is also a system variable for the time spent on a page - there is one such variable for each visible page in the project with a label of "system_time_spent_page_pageXX", where "XX" is the page number.

There is also another set of system variables that are generated for the questions where shuffling has been enabled. These variables store the order of the answer options in the question - how the participant saw them while filling the project. Their label is "system_XX_rows_order", where "XX" is the question label.

If you have used any sample sources in the project, the parameters from them will also appear as variables in the data. The default ones are:

  1. id: the unique ID of the participant;
  2. s: the sample source of the participant;
  3. c: the country code of the participant;
  4. panel_id: the ID of the panel from where the participant came from;