Skip to content

Commit

Permalink
YAMF
Browse files Browse the repository at this point in the history
  • Loading branch information
principejavier committed Oct 9, 2023
1 parent 2df7c86 commit e719a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function generate_tex_files(exam::OnlineExam)
exam.sections==:MultipleSections && write(io_tex,begin_quiz(lang,exam.name*"/P$k"))
for i = 1:get_num_permutations(exam)
exam.format.int_params[2] = 0
write(io_tex,begin_cloze(exam.name))
write(io_tex,begin_cloze("P$k"))
problem_slices=exam.functions[k](exam.arguments[k][i]...,lang,exam.format)
last_page=last_page*format_figure!(exam.figures[k],problem_slices)
problem=prod(problem_slices)
Expand Down

0 comments on commit e719a2c

Please sign in to comment.