Commit 447ae30a authored by Gnanarathna E.D.K.V's avatar Gnanarathna E.D.K.V

Merge branch 'KIQ-04' into 'master'

Changed activity count

See merge request !49
parents 63f55e75 494ad646
......@@ -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