Statements
Creating and managing statements
Statements are the core content items – the questions, prompts, and challenges that users see in the apps. Each statement follows a schema that defines its text structure.
Text parts
A statement’s text is broken into named parts defined by its schema type. For example, a “Would You Rather” statement might have:
title– “Would you rather”text1– “eat a spider”text2– “drink spoiled milk”
Each part is localized – it has text for every language. The parts get combined with the schema’s join string (usually a space) to form the full displayed text.