Problem Description
In RMarkdown I usually use somewhat like
```{r}
knitr::include_graphics("myimage.png")
```
to add already existing images to the output, but this doesn't work via `exams2xyz()`.
`fig.path = "", fig.caption = ""` does not fix the problem.
The classic Markdown way ``doesn't work, too.
Any ideas, where I'm wrong?
EDIT: Thank's to @jaySF I'm now aware of an working directory issue, but still face the challange to embed the figures into (e.g.) the .xml-questions for moodle import.
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?