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

Can be observed with `homework-problems/inteq_bvp/medium_inteq_bvp_code_second_order.yml` in the CS450 repo. This does ```yaml {% from "yaml-macros.jinja" import indented_include %} [...] setup_code: |J {{ indented_include("homework-problems/inteq_bvp/bvp_test_problems.py", 4) }} {{ indented_include("homework-problems/inteq_bvp/order_est.py", 4) }} ```

Can be observed with `homework-problems/inteq_bvp/medium_inteq_bvp_code_second_order.yml` in the CS450 repo. This does ```yaml {% from "yaml-macros.jinja" import indented_include %} [...] setup_code: |J {{ indented_include("homework-problems/inteq_bvp/bvp_test_problems.py", 4) }} {{ indented_include("homework-problems/inteq_bvp/order_est.py", 4) }} ```

Currently, this is rejected/scored with zero with "no answer provided".

Students frequently complaint about 1. forgetting to submit flows (with all page submitted) 2. not knowing there were assignments 3. having to navigate to all start page of flows to...

Would it make sense to add a course setting, which enables file system fake repo for the course? It could be, for example, a path to a course directory. I...