Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enumerator limits to enumerator documentation #471

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A screen can only contain an enumerator when it’s the only question on the scr
| Description | The description displayed in the global question bank. |
| Question text | <p>The text displayed to the Applicant.</p><p>For nested enumerators, the “$this” token is required.</p> |
| Question help text | <p>The help text displayed to the Applicant.</p><p>If the question help text field is used, the “$this” token may be used for nested enumerators.</p> |
| Question settings | <p>The repeated entity type that’s being enumerated.</p><p><strong>Tip</strong>: This should be a singular noun, not plural. For example, “Household member”, <em>not</em> “Household members”.</p> |
| Question settings | <p>Entity type: The repeated entity type that’s being enumerated. This should be a singular noun, not plural. For example, “Household member”, <em>not</em> “Household members”.</p><p>Minimum entity count: The minimum number of answers the applicant must provide.</p><p>Maximum entity count: The maximum number of answers the applicant may provide.</p> |
5. Click **Create**.\
The new question appears in the list of questions.

Expand Down