Skip to content

Multiple Course Structures

Wilson Kurniawan edited this page Mar 30, 2024 · 1 revision
  • Priority: Medium
  • Knowledge required: Full-stack development/testing, E2E testing
  • Status: Ongoing

Currently, a course can have only one section/team structure. Some instructors may want to change the structure at different points of the course. In this project, you will add the ability to support multiple structures within a single course.

One possible approach is to let the instructor upload additional structures for a course, in addition to the default structure provided when enrolling students. Each session can then be assigned one of the structures in the course.

Additionally, we can allow instructors to specify which structure is the current default so that TEAMMATES can auto-select that structure in the 'new question' form.