Add an Accessible Date Picker hint video does not work

Tell us what’s happening:

The hint video does not work and will not play.

Your code so far


<body>
  <header>
    <h1>Tournaments</h1>
  </header>
  <main>
    <section>
      <h2>Mortal Kombat Tournament Survey</h2>
      <form>
        <p>Tell us the best date for the competition</p>
        <label for="pickdate">Preferred Date:</label>
        
        <!-- Add your code below this line -->
        
        
        
        <!-- Add your code above this line -->
        
        <input type="submit" name="submit" value="Submit">
      </form>
    </section>
  </main>
  <footer>&copy; 2018 Camper Cat</footer>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/add-an-accessible-date-picker/

Much of the hint and help part of the curriculum is unfinished. There is no video to play yet. As for this challenge, it is building on what you learned about text input fields. Just mark up the input with type and attributes as instructed and your done.

Ah, ok. Thank you for your help.