coding-cat-official/coding-cat

Feature: Tracing questions

開放

#164 建立於 2026年2月25日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (2 個分叉)auto 404
good first issue

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南