Skip to content

Commit

Permalink
Render instructions to a temporary location
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Feb 19, 2024
1 parent 6cacd17 commit db21949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/quiz-xml.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ moodlequiz <- function(replicates = 1L,
inherit = TRUE, create = FALSE
)
rlang::env_poke(
render_env, nm = "output_file", value = normalizePath(render_env$output_file),
render_env, nm = "output_file", value = tempfile(fileext = ".html"), #normalizePath(render_env$output_file),
inherit = TRUE, create = FALSE
)

Expand Down

0 comments on commit db21949

Please sign in to comment.