Mark Rubric Server
mark_rubric_server.Rd
Mark Rubric Server
Usage
mark_rubric_server(
id,
template,
artifact_status_reactive,
collection_path,
use_qmd,
collection,
on_question_change = NULL
)
Arguments
- id
Character. Module namespace ID
- template
markermd_template. Static template object containing questions
- artifact_status_reactive
Reactive value. Artifact status for repositories
- collection_path
Character string. Path to collection directory
- use_qmd
Logical. Whether to parse .qmd files (TRUE) or .Rmd files (FALSE)
- collection
Parsed collection data from parsermd
- on_question_change
Reactive function. Callback when question selection changes