Reverted Level to only utas placement test exercises, Speaking, bug fixes, placeholder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Button from "@/components/Low/Button";
|
||||
import { Module } from "@/interfaces";
|
||||
import { LevelPart, ListeningPart, ReadingPart, SpeakingExercise, UserSolution, WritingExercise } from "@/interfaces/exam";
|
||||
import { InteractiveSpeakingExercise, LevelPart, ListeningPart, ReadingPart, SpeakingExercise, UserSolution, WritingExercise } from "@/interfaces/exam";
|
||||
import clsx from "clsx";
|
||||
import { ReactNode } from "react";
|
||||
import { BsBook, BsClipboard, BsHeadphones, BsMegaphone, BsPen } from "react-icons/bs";
|
||||
@@ -10,7 +10,7 @@ interface Props {
|
||||
sectionLabel: string;
|
||||
defaultTitle: string;
|
||||
module: Module;
|
||||
section: LevelPart | ReadingPart | ListeningPart | WritingExercise | SpeakingExercise;
|
||||
section: LevelPart | ReadingPart | ListeningPart | WritingExercise | SpeakingExercise | InteractiveSpeakingExercise;
|
||||
onNext: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user