lms
lms copied to clipboard
LMS allows teachers and educators to easily provide feedback on student programming work - both manually and automatically.
We should NOT change the `CommentText` itself. This is a mutable behavior we prefer to avoid whenever we can, and may mistakenly change previous comments of the author. Instead, we...
- [ ] CSS - [ ] JavaScript
- [ ] Add Sentry machine to our Dockerfile. - [ ] Add some logs to the project. - [ ] Use the [Flask integration](https://docs.sentry.io/platforms/python/flask/) plugin of Sentry. - [...
This will allow us to comment on code sections instead of commenting only on a single line.
Add a query before replacing an existing exercise in the system. For example, before B replaces A, he will ask if he wants to replace the existing exercise in the...