Skip to content

Commit 48d0455

Browse files
committed
Update README.md
1 parent f2b352e commit 48d0455

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ back-end code execution uses [Binder](https://mybinder.org) 💖
1212

1313
## ✅ Quickstart
1414

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.
1617
2. Customize the [`meta.json`](meta.json) and
1718
[`binder/requirements.txt`](binder/requirements.txt).
1819
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.**
7273
| `juniper.debug` | Logs additional debugging info to the console. |
7374
| `showProfileImage` | Whether to show the profile image in the footer. If `true`, a file `static/profile.jpg` needs to be available. |
7475
| `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`. |
7677

7778
### Static assets
7879

@@ -209,9 +210,10 @@ Container to display slides interactively using Reveal.js and a Markdown file.
209210

210211
Container for multiple-choice question.
211212

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. |
215217

216218
```markdown
217219
<choice>

0 commit comments

Comments
 (0)