Aliya Hameer
Aliya Hameer
It would be extremely useful to be able to organize an exercise into sub-parts, perhaps similarly in layout to the tutorials where you can navigate through the sections using left...
As far as I can tell, there is no way of including our own static content (e.g. images) when deploying the server. We would like to include some example images...
Errors and warnings raised by the typechecker are highlighted with a yellow or red underline in the editor, and hovering over the line number shows the details of the error....
We would like to be able to adjust the font size for the exercises and playground (in the editor, toplevel, and description, etc.). We have tried doing this by just...
Once the due date of an exercise has passed, we would like to manually screen our students' submissions with help from the automatically generated grading reports. Currently this requires us...
This is in relation to the merged PR #250, which added the outcomes buffer to the list of buffers to be printed when there is an error grading an exercise....
This is the same issue mentioned in a comment in #119: > We have also encountered some instances (on macOS: one on Safari 11.1.2, another on Chrome 69.0.3497.81, and some...
I'm just starting to learn how to use the generic n-ary testing functions (`test_function`, `test_function_against`) since I need to write a grader for a 5-argument function, and I was wondering...
We often want to look at the AST for a certain function to check if the student has implemented the function using recursion, by checking for the `rec` flag. Unfortunately,...
Ideally the prelude code box should have a maximum height and shrink to the size of the code if there is not enough to fill that entire box, like in...