Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不列出 (a,b,c,d) 选项的情况下将练习从 R/exams 导出到 Moodle?在下图中带有项目符号的选项(a、b、c、d):
是否可以在exams2moodle函数中定义任何选项来显式创建一个 XML 文件,该文件在导入 Moodle 后会创建一个没有项目符号的列表?
exams2moodle
这是由answernumbering参数控制的。默认值为"abc",但也可以设置为"ABCD"、"123"或"none"。因此,例如:exams2moodle("swisscapital.Rmd", schoice = list(answernumbering = "none"))在单选题的情况下。
answernumbering
"abc"
"ABCD"
"123"
"none"
exams2moodle("swisscapital.Rmd", schoice = list(answernumbering = "none"))