Order
+#{lesson?.order_index ?? 0}
+
+
{lesson?.duration_formatted ?? "0 mins"}
+Created
+{fmtDate(lesson?.createdAt)}
+Last Updated
+{fmtDate(lesson?.updatedAt)}
+Objectives
+No objectives defined.
+ ) : ( +No content has been created for this lesson yet.
+ +{lesson.title}
+{lesson.duration_formatted ?? "0 mins"} of content
+Lesson details.
- - - - {/* Stats row */} -Order
-#{lesson?.order_index ?? 0}
-
-
{lesson?.duration_formatted ?? "0 mins"}
-Created
-{fmtDate(lesson?.createdAt)}
-Last Updated
-{fmtDate(lesson?.updatedAt)}
-Objectives
-No objectives defined.
- ) : ( -Title
+{unit?.title ?? "—"}
+Description
+{unit?.description || "No description provided."}
+Order
+{unit?.order ?? 0}
+No quiz has been created for this unit yet.
+ +{quiz.title || "Unit Quiz"}
++ {questions.length} question{questions.length !== 1 ? "s" : ""} · {totalPoints} total point{totalPoints !== 1 ? "s" : ""} +
+Title
-{unit?.title ?? "—"}
-Description
-{unit?.description || "No description provided."}
-Order
-{unit?.order ?? 0}
-