-
We are developing instructional materials which we would like to use the sequestional mode navigation for (so that navigation is always visible) but don't want each section to be called "Question X". …
-
This is a common pattern: I have a list of independent criteria that a student's answer must fulfil. For each of them, I want to add a certain amount of credit if it's satisfied, and give some negativ…
-
We had a question with a variable called `marks`, holding the marking matrix for an MCQ part. The marking parameters for a part include a variable `marks`, holding the number of marks available for th…
-
Some Scipy functions seem to trigger an out of memory fatal error in Pyodide - the function tplquad in particular. It might be that some questions just need to be avoided, but if this does occur then …
-
I followed the instruction from here.
https://docs.numbas.org.uk/en/latest/server-installation/windows-local.html
I created a question looks like the questions is created.
```bash
Direc…
-
When the option to allow students to change the size of a matrix is used as a gapfill, inline with other expressions, the additional height taken up by the resize box results in the matrix being misal…
-
The mark note for algiorithms often looks like this:
```
apply(note1);
apply(note2);
apply(note3);
...
```
It would be more convenient to write
```
apply(note1, note2, note3, ...)
```
-
I've so far only been able to replicate this in one exam: https://numbas-editor.mas.ncl.ac.uk/exam/540/mas1403-specimen-exam/. It seems to be a Safari issue.
That exam has an error in the console:…
-
Queues with no checklist items shouldn't show a progress bar under each item.
![image](https://user-images.githubusercontent.com/19513/176410576-82db1197-5174-4731-be75-581c2e0c2d04.png)
To repr…
-
The following question https://numbas.mathcentre.ac.uk/question/114931/get-the-first-item-in-a-list/preview/ accepts the Python code that lists all the files in a virtual system. Although it is not a …