Function creating a preview of a question embedded in a shiny dashboard, not as a model.

display_question(selected, course_paths, test_parameters = NA)

Arguments

selected

Tibble. Selected document.

course_paths

Reactive. Function containing a list of paths to the different folders and databases on local disk.

test_parameters

Tibble. Test parameters if the document to display is a specific version of a question selected for a test.

Value

User interface showing the question within the interface, not as a modal.

Author

Nicolas Mangin