Commit d75d9081 authored by randi480's avatar randi480

Minor changes

parent 615a50c0
......@@ -22,34 +22,34 @@ const CodingContainer = () => {
const [letterPatternANswers, setLetterPatternANswers] = useState([]);
const [actualResult, setActualResul] = useState([
"square",
"circle",
"triangle",
"circle",
"circle",
// "circle",
"triangle",
// "circle",
"circle",
"square",
// "triangle",
"circle",
// "square",
"circle",
// "circle",
"square",
"triangle",
// "triangle",
"triangle",
]);
const [isCancelled, setIsCancelled] = useState(false);
const [drawingPad, setDrawingPad] = useState([
"c",
"s",
// "s",
"c",
"r",
// "r",
"s",
"c",
// "c",
"r",
// "c",
"c",
// "s",
"c",
"s",
"c",
"s",
// "s",
"s",
]);
......@@ -152,17 +152,17 @@ const CodingContainer = () => {
};
var codingURLS = [
"https://i.ibb.co/9cwf5x2/image.png",
"https://i.ibb.co/JFNZwCz/1.png",
// "https://i.ibb.co/JFNZwCz/1.png",
"https://i.ibb.co/ykdhHM6/2.png",
"https://i.ibb.co/KL9JDkB/3.png",
// "https://i.ibb.co/KL9JDkB/3.png",
"https://i.ibb.co/9Y13xQ9/6.png",
"https://i.ibb.co/b5B7js8/7.png",
// "https://i.ibb.co/b5B7js8/7.png",
"https://i.ibb.co/2SzzMCz/8.png",
"https://i.ibb.co/tc7dPJ0/9.png",
// "https://i.ibb.co/tc7dPJ0/9.png",
"https://i.ibb.co/3kSQzMM/13.png",
"https://i.ibb.co/HPPMv94/14.png",
// "https://i.ibb.co/HPPMv94/14.png",
"https://i.ibb.co/KLbgtTx/19.png",
"https://i.ibb.co/kKBgmB2/18.png",
// "https://i.ibb.co/kKBgmB2/18.png",
"https://i.ibb.co/93DNN1q/17.png",
];
......
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