View source: R/gather_assignment_paths.R
Create an answer key for a moodle quiz-question based assignment.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | gather_assignment_paths(
week_n,
assignment_prefix,
out_dir,
moodle_xml_out_dir = here("docs", "moodle_quiz_questions"),
out_fmt = "%s_%0.2d",
key_out_dir = here("docs", "answer_keys"),
key_suffix = "answer_key",
source_dir_fmt = "%s_%0.2d_",
source_file_fmt = "%s_%0.2d",
source_search_path = NULL,
moodle_question_source_subdir = "moodle",
moodle_question_prefix = "Q_",
key_file_fmt = "%s_%0.2d_answer_key",
moodle_xml_out_fmt = "%s_%0.2d_moodle_questions",
doc_source_ext = ".Rmd",
question_source_ext = ".Rmd"
)
|
week_n |
blah |
assignment_prefix |
blah |
out_dir |
blah |
moodle_xml_out_dir |
blah |
out_fmt |
blah |
key_out_dir |
blah |
key_suffix |
blah |
source_dir_fmt |
blah |
source_file_fmt |
blah |
source_search_path |
bl;ah |
moodle_question_source_subdir |
blah |
moodle_question_prefix |
blah |
key_file_fmt |
blah |
moodle_xml_out_fmt |
blah |
doc_source_ext |
bklah |
question_source_ext |
blah |
answer_key |
blah |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.