issues
search
exKAZUu-Research
/
trace-dojo
An educational web app for training program tracing skills.
https://trace-dojo.fly.dev/
Apache License 2.0
2
stars
0
forks
source link
教員は問題ごとにチェックポイントの位置を設定できる
#66
Closed
Tatehito
closed
8 months ago
Tatehito
commented
8 months ago
完了条件
正規表現でチェックポイントの位置を問題文中のコメントから特定できる
(//|#)\s*CP\s*$
チェックポイント特定のコメントは画面に表示しない
やらないこと
補足
現状は仮のチェックポイント行数の配列
[a, b, c, ...]
をハードコーディングしている
完了条件
(//|#)\s*CP\s*$
やらないこと
補足
[a, b, c, ...]
をハードコーディングしている