-
- Frontend crashed when creating sessions
![image](https://user-images.githubusercontent.com/42549358/89274872-1845cf00-d674-11ea-9c67-218a10ecab37.png)
- This only happens after the frontend refact…
-
Currently, after making a change to the cs1101s repo we have to wait until the backend triggers an update automatically (every hour) for the change to take effect.
I propose adding a http endpoint…
-
https://www.comp.nus.edu.sg/~cs1101s/sicp/chapters/24
-
*@martin-henz commented on Aug 15, 2018, 5:05 AM UTC:*
Students find completion feedback lacking when a path is completed. Here a student comment. I think this is legit, and we should look into it.
…
ghost updated
4 years ago
-
- Right now everything(?) works off an API, which is good
*Note from Martin:* I feel that a simple admin frontend would improve the system a lot. We had a hard time getting a hold of developers for…
-
Came across the open command when
- add c/cs1101s n/MCQ
![open.PNG](https://raw.githubusercontent.com/Denise-Ng/ped/master/files/bf8701cf-4a37-4abf-b2c5-b1e5d1c38cbc.PNG)
-------------
Labels:…
-
The application has not taken into account preclusions, etc yet
For example, I am told that I have not met the prerequisites for certain modules as I have not taken CS1010, even though I took the pre…
-
On a freshly cloned repository, there is no such folder `./docs`, so this *rm* command will fail. `rm -rf` should work, or `rm -r | true`.
https://github.com/source-academy/sicp/blob/c9c704f3f1463…
-
### Describe the bug
When Choosing Modules which have CS1101S cleared as a prerequisite in the previous semester, warnings will pop up that you have not taking CS1010 or its equivalent, despite the f…
-
This is a somewhat open question, pertaining to the specification and behaviour of `display(x)`.
Currently, pairs are displayed as `[a, b]`. There are two issues with this:
1. Specification iss…