Added the ability to generate Listening exams as well
This commit is contained in:
9
src/utils/sound.ts
Normal file
9
src/utils/sound.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {Howl, Howler} from "howler";
|
||||
|
||||
export const checkSound = () => {
|
||||
const sound = new Howl({
|
||||
src: ["audio/check.mp3"],
|
||||
});
|
||||
|
||||
sound.play();
|
||||
};
|
||||
Reference in New Issue
Block a user