diff --git a/README.md b/README.md index 1db0471..11c6b34 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,11 @@ KubeKosh runs a real [K3s](https://k3s.io/) Kubernetes cluster inside a single D ## Screenshots -| | | -|---|---| -| ![Scenario browser with live terminal](screenshots/1.png) | ![Task scenario with problem statement](screenshots/2.png) | -| ![Contextual hints with copy-ready commands](screenshots/3.png) | ![Automated validation — all checks passed](screenshots/4.png) | -| ![Exam mode — start with custom duration](screenshots/5.png) | ![Exam mode - live exam with timer](screenshots/6.png) | -| ![Multiple-choice question view](screenshots/7.png) | ![MCQ with correct answer and explanation](screenshots/8.png) | +| | | | +|---|---|---| +| ![Scenario browser with live terminal](screenshots/1.png) | ![Task scenario with problem statement](screenshots/2.png) | ![Contextual hints with copy-ready commands](screenshots/3.png) | +| ![Automated validation — all checks passed](screenshots/4.png) | ![Exam mode — start with custom duration and scenario count](screenshots/5.png) | ![Exam mode — live exam with timer](screenshots/6.png) | +| ![Exam MCQ — selecting an answer](screenshots/7.png) | ![Exam MCQ — correct answer with explanation](screenshots/8.png) | ![Exam history with per-scenario score report](screenshots/9.png) | --- diff --git a/screenshots/1.png b/screenshots/1.png index 9f6966a..056c832 100644 Binary files a/screenshots/1.png and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png index 691ccb3..698edaf 100644 Binary files a/screenshots/2.png and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png index 9858728..67dd1f7 100644 Binary files a/screenshots/3.png and b/screenshots/3.png differ diff --git a/screenshots/4.png b/screenshots/4.png index c40f58d..497f1b5 100644 Binary files a/screenshots/4.png and b/screenshots/4.png differ diff --git a/screenshots/5.png b/screenshots/5.png index 826179e..3198ca7 100644 Binary files a/screenshots/5.png and b/screenshots/5.png differ diff --git a/screenshots/6.png b/screenshots/6.png index c9fab28..0bd5fe0 100644 Binary files a/screenshots/6.png and b/screenshots/6.png differ diff --git a/screenshots/7.png b/screenshots/7.png index 8dc5ecf..7c107cd 100644 Binary files a/screenshots/7.png and b/screenshots/7.png differ diff --git a/screenshots/8.png b/screenshots/8.png index f391205..919234b 100644 Binary files a/screenshots/8.png and b/screenshots/8.png differ diff --git a/screenshots/9.png b/screenshots/9.png new file mode 100644 index 0000000..550f7f9 Binary files /dev/null and b/screenshots/9.png differ