Skip to content

Commit

Permalink
Added an example image to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Jan 20, 2025
1 parent 5d65ea6 commit 6a52a02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/InterviewTemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you have set up your editor as suggested above it will handle a lot of this f
Here is a simple example of an interview asking a user for their favourite colour out of the different button colours. Two of the options are added as step references and two are normal steps. References are meant to be used when you want to re-use the same step in several places while normal steps are just used in one location.
```json
{
"category-id": "1006863882301755503",
"category-id": 1006863882301755503,
"interview":
{
"message": "What is your favourite colour?",
Expand Down Expand Up @@ -151,6 +151,10 @@ Here is a simple example of an interview asking a user for their favourite colou
}
```

Here is an example of running the above interview a few times. The config option to delete the questions and answers when the interview ends is on.

![An example of running the above interview a few times](img/inteviewExample.png)

### Template Root

| Property            | Required | Description |
Expand Down
Binary file added docs/img/inteviewExample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a52a02

Please sign in to comment.