In some instances, when the youtube API had not yet loaded,
the assignment of the videoState variable would result in undefined;
this led to issues of the in-video-quiz questions not appearing properly.
We move the assignment to the 'play' video event, which only occurs
when the API has fully loaded
In some instances, when the youtube API had not yet loaded, the assignment of the videoState variable would result in undefined; this led to issues of the in-video-quiz questions not appearing properly. We move the assignment to the 'play' video event, which only occurs when the API has fully loaded
@caesar2164 @stvstnfrd