Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 3bd08d0

Browse files
committed
add docs to gate action
1 parent 91d2e62 commit 3bd08d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

responses/08.0_validate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### Validation
22

3-
The events that can act as triggers help Learning Lab know when something happens. However, sometimes knowing it happened isn't enough. For example, if we ask a learner to commit a function to a file, we can get a trigger that they've committed to a branch. But we would receive the same trigger, even if they committed to a different file!
3+
The events that can act as triggers help Learning Lab know when something happens. However, sometimes knowing it happened isn't enough. For example, if we ask a learner to commit a function to a file, we'll get a trigger that they've committed to a branch. But we would receive the same trigger, even if they committed to a different file!
44

5-
Learning Lab uses **gates** to be validate the user's completion of a step. A `gate` is a Learning Lab action. Gates are conditionals, and they behave much like a conditional in Javascript. Let's add a `gate`, we'll specify its options in a later step.
5+
Course authors can use **gates** to be validate the user's completion of a step. A [:book: `gate`](https://github.github.com/learning-lab-equipment/#/actions/gate/) is a Learning Lab action. Gates are conditionals, and they behave much like a conditional in Javascript. Let's add a `gate`, we'll specify its options in a later step.
66

77
## Step 9: Add a gate
88

0 commit comments

Comments
 (0)