dbrianwalton
dbrianwalton
Trying to import my .p12 certificate generated from tqsl using my LotW certificate. Transferred the file from computer to Android via GoogleDrive and downloaded to local storage on device. Open...
Dynamic fitb
Here is a pull request that will implement dynamic fill-in-the-blank (FITB) problems using a library for dynamic generation of mathematical expressions and the RunestoneComponents/fitb/ with added functionality that supports it....
Opening https://pretextbook.org/examples/sample-article/html/section-interactive-exercises.html in Google Chrome on Mac (Version 111.0.5563.146 (Official Build) (x86_64)), the Javascript console reports a sequence of errors. ``` tex-chtml.js:1 Uncaught (in promise) TypeError: Cannot read properties of...
The tables that should appear in a static representation for "matching" problems are not generated when in anything other than `exercise`. The relevant templates appear in `pretext/xsl/pretext-runestone-static.xsl`: `` `` The...
Commas are missing in the blankNames and feedbackArray fields, presumably because the position() of the fillin is not counting properly to indicate ordering.
Revised the implementation of `interactive[@geogebra]` so that during assembly this is converted to adopt an implicit `slate` such that the Geogebra applet can be loaded directly rather than rely on...
The LaTeX macro \fillintext defined in pretext/xsl/pretext-latex.xsl has a dependency on the \real macro that comes from the LaTeX package `calc`. This package must be a dependency of at least...
When trying to build a complete target (e.g. sample-book) for runestone, the CLI calls the extract dynamic substitutions routine with the target platform as runestone. However, the stand-alone pages that...
Clear xml:id and label from copied exercise/statement children being used in automatic static solutions. Resolves #2516
When a fill-in-the-blank exercise is authored with a `statement` containing labeled/xml:id'd children, the automatically generated `solution` for that exercise duplicates the entire statement resulting in duplicate xml:id errors. See this...