When the program is run, in stageController.py, the 1st tagType is set to always be "Name" rather than randomly selecting a tagType as it does for the other stages. To match this, the first correctTag (cTag) is set to be "Lepidoptera", even though it is often not the correct 1st answer. Can we allow the tagType to be randomly selected for the 1st run stage and then select the correctTag from this?
When the program is run, in stageController.py, the 1st tagType is set to always be "Name" rather than randomly selecting a tagType as it does for the other stages. To match this, the first correctTag (cTag) is set to be "Lepidoptera", even though it is often not the correct 1st answer. Can we allow the tagType to be randomly selected for the 1st run stage and then select the correctTag from this?