Wednesday, April 4, 2012

How to embed hot potato quiz on blog -by Jeff

  •  Hot Potatoes
    -Create any kind of Hot Potatoes activity.  Jeff's Hot Potatoes Guide The activity can be very simple (i.e. a 3 questions quiz, a gap activity with a few blanks, etc. ).
    - Save it (Save as & Create webpage) in c:\temp and save a copy on your USB drive. Make sure the file name includes your name and class#.
    -  If time permits, try different kinds of  activities
  • (Optional) Post a Hot Potatoes Activity on your  blog.  (details here - Cick 'Questions' above)
    Create a new post on your blog.
    Then paste this code into a blog post (make sure to use  'Edit HTML tab, not Compose tab)
      <iframe src="URL Here" frameborder="0" height="500" width="600" scrolling="auto"></iframe>

4 comments:

  1. How do you get the URL? Where do you host the file? Is there somewhere you can do this for free?

    ReplyDelete
  2. Thanks for this, I was looking for a way to post my exercise to my blog for ages!
    It seems that the feedback (check button) doesn't work though, is it something I have done wrong or is this function disabled when I post the exercises in blogger?
    Once again thanks for the help!

    ReplyDelete
  3. Thank you so much for this! I'd spent ages trying to figure out how to embed Hot Potatoes into Blackboard. It's great having stuff students can interact with rather than just read.

    ReplyDelete
  4. Yes but actually not all exercises work with iframe. When there's calculation implied and you have to show percentage for example. Sometimes if you have an iframe, javascript is not able to work through 2 sites simultaneously so if you have the iframe in www.example.com and you're loading www.otherpage.com with the iframe. The hosting website will not allow you to correctly run the script of the page in the iframe... ( If you try directly ...it works...put the same page in an iframe it won't)

    ReplyDelete