Student stuck on Lesson 12, I cannot figure it out

Link to the project or level: App Lab - Code.org
What I expect to happen: Expectation is that the suggestion will load in the FeedbackGivenBox but nothing actually displays

What I’ve tried: changing around the function, switching form a var to just a string, and more, at this point I am so turned around and I know it should be something simple.

Two problems:

  1. On line 22, instead of setText, call updatescreen.
  2. Add an onEvent for the dropdown menu. Currently time is not getting set when the dropdown menu choice is made.

onEvent(“dropdownforwaittime”, “change”, function( ) {
time = getText(“dropdownforwaittime”);
});