diff --git a/src/app/AppRoutes.tsx b/src/app/AppRoutes.tsx
index b93e3ba..cd4056d 100644
--- a/src/app/AppRoutes.tsx
+++ b/src/app/AppRoutes.tsx
@@ -29,6 +29,8 @@ import { ProgramTypeSelectionPage } from "../pages/content-management/ProgramTyp
import { ProgramDetailPage } from "../pages/content-management/ProgramDetailPage";
import { CourseManagementPage } from "../pages/content-management/CourseManagementPage";
import { UnitManagementPage } from "../pages/content-management/UnitManagementPage";
+import { QuestionTypeLibraryPage } from "../pages/content-management/QuestionTypeLibraryPage";
+import { CreateQuestionTypeFlow } from "../pages/content-management/CreateQuestionTypeFlow";
import { NotFoundPage } from "../pages/NotFoundPage";
import { NotificationsPage } from "../pages/notifications/NotificationsPage";
import { CreateNotificationPage } from "../pages/notifications/CreateNotificationPage";
@@ -165,6 +167,14 @@ export function AppRoutes() {
path="/new-content/courses"
element={
+ Create a new immersive practice session for students. +
++ Step {currentStep} implementation in progress... +
+ ++ Create and manage reusable question structures for practices and + assessments. +
++ Define what this question type is and where it applies. +
++ The core framework for the practice test. +
++ Choose how the question is presented to the learner. +
++ Upload your image. 1280×720px recommended. +
++ Click to upload or drag file +
++ Max size 25MB +
++ How should the student answer this question? +
++ Selected words will become input fields for + students. +
++ Click to upload or drag file +
++ Max size 25MB +
++ Click to upload or drag file +
++ Max size 25MB +
++ Choose the standard answer format required for + this question type. +
+