Skip to content

Commit 0eb1a0a

Browse files
committed
chore: corrections to documentation
1 parent 1688081 commit 0eb1a0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/3-guides/3.3-how-to-upload-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ Open Data Capture allows you to visualize numeric measures over time in a single
5353

5454
- **_Record Array Data_**
5555

56-
Record array data is a custom form a data entry for when there can be multiple records for one question. For example, the types of scans and their info in a MRI form. If a record contains a set of questions/ data fields A, B, and C, the proper notation for data entry would be as follows:
56+
Record array data is a custom form a data entry for when there can be multiple records for one column field. For example, the types of scans and their info in a MRI form would be record array data. If a record contains a set of questions/ data fields A, B, and C, the proper notation for data entry would be as follows:
5757

5858
- RECORD_ARRAY(A: dataEntryForA, B: dataEntryForB, C: dataEntryForC ;)
5959

6060
If the record array question contains multiple records the data entry would look like so:
6161

62-
- RECORD_ARRAY(A: dataEntryForA, B: dataEntryForB, C: dataEntryForC ; A: dataEntryForA2, B: dataEntryForB2, C: dataEntryForC2 )
62+
- RECORD_ARRAY(A: dataEntryForA, B: dataEntryForB, C: dataEntryForC ; A: dataEntryForA2, B: dataEntryForB2, C: dataEntryForC2 ;)
6363

64-
Note that every ',' notates an new entry in the record, whilst every ';' notates and new record in the record array
64+
Note that every "," notates a new entry in the record, whilst every ";" notates a new record in the record array
6565

6666
- **_Optional Data_**
6767

68-
Whenever data is optional within a form it can be left empty in a form as still be properly submitted. Any optional data column in the csv template will have an "(optional)" tag attached to its sample data entry, which allows for any entry in the column to be left blank. This is usually done in that case of when one column value depends on another. For example, a sessionFailed column would be followed by a an optional reasonForFailure column.
68+
Whenever data is optional within a form it can be left empty and still be properly submitted. Any optional data column in the csv template will have an "(optional)" tag attached to its sample data entry, which ,means any entry in the column to be left blank. This is usually done in that case of when one column value depends on another. For example, a sessionFailed column would be followed by a an optional reasonForFailure column.
6969

7070
</Steps>

0 commit comments

Comments
 (0)