r-exams

Create fillable PDF form with exams2nops

↘锁芯ラ 提交于 2021-02-10 20:57:18
问题 We think about distributing an open-book exam as a fillable PDF form via exams2nops . The idea is that students do not print the PDF and mark their answers with a pen, but rather fill in their answers electronically in their PDF (e.g. with Acrobat Reader), and send back that PDF to us (or upload it via Moodle). Then, the PDF is "scanned" / the answers are extracted from the PDF. Currently, the checkboxes for MC/SC answers are not clickable; also the textfields for free text answers could be

Is possible to use the solution template in exams2nops?

对着背影说爱祢 提交于 2021-02-05 06:37:06
问题 When I try to generate the exams' solution with the exams2nops(...template="solution"...) I get the following error message: Error in exams2pdf(file, n = n, nsamp = nsamp, dir = dir, name = name, : formal argument "template" matched by multiple actual arguments How can I produce an exams' solution with the exams2nops ? 回答1: You cannot do that in one go, you need two runs after setting the same seed, e.g., set.seed(1) exams2nops(my_exam) set.seed(1) exams2pdf(my_exam, template = "my_solution

Is possible to use the solution template in exams2nops?

我与影子孤独终老i 提交于 2021-02-05 06:37:05
问题 When I try to generate the exams' solution with the exams2nops(...template="solution"...) I get the following error message: Error in exams2pdf(file, n = n, nsamp = nsamp, dir = dir, name = name, : formal argument "template" matched by multiple actual arguments How can I produce an exams' solution with the exams2nops ? 回答1: You cannot do that in one go, you need two runs after setting the same seed, e.g., set.seed(1) exams2nops(my_exam) set.seed(1) exams2pdf(my_exam, template = "my_solution

Use isotope latex-package inside Rnw (r-exams)

有些话、适合烂在心里 提交于 2021-01-28 21:02:53
问题 I want to load and use isotope package in my .Rnw file: \exname{foo} \extype{schoice} \exsolution{0001} \usepackage{isotope} \begin{question} Foo \isotope[A][Z]{H}\ bar \begin{answerlist} \item a \item b \item c \item d \end{answerlist} \end{question} But when I render it into Moodle's XML ( exams2moodle ) the \isotope disappear and appears only Foo bar . I'm using MathML rendering. How can I load and use correctly? 回答1: This short answer is: There is no way (that I know of) of rendering the

Questions exported to BBLearn are imported into individual pools, not one pool

别说谁变了你拦得住时间么 提交于 2021-01-28 08:45:42
问题 I'm using the latest version of R/Exams. When I export questions to Blackboard ( exams2blackboard ) in a ZIP file, then import the ZIP file into Blackboard in the "Test" page (to build a test) or the "Pool" page (to build a pool), each question is imported into its own individual pool, rather than all in a single pool. I must then create a new pool and manually copy each question from its own pool to the new pool, then delete the single-question pools one by one. It's very inconvenient and

Questions exported to BBLearn are imported into individual pools, not one pool

女生的网名这么多〃 提交于 2021-01-28 08:07:37
问题 I'm using the latest version of R/Exams. When I export questions to Blackboard ( exams2blackboard ) in a ZIP file, then import the ZIP file into Blackboard in the "Test" page (to build a test) or the "Pool" page (to build a pool), each question is imported into its own individual pool, rather than all in a single pool. I must then create a new pool and manually copy each question from its own pool to the new pool, then delete the single-question pools one by one. It's very inconvenient and

Blackboard not importing Blackboard.zip

自古美人都是妖i 提交于 2021-01-28 06:28:07
问题 I'm trying to import the Blackboard.zip file created by r/exams but I got the following warning Dec 10, 2020 2:00:36 PM - [FATAL] Fatal: An error has occurred. The error recorded is: The .zip file you provided failed to import. Please try again with a new file. For more information, see the detailed log. Dec 10, 2020 2:00:36 PM - [WARNING] Status: The operation import did not complete. I thought that it was problem of my R installation, and tried to import the file given in http://www.r-exams

How to configure R/Exams to use system LaTeX?

对着背影说爱祢 提交于 2021-01-28 06:08:15
问题 I'm completely new to R and R/Exams. I have installed R and R/Exams, and tested the dist example to generate HTML outputs. When I tried to generate PDF outputs, R/Exams always used tinytex and failed because Sweave.sty was not found. I already have TeXLive installed on my system and use LaTeX regularly in my work. I have resolved the problem with Sweave.sty being not found by adding the R's texmf to my TeXLive. However, I still want to use my TeXLive installation instead of tinytex . Is there

How to configure R/Exams to use system LaTeX?

大城市里の小女人 提交于 2021-01-28 06:02:55
问题 I'm completely new to R and R/Exams. I have installed R and R/Exams, and tested the dist example to generate HTML outputs. When I tried to generate PDF outputs, R/Exams always used tinytex and failed because Sweave.sty was not found. I already have TeXLive installed on my system and use LaTeX regularly in my work. I have resolved the problem with Sweave.sty being not found by adding the R's texmf to my TeXLive. However, I still want to use my TeXLive installation instead of tinytex . Is there

Introduction page for exams2nops (r-exams)

送分小仙女□ 提交于 2021-01-27 18:44:50
问题 I would like to use your excellent r-exams package to create a paper and pencil exam with automatic grading. I have used exams2nops in the past for a series of schoice and mchoice questions. However, I now need to have an exam with an introduction page where I give a table with data and some outputs from statistical software (say normality tests, Levene, etc... I can generate that with Rmd)and tell a small history about the data and the experiments involved in gathering the data. So My Exam