You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2022. It is now read-only.
This issue was observed whilst facilitating Prototype Kit training in Manchester on 20 February 2020.
The task 3 stretch task (using Nunjucks macros) does not tell the user how to pass the answer the answer gave to the macro (i.e. the use of value: data['foo'])
We had lots of participants asking how to do this when we reached this step.
In task 2 you added some questions to your pages. To do that you copied and pasted HTML code from the [GOV.UK Design System](https://design-system.service.gov.uk/).
Now we've talked a bit about Nunjucks macros, try replacing some HTML elements with the equivalent Nunjucks code.
A good place to start would be the radio buttons on your `juggling-balls.html` page.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was observed whilst facilitating Prototype Kit training in Manchester on 20 February 2020.
The task 3 stretch task (using Nunjucks macros) does not tell the user how to pass the answer the answer gave to the macro (i.e. the use of
value: data['foo']
)We had lots of participants asking how to do this when we reached this step.
prototype-kit-training/source/task3/task3.md
Lines 12 to 18 in 5db3119
The text was updated successfully, but these errors were encountered: