Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Code Tracing #118

Open
mikebarkmin opened this issue Aug 10, 2021 · 0 comments
Open

[Task] Code Tracing #118

mikebarkmin opened this issue Aug 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mikebarkmin
Copy link
Member

Code tracing is an important skill to have. Some argue that it is necessary to learn code tracing, before writing code. The Raspberry Pi Foundation has published an interesting quick read on how students could be guided to trace a code snippet. Maybe we can develop a task, which requires a user to execute the three steps display in this paper.

  1. Highlight all expressions
  2. Use arrow to show the order of execution
  3. Follow the program and fill in the variables table and the output box

The most important aspect of this task would be to generate a good statistic, which should help the task creator to identify possible misconceptions.

@mikebarkmin mikebarkmin added the enhancement New feature or request label Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant