Back to Parent

Hosting:

The slideshow website must be hosted on a domain during the actual realization. For the prototype, the website was hosted locally using python:

   1. Use ‘cd <folder path>’ to change to root folder

   2. Host server using the command ‘$ python -m SimpleHTTPServer’

Sending image name to google drive:

To send the name of the currently displayed image, a small hack is required. A google form is created which will accept values of the name of the image and auto submit it to the spreadsheet.

The website updates the name to the form and auto submit by using the URL:

"https://docs.google.com/forms/d/XXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXX/formResponse",{"entry.XXXXXXXXXX":"Day"+day+"Question"+num,"submit":"Submit"

Refer to the Google Drive Spreadsheet and Form section for more details.

Website code:


Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0