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

feat: Add step problem #34

Merged
merged 4 commits into from
Feb 12, 2024
Merged

feat: Add step problem #34

merged 4 commits into from
Feb 12, 2024

Conversation

Tatehito
Copy link
Collaborator

@Tatehito Tatehito commented Feb 9, 2024

Close #32

チェックポイント問題後にステップ問題に移行するようにしました。

Self Check

  • I've confirmed All checks have passed on PR page. (You may leave this box unchecked due to long workflows.)
    • PR title follows Angular's commit message format.
      • PR title doesn't have WIP:.
    • All tests are passed.
      • Test command (e.g., yarn test) is passed.
      • Lint command (e.g., yarn lint) is passed.
  • I've reviewed my changes on PR's diff view.

動作確認

  • 実行結果問題
    • 正解した場合
      • 終了のメッセージが表示される
    • 不正解の場合
      • チェックポイント問題に移行し、最初のチェックポイントからスタートする
  • チェックポイント問題
    • 正解した場合
      • 次のチェックポイントに進む
    • 最後のチェックポイントに正解した場合
      • ステップ問題に移行し、最後のチェックポイントの次の行からスタートする
    • 不正解の場合
      • ステップ問題に移行し、最後に正解したチェックポイントの次の行からスタートする
  • ステップ問題
    • 正解した場合
      • 次の行に進む
    • 最後の行に正解した場合
      • 終了のメッセージが表示される
    • 不正解の場合
      • 再度回答するように促すメッセージが表示される
    • リセットボタン
      • 盤面がその行の最初の状態に戻る

@Tatehito Tatehito self-assigned this Feb 9, 2024
@Tatehito Tatehito requested a review from ykit00 February 9, 2024 01:50
Copy link
Collaborator

@ykit00 ykit00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Tatehito Tatehito merged commit 22049f1 into main Feb 12, 2024
20 checks passed
@Tatehito Tatehito deleted the feat/add-step-problem branch February 12, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants