Martin Henz
Martin Henz
If the deadline of submission passes and the student has not submitted, the mission is listed as "Submitted". Instead, it should be listed as "Not submitted" and this status should...
Currently, the threshold when an acceptable level has been reached is configured in the .env file. This should be configurable per course in the course settings.
Submission of assessments is enabled only when answers to all questions of the assessment were saved. This is not obvious to students who would like to finalize but cannot because...
The "References" section isn't specific for Chapter 5 and yet the header says "Chapter 5...".
It would be nice to organize the programs in SICP JS chapter 4 and 5 into folders, using the new folder mode of Source Academy. For that, we'd need to...
https://sourceacademy.org/sicpjs/2.3.3#p11 Two further versions of `is_element_of_set` and `adjoin_set` should be runnable, but currently aren't.
```function matrix_times_matrix(n, m) { const cols = transpose(n); return map(, m); }``` order of arguments switched. Should be: ```function matrix_times_matrix(m, n) { const cols = transpose(n); return map(, m); }```...
# Expected Behavior Editor keystrokes should not affect module loading. # Current Behavior Currently each editor keystroke reloads the currently loaded modules in mobile workspace. ## Steps to Reproduce 1)...
Currently the game data is saved only for students, not for staff or admin. This should be changed so that staff and admin have the same game experience, keep up-to-date...