diff --git a/src/components/shared/Exercises/GraphInput.tsx b/src/components/shared/Exercises/GraphInput.tsx index f944508..a20c5ba 100644 --- a/src/components/shared/Exercises/GraphInput.tsx +++ b/src/components/shared/Exercises/GraphInput.tsx @@ -63,6 +63,10 @@ function GraphInput({ }; return (
+
+ Fill in the blanks to move the cursor along the path! +
+
{questionArray.map(makeLine)}