At the educational platform where I worked, we used a standard task card with dimensions of 1024×510 pixels. This size was chosen to facilitate the production of numerous tasks within a limited time frame, which meant that the desktop and tablet versions were identical. During the development process, we had to take this into account.
The first step was to choose a mechanic for the task. While allowing children to draw lines as if using a pencil would have been ideal, it was too complex for young children using a desktop. Clicking the mouse button and then moving the mouse without releasing the button is not an intuitive task for individuals with limited motor skills. Therefore, I simplified the mechanic to just a single-click selection.
However, the initial map was too large to fit onto the card. When I attempted to display the entire map, I found that the clickable area for some stars was only 18−20 pixels. The recommended minimum clickable area for children is 40 pixels, which is nearly twice as large. Thus, I had to implement a scrolling mechanism.