Commit 494ad646 authored by kulvinu's avatar kulvinu

Changed activity count

parent 63f55e75
......@@ -4,7 +4,7 @@ import { ColourNumbers } from "../../..";
import VideoPlayerScreen from "./videoPlayer";
const ColourNumbersController = ({nextActivity}) => {
const activityCount = 7;
const activityCount = 5;
const [currentActivityNo, setCurrentActivityNo] = useState(1);
const [isAudioCompleted, setIsAudioCompleted] = useState(false);
const [isAllCompleted, setIsAllCompleted] = useState(false);
......
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