{{ extends "global/Page.html" }} {{ block title }}{{ endblock }} {{ block content }} {# ═══════════════════════════════════════════════════════════════════════════ CONSENT / INFORMATION TEXT ───────────────────────────────────────────────────────────────────────── To customise the text, edit the content between the
tags below. The checkbox label is controlled by the `label` attribute of the `consent_given` field in Consent/__init__.py → Player.consent_given. ═══════════════════════════════════════════════════════════════════════════ #}

Participant Information Sheet & Consent Form

Learning from Data


Data Controller

Universitat Pompeu Fabra. C. de la Mercè, 12. 08002 Barcelona.
Tel. +34 93 542 20 00.
You can contact UPF's Data Protection officer by sending an email to dpd@upf.edu.

Data Protection

A Prolific ID will be temporarily collected for payment purposes but will be removed within one day after data collection. Once this ID is removed, it will no longer be possible to link you to your responses, meaning your data cannot be deleted afterward if requested.

Objectives of the Project

Subjects are invited to participate in a research study on how individuals make predictions after observing data. The project explores broad patterns of learning and choice across different settings. Participants' responses will contribute to a better understanding of how people extract information and how they use it to make predictions.


I HEREBY CONFIRM that:

I UNDERSTAND that my participation is voluntary and that I can withdraw from or opt out of the study at any time without any need to justify my decision. I understand that in such a case, I will not receive any compensation, in line with Prolific's policies.


You can read the full participant information sheet here: Full Information Sheet (PDF) ↗

{# The label for this checkbox is set in Consent/__init__.py on the consent_given field. Change it there if you want different wording. #}
{{ formfield 'consent_given' }}
{{ formfield 'ID_consent' }}
{# Hidden IP field — submitted with the form, stored on the Player model #}
{{ next_button }}
{{ endblock }}