Help with Lines 5-11

(App Lab - Code.org)

The student is trying to make the console.log run and show “a” and “sport” when the drop down buttons are picked. It is showing “e” for every option. Can someone tell me why this is not working?

Student needs to use the getText method on the dropdown menu to get the selected text in the if statement: getText(“dropdown1”)