File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ challenges and provided short answers with examples of how to do certain things.
9
9
- [ Adding downloadable artifact] ( /topics/adding-artifact.md ) . Most challenges
10
10
will require interacting with a file artifact. Here's how to present artifacts
11
11
to players.
12
+ - [ Adding extra instanced data] ( /topics/instanced-data.md ) . Some challenges
13
+ require extra instance-specific data, like an SSH password.
Original file line number Diff line number Diff line change
1
+ # Adding extra instanced data
2
+
3
+ Adding extra instanced data that can be presented in the problem description
4
+ involves two steps:
5
+
6
+ 1 . Adding the data to ` /challenge/metadata.json ` , see
7
+ [ here] ( /example-problems/general-ssh/config-builder.py#L66 )
8
+ 1 . Linking to the data in the problem description, see [ here] ( /example-problems/general-ssh/problem.md?plain=1#L18 )
You can’t perform that action at this time.
0 commit comments