

Well, the purpose of the showFeedback
property is to ‘show’ the actual comments sent on the feedback comments section, not to ‘hide’ the button. On the fork that you mentioned, the feedback button is deliberately commented out, which is why it is hidden.
What you can do is this:
// Lists Editor movieTitlePrompt instruction = Make a title for a [g = genre.selectOne] movie with a length of [l = length.selectOne] and an age rating of [ar = ageRating.selectOne]. Only include the title, nothing else. No subtitle. title [ai(movieTitlePrompt)] // --- // HTML <p>Title: [title]</p> <p>Genre: [g]</p> <p>Length: [l]</p> <p>Rating: [ar]</p>