Run (build a survey form)

hi,
I run my test for (build a survey form) , every point is right
except (textarea point), the rasult is wrong.

<label>What would you like to see improved? (Check all that apply)</label>

</br>

<input type="checkbox" name="survey" value="survey"

<label> Front-end Projects</label>

</br>

<input type="checkbox" name="survey" value="survey"

<label> back-end Projects</label>

</br>

<input type="checkbox" name="survey" value="survey"

<label> challanges</label>

</br>

<input type="checkbox" name="survey" value="survey"

<label> data Visualization</label>

</br>

<input type="checkbox" name="survey" value="survey"

<label> wiki</label>

</br> </br>

<label>Any comments or suggestions?<label>

<input type="textarea">

</input>

</br>

</br>

<button id='submit'>submit</button>

</form>

</fieldset>

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

thanks for leting me know

This is incorrect

The test is looking for the textarea element.

i get it , thank you for your support and help

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.