12
Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications rt Workman hern Connecticut State University [email protected]

Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University [email protected]

Embed Size (px)

Citation preview

Page 1: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications

Robert WorkmanSouthern Connecticut State [email protected]

Page 2: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

<iframe>Iframe allows HTML documents to be embedded inside of another HTML document. For example Google Docs, Video, Maps and Forms may be embedded in a single document. The form questions may relate to the contents of the document, video, or map.

<iframe src="https://docs.google.com/forms/d/1z4KEvk2pGsCvO1lqxAT0jKqjOceYV4dAvQtYlZlajdc/viewform?embedded=true" width="800" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading... </iframe>

Page 3: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Google Forms – Questions and Answers

http://mo113.com/art2.html

Page 4: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Any web site

<iframe width="560" height="315" src="//www.ibm.com"></iframe>

Page 5: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

youTube

<iframe width="560" height="315" src="//www.youtube.com/embed/YdoR156Ba1Q"></iframe>

Page 6: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Google Docs

Page 7: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Google MapsInstructions http://webdesign.tutsplus.com/tutorials/quick-tip-embedding-new-google-maps--webdesign-15366

Open Google Maps - https://mapsengine.google.com/map/

Page 8: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Google Forms

Page 9: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Notepad++

Page 10: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

HTML Code

http://mo113.com/art2.html Link to the program on the web

Page 11: Google Docs, Forms and Video Mashup Using HTML5 for Assessment Applications Robert Workman Southern Connecticut State University workmanr1@southernct.edu

Spreadsheet Showing Responses