I witnessed the following with a student: in the cases where there are multiple files available in the tabbed editor view, the non-selected tabs (which appear to the right of the initially selected tab) do not bear any clear indication that they can be clicked on. This leads to students potentially not understanding what they are supposed to edit (e.g., the student tries to put the body into classify_number.ads instead of classify_number.adb)
Red arrow shows the UI elements I'm talking about.
This might be fixed by
modifying the UI elements so they look more selectable (compare against Github's "new issue" interface, for example)
putting some text in the lab instructions instructing students that they can, and are expected to, click on the other files to edit them
selecting by default the file that is more of interest to completing the lab (e.g., the body instead of the spec)
I witnessed the following with a student: in the cases where there are multiple files available in the tabbed editor view, the non-selected tabs (which appear to the right of the initially selected tab) do not bear any clear indication that they can be clicked on. This leads to students potentially not understanding what they are supposed to edit (e.g., the student tries to put the body into classify_number.ads instead of classify_number.adb)
Red arrow shows the UI elements I'm talking about.
This might be fixed by