Hello!
The text should be between the opening and closing option elements. I think there was a misunderstanding of the instructions. Where it says text should be added, it means between the opening and closing elements, not inside one of them.
The select element needs to be made to require an option.
Here is an example using choose instead of select and one in place of option.
< div class = " answer “>
< choose required >
< one value=”" >Text goes in here< /one >
< one value = “now”>Now < /one >
< one value = “later”>Later< /one >
< /choose >
< / div>
I hope this helps you solve your problem.