Aircraft Recognition
Mark Answer
name !== chosen_ac); console.log(chosen_ac, unique_aircraft_names, aircraft_names); const ac_index = Math.floor(Math.random() * unique_aircraft_names.length); const ac = unique_aircraft_names[ac_index]; const ac_properties = Object.keys(question_texts); const property_index = Math.floor(Math.random() * ac_properties.length); chosen_ac = ac; chosen_prop = ac_properties[property_index]; answer = ''; submitted = false; " class="btn btn-primary"> Next Question