Description Usage Arguments Value
View source: R/exams_fcts_pdf.R
Builds pdf exercices
1 2 3 4 5 6 7 8 9 10 | build_pdf_exercises(
students_names,
students_ids,
class_name,
exercise_name,
exercises_to_compile,
chapters_to_include,
dir_out = "adfeR-pdf-exercises",
solution = FALSE
)
|
students_names |
Names of students (a vector) |
students_ids |
Ids of students (a vector) |
class_name |
The name of the class |
exercise_name |
The name of the exercises |
chapters_to_include |
Chapter to include in exercise (1-13) |
dir_out |
Folder to copy exercise html files |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.