relate icon indicating copy to clipboard operation
relate copied to clipboard

RELATE is an Environment for Learning And TEaching

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

This test https://github.com/inducer/relate/blob/741d02767ba73c1a5c051aa89a001d3f7f0210b9/tests/test_versioning.py#L253 failed with exceptions (no traceback): > Windows fatal exception: stack overflow See the verbosed output [here](https://github.com/dzhuang/relate/runs/1306795879#step:8:675). It's weird that test passed on Appveyor CI.

p3
not a bug
ci-related

There is a situation when only a subset of students were required to finish a flow individually. In this case, the grading/by-opportunity view should only list that subset of participations,...

Team assignment means a group of participations to submit a single assignment, rather than a submission per participation. Currently, my idea is to add a participation_tag to team leaders, who...

There were multiple instructors teaching a same course with different set of students, which were supposed to have the same course material and schedules. Due to lacking the ability to...

Currently, if a flow is updated between a page GET and the corresponding POST submission, submitted data may end up with a page for which it is not intended (e.g....

I have created a working OctaveCodeQuestion type using Oct2Py. You can see it at https://github.com/davis68/relate for now. I haven't created a PR yet for it. - It uses `data_files` to...