Skip to content

Instantly share code, notes, and snippets.

@dkovacevic
Created April 5, 2016 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dkovacevic/ec9be36d217c97d90d39053dfffac806 to your computer and use it in GitHub Desktop.
Save dkovacevic/ec9be36d217c97d90d39053dfffac806 to your computer and use it in GitHub Desktop.
Quizz
<quiz>
<film id="Seven">
<label>
<text>Where is this movie moment from?</text>
</label>
<label>
<text>http://img15.deviantart.net/0e8a/i/2007/335/2/4/se7en__sloth_by_angelloffyre.jpg</text>
</label>
<suggestion>
<text>The Usual Suspects</text>
</suggestion>
<suggestion>
<text>The Game</text>
</suggestion>
<suggestion correct="true">
<text>Se7en</text>
</suggestion>
<suggestion>
<text>Fight Club</text>
</suggestion>
</film>
<film id="Oscar" onCorrect="__Very nice!__" onWrong="Schindler's List">
<label>
<text>Where is this movie moment from?</text>
</label>
<label>
<text>http://www.jonathanrosenbaum.net/wp-content/uploads/2012/08/schindlerslist-red.gif</text>
</label>
<hint>```Hint: Oscar```</hint>
<answer>Schindler's List</answer>
</film>
<film id="Shining" onCorrect="You are correct, sir" onWrong="Nope. The Shining">
<label>
<text>Guess the movie</text>
</label>
<label>
<text>http://www.joblo.com/newsimages1/overlook-banner-10-7.jpg</text>
</label>
<hint>```Hint: The Overlook hotel```</hint>
<answer>Shining</answer>
</film>
<film id="BladeRunner" onCorrect="Correct!" onWrong="Almost. It was Blade Runner">
<label>
<text>In the futuristic year of 2019, Los Angeles has become a dark and depressing metropolis, filled with urban decay.
</text>
</label>
<label>
<text>http://www.blastr.com/sites/blastr/files/styles/rect_1920x960/public/rachaelbladerunner.jpg</text>
</label>
<hint>Hint: ```I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhauser gate. All those moments will be lost in time... like tears in rain... Time to die.```</hint>
<answer>Blade Runner</answer>
</film>
<film id="Ladder" onCorrect="__Impressive!__" onWrong="Not even close! It's: __Jacob's Ladder__">
<label>
<text>How about this one?</text>
</label>
<label>
<text>http://ilarge.lisimg.com/image/4650024/1118full-jacob%27s-ladder-screenshot.jpg</text>
</label>
<hint>Here's a hint: ```[reading Jacob's palm]``` See. According to this, you're already dead. ```[laughs]```
</hint>
<answer>Jacob's Ladder</answer>
</film>
<film id="American" onCorrect="Impressive" onWrong="Nope. American Beauty">
<label>
<text>Guess the movie</text>
</label>
<label>
<text>https://i.ytimg.com/vi/MUQ5M0BCgQU/hqdefault.jpg</text>
</label>
<hint>```Hint: Lester Burnham```</hint>
<answer>American Beauty</answer>
</film>
<film id="LA" onCorrect="Very nice! I like!" onWrong="Not really. L.A. Confidential">
<label>
<text>As corruption grows in 1950s LA, three policemen - one strait-laced, one brutal, and one sleazy - investigate a series of murders with their own brand of justice.
</text>
</label>
<label>
<text>https://media0.giphy.com/media/AYJuJxrvTCQve/200_s.gif</text>
</label>
<hint>Hint: ```Rolo Tomassi```</hint>
<answer>L.A. LA Confidential</answer>
</film>
<film id="Torino" onCorrect="Impressive!" onWrong="Nope. Gran Torino">
<label>
<text>Get off my lawn!</text>
</label>
<label>
<text>http://blogs.evergreen.edu/kevo/files/2014/01/6a00df35215aa888330111685060af970c-500wi.jpg</text>
</label>
<hint>Hint: ```Disgruntled Korean War veteran Walt Kowalski sets out to reform his neighborhood ...```</hint>
<answer>Gran Torino</answer>
</film>
<film id="Fargo" onCorrect="Correct!" onWrong="That's just wrong. It was Fargo">
<label>
<text>https://karstenkares.files.wordpress.com/2015/09/fargo.jpg</text>
</label>
<hint>Hint: ```Jerry Lundegaard's inept crime falls apart due to his and his henchmen's bungling and the persistent police work of the quite pregnant Marge Gunderson ...```
</hint>
<answer>Fargo</answer>
</film>
<film id="Milos" onCorrect="__Very nice!__" onWrong="Miloš Forman. He got Oscar for: Amadeus">
<label>
<text>Who directed this movie from 1975?</text>
</label>
<label>
<text>http://www.truthaboutnursing.org/images/films/2002-08/nurse_ratched.gif</text>
</label>
<hint>Here's a hint: __One Flew Over the Cuckoo's Nest__</hint>
<answer>Milos Forman</answer>
</film>
</quiz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment