relate icon indicating copy to clipboard operation
relate copied to clipboard

RELATE is an Environment for Learning And TEaching

Results 158 relate issues
Sort by recently updated
recently updated
newest added

To answer the question: Is anyone working on this right now?

A commonly-used pattern in autograders is the following: ``` def ref_sol(): ###CORRECT_CODE### return x ref_x = ref_sol() feedback.check_numpy_array_allclose("x", ref_x, x) ``` A trivial mistake (an extra `#` in `###CORRECT_CODE###`) caused...

Otherwise, it'll incorrectly show things as correct that aren't when showing the correct solution.

![image](https://user-images.githubusercontent.com/1790491/92008495-deb4c200-ed0c-11ea-931d-f187ec631249.png) When getting full points on a flow, the results page will show a `99.99%` instead of `100.00%`. This is at the url: `https://relate.cs.illinois.edu/course/[course]/flow-session/[flow-id]/finish/`

When entering a flow, there is a start page prompting the user to start a new session or re-enter an existing session. We would like to add functionality to bypass...

This is the result of #791, which introduced the notion of "trusted courses", where only trusted courses can show un-sanitized HTML. To avoid the issue, simply check this box: ![grafik](https://user-images.githubusercontent.com/352067/129070421-bdaa356a-b26e-4a54-b1a9-0e265512846e.png)...