Check equality of markdown code chunk option

# S3 method for MarkdownChunkOptionState
check_equal(state,
  incorrect_msg = NULL, append = FALSE, ...)

Arguments

state

the state to start from. Should be a state produced by check_option.

incorrect_msg

If specified, this overrides the automatically generated message in case the options don't match between student and solution.

append

Whether or not to append the feedback to feedback built in previous states.

...

S3 stuff