Add expectations to a parsons problem.
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 |