{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}Update demographics{% endblock %} {% block flash %} {% if form.non_field_errors %} {% endif %} {% endblock %} {% block content %}

My Account

{% bootstrap_messages %}
{% include 'web/_account-navigation.html' with current_page="demographic-update" %}

One reason we are developing Internet-based experiments is to represent a more diverse group of families in our research. Your answers to these questions will help us understand what audience we reach, as well as how factors like speaking multiple languages or having older siblings affect children's learning.

Even if you allow your study videos to be published for scientific or publicity purposes, your demographic information is never published in conjunction with your video.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}