-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update copyright note * Added extra notes on maintainance
- Loading branch information
1 parent
f4b9221
commit 89da9a8
Showing
22 changed files
with
91 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2020 | ||
COPYRIGHT HOLDER: Alejandro Gonzalez Recuenco | ||
YEAR: 2023 | ||
COPYRIGHT HOLDER: Alejandro Gonzalez Recuenco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
|
||
#' @title CountNumberOfSections | ||
#' @description It counts the number of subparts in each section and outputs the result as a table. It doesn't act recursively, it only does the outermost layer. | ||
|
@@ -487,4 +487,3 @@ GenerateShortAnswerSheet <- function(ExamSheet, versionColName = "Version", corr | |
) | ||
); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### Data Documentation #### | ||
|
||
|
||
|
@@ -29,5 +29,3 @@ | |
#' @source self | ||
#' | ||
"testclass" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### SET UP FUNCTIONS #### | ||
#### | ||
ORIGINAL_PATTERN <- "_original$" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
|
||
|
||
#' @title ReplacePreambleCommand | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### Randomizing layers | ||
#### | ||
### NOTE: Right now the naming convention is hardcoded into the regex's, Is there any reason to change that? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#' Generating Random Exams from 'LaTeX' documents | ||
#' | ||
#' This package is designed with exams and homework created in 'LaTeX' in mind. It allows to randomize and personalize exams and homework and it aids the user with grading them. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
|
||
|
||
|
||
|
@@ -745,4 +745,3 @@ CreateRandomExams <- function( | |
|
||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
# Subsetting | ||
# | ||
# | ||
|
@@ -105,5 +105,3 @@ fun_from_folder <- function(folder, fun, ...) { | |
|
||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### Parsing document for JSON TexExamRandomizer directions | ||
#### | ||
#### | ||
|
@@ -1083,5 +1083,3 @@ compilation_options <- function(file=NULL, table=NULL, noutput=NULL, nquestions= | |
) | ||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### LateX Folder Compilation Codes #### | ||
#### | ||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### ROxigen DynLib link file | ||
#### | ||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
|
||
# Functions required to create the Structure | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
#### Generating Exams | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
# | ||
# | ||
# | ||
|
@@ -99,9 +99,3 @@ if (opt$options$homework) { | |
} else { | ||
jsonexamparser(opt) | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
#### Generating Exams | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
# | ||
# | ||
# | ||
|
@@ -99,9 +99,3 @@ if (opt$options$homework) { | |
} else { | ||
jsonexamparser(opt) | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/bash | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
# | ||
# Place this file on ~/Library/TeXShop/Engines | ||
export PATH=/Library/TeX/texbin:/usr/texbin:/usr/local/bin:${PATH} | ||
|
||
|
||
examrandomizer --file "$1" --compile | ||
examrandomizer --file "$1" --compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#### Grading exams, | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### Functions #### | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#### Grading exams, | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
#### Functions #### | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/bash | ||
# Author Alejandro Gonzalez Recuenco | ||
# e-mail <[email protected]> | ||
# (C) 2020 | ||
# (C) 2023 | ||
# | ||
# Place this file on ~/Library/TeXShop/Engines | ||
export PATH=/Library/TeX/texbin:/usr/texbin:/usr/local/bin:${PATH} | ||
|
||
|
||
examrandomizer --file "$1" --homework --compile | ||
examrandomizer --file "$1" --homework --compile |
Oops, something went wrong.