@@ -12,7 +12,8 @@ back-end code execution uses [Binder](https://mybinder.org) 💖
12
12
13
13
## ✅ Quickstart
14
14
15
- 1 . [ Import] ( https://github.com/new/import ) this repo, install it and make sure the app is running locally.
15
+ 1 . [ Import] ( https://github.com/new/import ) this repo, install it and make sure
16
+ the app is running locally.
16
17
2 . Customize the [ ` meta.json ` ] ( meta.json ) and
17
18
[ ` binder/requirements.txt ` ] ( binder/requirements.txt ) .
18
19
3 . Build a [ Binder] ( https://mybinder.org ) from the ` binder ` branch of this repo.
@@ -72,7 +73,7 @@ Gatsby to see the changes if you're editing it while the server is running.**
72
73
| ` juniper.debug ` | Logs additional debugging info to the console. |
73
74
| ` showProfileImage ` | Whether to show the profile image in the footer. If ` true ` , a file ` static/profile.jpg ` needs to be available. |
74
75
| ` footerLinks ` | List of objects with ` "text" ` and ` "url" ` to display as links in the footer. |
75
- | ` theme ` | Currently only used for the, progressive web app, e.g. as the theme color on mobile. For the UI theme, edit ` theme.sass ` . |
76
+ | ` theme ` | Currently only used for the progressive web app, e.g. as the theme color on mobile. For the UI theme, edit ` theme.sass ` . |
76
77
77
78
### Static assets
78
79
@@ -209,9 +210,10 @@ Container to display slides interactively using Reveal.js and a Markdown file.
209
210
210
211
Container for multiple-choice question.
211
212
212
- | Argument | Type | Description |
213
- | ------------ | ----- | ---------------------------------------- |
214
- | ** children** | nodes | Only ` <opt> ` components for the options. |
213
+ | Argument | Type | Description |
214
+ | ------------ | --------------- | -------------------------------------------------------------------------------------------- |
215
+ | ` id ` | string / number | Optional unique ID. Can be used if more than one choice question is present in one exercise. |
216
+ | ** children** | nodes | Only ` <opt> ` components for the options. |
215
217
216
218
``` markdown
217
219
<choice>
0 commit comments