Skip to content

langcog/web-cdi

Folders and files

NameName
Last commit message
Last commit date
Mar 10, 2023
Nov 28, 2019
May 8, 2024
May 10, 2024
Mar 4, 2025
Apr 7, 2020
Apr 15, 2024
Jun 21, 2018
Apr 15, 2024
Oct 23, 2024
Jul 9, 2019
May 8, 2024
Mar 20, 2019

Repository files navigation

Web-CDI

Web-CDI is a project for the web-based administration of the MacArthur-Bates Communicative Development Inventory, a checklist instrument for measuring children's early language development via parent report.

Using the system

Web-CDI is currently in an alpha pilot, and is available for testing by researchers. If you would like to collect data via Web-CDI, please contact webcdi-contact (at) stanford (dot) edu for more information.

Codebase documentation

Adding new forms

  • Forms are stored in CSV format in web-cdi/webcdi/cdi_form_csv
    • JSON objects with other information are in web-cdi/webcdi/cdi_forms/form_data/
  • Demographic form design are in webcdi/cdi_forms/forms.py and webcdi/cdi_forms/models.py