coding-cat-official / coding-cat-official/coding-cat

Feature: Tracing questions

Open
#164 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
TypeScript
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Can we introduce a new kind of problem, tracing where students need to show the steps of evaluation for a given expression like

Trace
4 + 10 - 40

and the students would answer (one line at a time)

=> 14 - 40
=> 26

I think these could not be done programmatically and would just be a lot of grunt work. We don't need like 100 problems in this way, we can start small. It would require just string checking. Maybe it could be a bit more intelligent and notify the student when they "skip" a step along the way or something?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.