From 4c405a87aaef39a76d3d4f98170ffc7f0022ae5c Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Mon, 2 Feb 2026 11:23:22 -0600 Subject: [PATCH] Renumber steps in writing review screen documentation There is no step 3 ;) --- docs/authoring/writing_review_screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authoring/writing_review_screen.md b/docs/authoring/writing_review_screen.md index 1eb167ba3..6cbfdefc0 100644 --- a/docs/authoring/writing_review_screen.md +++ b/docs/authoring/writing_review_screen.md @@ -225,7 +225,7 @@ Some common issues to the generated review screen that I personally have run int If editing the value of a variable like this would only lead the person to a kickout screen and not change any other logic of the interview, then the generated review section should be removed. -### Step 4: Things to add to the review screen +### Step 3: Things to add to the review screen 1. You'll find that certain variables often depend on each other, either explicitly or implicitly. For example, if you have a variable called `hearing_date_and_time` that you set to `hearing_date + " " + hearing_time`, you should recompute that field whenever the user edits the hearing date or time. You can do something like this to update the variable whenever you edit the hearing date: