ScratchLog+: Live Analytics of Learners’ Exercise Progress#1
Draft
b-fein wants to merge 43 commits into
Draft
Conversation
The IDs of the nodes in the graph does not seem to be deterministic. Therefore, the caching in the embedding-connector does not work (since the JSON-string is different).
Method names with underscores are fine there. This is required due to how JPA generates the queries from the names.
Users that never made a code change are not relevant for us here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Whisker and the Scratch-GUI are added as Git submodules to this repository. You might want to
git clone --recursiveto fetch them. Alternatively, you can rungit submodule update --initafter a regular clone.ScratchLog+
Required Configuration
To connect the embedding connector to an OpenAI-compatible endpoint, create a
.envfile with the contents(Optional): Add the pre-seeded database with a demo course
Download the database snapshot and move it to the root of this repository: ase2026_scratchlog-plus_demo.sql.gz
Mount the downloaded file to the database container by configuring it in the
docker-compose.yamlfile:Then, a user
adminwith passwordASE2026toolcan be used to log into the ScratchLog user interface.Running the Application
After this configuration, the application can be started with Docker Compose as described in the readme.
The ScratchLog user interface will be available at http://localhost:8090 and the Scratch user interface at http://localhost:8601.
An initial
adminpassword for ScratchLog will be automatically generated and be printed to the log (docker compose logs scratchlog).See also our extension to Whisker at se2p/whisker#12