Skip to content

Commit b408ed7

Browse files
committed
docs: consistency
1 parent a07d7f5 commit b408ed7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/views.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ if they do not pass the instructions quiz.
334334
**Base Component**: `@/builtins/instructions/InstructionsView.vue`
335335
**Code**:
336336
[source](https://github.com/NYUCCL/smile/blob/main/src/builtins/instructions/InstructionsView.vue)
337-
**Side effects**: No
338-
**Typical accessibility**: `{requiresConsent: true, requiresDone: false}`
337+
**Side effects**: None **Typical accessibility**:
338+
`{requiresConsent: true, requiresDone: false}`
339339

340340
[TO DO: Add info about instructions]
341341

@@ -561,8 +561,7 @@ timeline.registerView({
561561
**Component**: `@/builtins/debrief/DebriefView.vue`
562562
**Code**:
563563
[source](https://github.com/NYUCCL/smile/blob/main/src/builtins/debrief/DebriefView.vue)
564-
**Side effects**: No
565-
**Typical accessibility**: Always
564+
**Side effects**: None **Typical accessibility**: Always
566565

567566
The debrief page displays the text that explains the purpose of the experiment
568567
and provides the participant with any additional postfacto information about the

0 commit comments

Comments
 (0)