Forum: support
Monitor Forum | | RE: Rmd: answerlist not shown in stable version (but in developer) [ Reply ] By: Achim Zeileis on 2026-07-27 00:02 | [forum:50172] |
|
Matthias, apologies for the inconvenience. The problem only occurs when you are calling the function outside of xexams() which is the workhorse function behind all the exams2xyz() interfaces. As a quick workaround you can set exams:::.exams_set_internal(xweave_markup = "markdown") I'll try to put together a new release soon but I'm currently traveling. |
|
| Rmd: answerlist not shown in stable version (but in developer) [ Reply ] By: Matthias Gondan on 2026-07-26 20:45 | [forum:50171] |
|
Dear developers, Example: ```` Question ======== We consider the Normal distribution $X \sim N\left(\mu=`r mu`, \sigma^2=`r sigma2`\right)$. How many realizations are above $`r C`$? ```{r questionlist, echo = FALSE, results = "asis"} answerlist(questions, markup="markdown") ``` ```` If I just invoke "knit" from RStudio, the answerlist is not shown with the current exams. The developer version shows it. Please consider an update. Best wishes, Matthias |
|

