Commit 21b45b9c authored by AdithyaKahawanugoda's avatar AdithyaKahawanugoda

fix on arithmetic

parent 447ae30a
......@@ -13,7 +13,7 @@ const Arithmetic = ({ nextActivity }) => {
if (activityIndex < 3) {
let activityNo = activityIndex + 1;
setActivityIndex(activityNo);
RecordingHandler(`PC.wav`, activityNo, "pc");
RecordingHandler(`AR.wav`, activityNo, "ar");
} else {
setAllCompleted(true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment