source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
103 stars 167 forks source link

Game: Integration with Paths #3012

Open lhw-1 opened 3 months ago

lhw-1 commented 3 months ago

The Source Academy Game has been largely dissociated with the main CS1101S course, mainly because (1) we do not provide clear incentives for students to play the game, and (2) the game does not integrate CS1101S content into the gameplay itself.

After a discussion with @martin-henz, the decision is to integrate the current Paths system with the game. Two changes are needed for this to happen:

  1. The Paths should only be accessible through the respective game chapters.
  2. The game content should be more aligned with the paths content (and vice versa).

This will allow a seamless integration of the game into the course while also providing incentives via the XP earned upon completion of Paths.


A CP3108 Games team, or other interested developers, can take up (1) and investigate hiding specific columns of the navigation bar (in this case, Paths) from Source Academy. (2) should be (and only can be) done by both the teaching team and the storywriters for the game. Afterwards, the game chapters can redirect students to the Paths page directly via the assessment id, which is already possible through the current game engine.

martin-henz commented 3 months ago

For this, the admin panel could provide a column "visible in student frontent" that lets admin decide to display/hide the assessment type from the frontend.

Screenshot 2024-08-06 at 7 47 31 PM