View source: R/course_test_server.R
course_test_server | R Documentation |
Module facilitating the selection of a test to edit, grade, and feedback.
course_test_server(id, course_data, course_paths, tree)
id |
Character. ID of the module to connect the user interface to the appropriate server side. |
course_data |
Reactive. Function containing all the course data loaded with the course. |
course_paths |
Reactive. Function containing a list of paths to the different folders and databases on local disk. |
tree |
Reactive. Function containing a list of documents as a classification tree compatible with jsTreeR |
A list containing a test and a test folder path used in testR, gradR, and reportR.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.