Add expectations to a parsons problem.
1 2 3 4 5 6 7 8 9 | pass_if(f, message = NULL)
fail_if(f, message = "Incorrect")
message_if(f)
contains_all(x, ...)
contains_any(x, ...)
|
f |
One of:
|
message |
Message to display if |
x |
Answer to test |
... |
Combined into an answer list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.