Merged
Conversation
- 全演習に詳細な説明を追加(学習目標を明確化) - 座学問題を選択式に変更(JavaScript、ML) - 記述式問題のタイトルと問題文を改善 - 選択式・記述式のtype属性でUI切り替え対応
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




概要
Issue #90 の演習問題実行画面を実装しました。
実装内容
画面構成
/exercises/[category]/[exerciseId]問題形式対応
主要な変更
UI/UX改善
bg-[#FDFEF0])に変更し視認性向上問題の質向上
型システム拡張
type: "text" | "choice"で問題形式を切り替えchoices?: string[]フィールド追加変更ファイル
frontend/src/app/exercises/[category]/[exerciseId]/page.tsxfrontend/src/features/exercise/components/ConfirmationTest.tsxfrontend/src/features/exercise/types/exerciseDetail.tsfrontend/src/features/exercise/api/mockExerciseDetail.tsテスト
関連Issue
Closes #90