Reproducibility Package for "WIP: Block-Based Programming Increases Student's Success Rate in Solving Assembly Programming Tasks"
收藏资源简介:
Blocksembler Study Replication Package This replication package provides the Docker image and execution setup required to reproduce the Blocksembler study results. Prerequisites To run Blocksembler, make sure that both docker and docker compose are installed on your machine. We recommend following the official installation instructions: https://docs.docker.com/get-started/get-docker/ Replicating the Results 1) Build the Docker Image docker build -t blocksembler-replication . 2) Run the Docker Container Create the local results directory first if it does not exist: mkdir -p ./results/plots mkdir -p ./results/stats Then run the container: docker run --rm -v "./results:/app/results" blocksembler-replication 3) Access the Results Generated output files are written to ./results on the host. Hint: mounting the host ./results directory to /app/results inside the container ensures that the results are available outside the container.



