@@ -33,7 +33,7 @@ If a question reference includes a spelling error or is otherwise incorrect, an
3333** survey worksheet**
3434
3535| type | name | label | constraint |
36- | -----------| -----------------| ------------------------------------------------------------------------| --------------------------|
36+ | : -----------| : -----------------| : ------------------------------------------------------------------------| : --------------------------|
3737| integer | household_size | How many people live in your household? | |
3838| integer | total_under18 | Out of the ${household_size} people, how many are under the age of 18? | . < ${household_size} |
3939| survey |
@@ -43,7 +43,7 @@ If a question reference includes a spelling error or is otherwise incorrect, an
4343** Mathematical operators** are used to perform arithmetic calculations using numerical values in the form. Mathematical operators in XLSForm include:
4444
4545| Operator | Description |
46- | -----------| ---------------------------------|
46+ | : -----------| : ---------------------------------|
4747| ` + ` | Addition |
4848| ` - ` | Subtraction |
4949| ` * ` | Multiplication |
@@ -53,7 +53,7 @@ If a question reference includes a spelling error or is otherwise incorrect, an
5353** Comparison operators** are used to compare values. Comparison operators in XLSForm include:
5454
5555| Operator | Description |
56- | -----------| ------------------------------|
56+ | : -----------| : ------------------------------|
5757| ` = ` | Equal to |
5858| ` > ` | Greater than |
5959| ` < ` | Less than |
@@ -71,7 +71,7 @@ If a question reference includes a spelling error or is otherwise incorrect, an
7171** survey worksheet**
7272
7373| type | name | label | constraint |
74- | -----------| ----------------| --------------------------------------| ------------------------------------|
74+ | : -----------| : ----------------| : --------------------------------------| : ------------------------------------|
7575| integer | household_size | How many people live in your household? | |
7676| integer | total_under18 | How many are under the age of 18? | . < ${household_size} <strong >and</strong > . >= 0 |
7777| survey |
0 commit comments