-
```
def square_array(array)
square_bois[]
counter = 0
while array[counter] do
square_bois.push(array[counter]**2)
counter+=1
end
p square_bois
end
```
> Failures…
-
In the
https://numbas.mathcentre.ac.uk/question/11785/arithmetics-of-complex-numbers-ii/
part A seem to be bugged in some cases:
for 4i*(-7+7i) revealed answer is -28 - - 28i, and the correct an…
-
I'm still wrapping my head around it, but I'm curious about a potential drawback to the "wholly-open" approach to NUMBAS. When applied as marketed (a tool for mathematics), and for as long as it's be…
-
A few people have asked for an accessibility statement for Numbas. Ideally, we should have separate statements for the runtime and the editor.
The W3C has [a page on preparing an accessibility stat…
-
## Issue description
With PyTorch 1.2.0 I'm seeing a couple of the test_numba_integration tests fail:
- `test_from_cuda_array_interface_lifetime` fails at the first assert:
```
def test_…
hartb updated
5 years ago
-
Gave a test today, and had a quirk reveal itself...
A student tried Part 1 of the problem (Determining radius of curvature from g-forces (translational kinematics question)), and decided to go for …
-
As the title suggest, the translation for "question.score feedback.score total actual" not showing is not showing correcly, ist is simply shown as **question.score feedback.score total actual** instea…
-
The inputs for question group names in the exam editor remain editable when the exam is not editable by the current user. They shouldn't.
-
A lecturer would like to prevent students from seeing feedback and worked solutions before a particular date.
One solution would be to only show feedback if the exam is opened in review mode, and n…
-
The people at my institution have spun up a Numbas LTI server but we are encountering an unexpected behaviour (I don't think it's a bug, more like an odd feature).
Everything seems to be working fi…