R/learnitdown_learnr.R
checker_ack_learnr.Rd
Check code submitted during an exercise. This version just acknowledges reception of the submission. This function is used internally by the tutorials and is not intended for the end-user.
checker_ack_learnr(
label,
user_code,
solution_code,
check_code,
envir_result,
evaluate_result,
...
)
The label for the learnr exercise.
The code submitted by the user.
The code provided by the "-solution" chunk.
The code provided by the "-check" chunk.
The environment after the execution of the chunk.
Result from evaluation of the code.
Additional parameters (currently not used).
A list with components message
, correct
and location
.
This is a simple checker function for learnitdown learnr applications that just indicates to the user that its answer is taken into account.