CRAN
TexExamRandomizer 1.2.3
Personalizes and Randomizes Exams Written in 'LaTeX'
Released Feb 13, 2018 by Alejandro Gonzalez Recuenco
Dependencies
jsonlite 1.5 assertthat 0.2.0 Rcpp stringr 1.3.1
Randomizing exams with 'LaTeX'. If you can compile your main document with 'LaTeX', the program should be able to compile the randomized versions without much extra effort when creating the document.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>TexExamRandomizer</artifactId> <version>1.2.3-b5</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:TexExamRandomizer')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- CompileLatexDir-examples
- ConstructAnswerSheet-examples
- DivideFile-examples
- GenerateShortAnswerSheet-examples
- GradeExams-examples
- ObtainExamStats-examples
- RandomizeDocument-examples
- ReplaceFromTable-examples
- ReplacePreambleCommand-examples
- StructureDocument-examples
- WhichAnswerOriginal-examples
- catDocument-examples
- fun_from_folder-examples