Multiple choice technology testing A control on the UI can be uniquely identified, generally, by Text Class Control ID Label Reveal answer Fill a bubble to check yourself C Correct answer Explanation UI controls are uniquely identified by their Control ID, which is a unique identifier assigned to each control. Text, Label, and Class are not unique identifiers - multiple controls can share the same text, label, or class.