knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(fig.pos = "H", out.extra = "")
cat("<style>.figcaption{text-align:center;}</style>")
Date:_ Last name, first name:_______
Example of an exam template to be used with the rexer
package. In this section we can provide indications about the development of the exam.
If defined, the variable params$examinee
will contain the student's name. If not defined, it will contain the number of the generated exam instance (it will match the file name). This is its current value: r params$examinee
This template presents all the exercises as prepared by the package in the variable params$all_exercises
.
Number of exercises: r length(params$exercises)
r params$all_exercises
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.