# Self review: Rate the media

1. **When you clicked the play button on the video, what was the result?**
    
    * <mark>The video started playing.&nbsp;</mark> 
        
    * The video did not play.  
        
2. **You used the range type for the ratings input field. How did you define its possible values? Select all that apply.** 
    
    * <mark>Using the min attribute&nbsp;</mark> 
        
    * <mark>Using the max attribute&nbsp;</mark> 
        
    * <mark>Using a datalist element</mark>
        
3. **Which element specified which video file to be played?** 
    
    * The video element 
        
    * The src element 
        
    * <mark>The source element</mark>
