We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some courses like Self Hosting 101 requires the ability to specify tasks as part of the course and need an ability to verify if the task is complete.
Some of these tasks require some user input and some don't. These are similar to exercises, but the user doesn't write any code.
We need the following doctypes to model tasks.
We also need to provide a way to embed a task into a lesson. For this we need to create a macro.
The text was updated successfully, but these errors were encountered:
Added doctype for implementing tasks in courses.
49edad6
Issue fossunited#94
Added Task macro to embed tasks.
61e6000
Successfully merging a pull request may close this issue.
Some courses like Self Hosting 101 requires the ability to specify tasks as part of the course and need an ability to verify if the task is complete.
Some of these tasks require some user input and some don't. These are similar to exercises, but the user doesn't write any code.
Doctypes
We need the following doctypes to model tasks.
Integration
We also need to provide a way to embed a task into a lesson. For this we need to create a macro.
The text was updated successfully, but these errors were encountered: