slatex / sTeX-React

GNU Affero General Public License v3.0
3 stars 3 forks source link

Semantic Syllabus Planning Tool #409

Open kohlhase opened 1 day ago

kohlhase commented 1 day ago

This is a very early project description. This might become a Master's thesis or two.

In ALeA, we could support Course Syllabus planning: when an instructor plans a new course for ALeA, she will usually have to balance three tasks

I imageine a tool that is something like a table/spreadsheet where rows indexed by the calendar week and lecture times, with one column for each of the strands to be coordinated. The cells describe respective units (a lecture, tutorial, problem set, ... ) and allow to choose them from or link them to the context (the existing domain model modules or LOs). In this way, we can support context-sensitive syllabus planning, and we can implement the usual constraints that need to be tracked (this unit has to be finished before that unit can start) over the development. Some of the constraints come from the domain/LO models and some from the instructor. I imagine we use sMD (semantic markdown) for the cell desciptions.

Here are some things (a developing list) I imag we need to do

kohlhase commented 17 hours ago

One of the Master's students has expressed interest in this topic, we will see what comes out of that, and I will continue writing up my thoughts with this issue as the first design document.