Reverted Level to only utas placement test exercises, Speaking, bug fixes, placeholder

This commit is contained in:
Carlos-Mesquita
2024-11-10 04:24:23 +00:00
parent c507eae507
commit 322d7905c3
39 changed files with 1251 additions and 279 deletions

View File

@@ -44,7 +44,6 @@ export default function Generation({ user }: { user: User; }) {
useEffect(() => {
const fetchAvatars = async () => {
const response = await axios.get("/api/exam/avatars");
console.log(response.data);
updateRoot({ speakingAvatars: response.data });
};
@@ -93,7 +92,7 @@ export default function Generation({ user }: { user: User; }) {
})
}
});
dispatch({type: 'FULL_RESET'});
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
@@ -113,7 +112,7 @@ export default function Generation({ user }: { user: User; }) {
<ToastContainer />
{user && (
<Layout user={user} className="gap-6">
<h1 className="text-2xl font-semibold">Exam Generation</h1>
<h1 className="text-2xl font-semibold">Exam Editor</h1>
<div className="flex flex-col gap-3">
<Input
type="text"