external_evaluator | R Documentation |
external_evaluator(
endpoint = getOption("tutorial.external.host",
Sys.getenv("TUTORIAL_EXTERNAL_EVALUATOR_HOST", NA)),
max_curl_conns = 50
)
endpoint |
The HTTP(S) endpoint to POST the exercises to |
max_curl_conns |
The maximum number of simultaneous HTTP requests to the endpoint. |
A function that takes an expression (expr
), timelimit
, exercise
and session
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.