View source: R/exams_fcts_pdf.R
compile_pdf_exercises | R Documentation |
Builds pdf exercices
compile_pdf_exercises( students_names, students_ids, class_name = "Sample Class", exercise_name = "Sample Exercise", chapters_to_include = 1:3, dir_out = "afedR-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 |
solution |
Wheter to include solution or not.. |
a dtaframe with solutions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.