This Storyline/JavaScript example is a “profile” QR code generator. You use the sliders to set up your strength/opportunities profile, and then click the create button. The Storyline module will be overwritten by the image of the QR code. Click the image below to try.

qrcode

You can then right-click and save it as an image. The QR code works printed or on the screen or in an email… Any QR code reader (like QRafter on an iPhone) can read your code.

IMG_3338

The information inside is simple text with your profile settings. You can change that to a URL if you like.


IMG_3337

The idea can be used in several different ways:

  • We have a webserver that we send the info. In that case, it’s a weblink that the QR reader automatically goes to and the parameters are the profile settings. The server then takes those and inserts into a database.
  • You may email the information and create an instant tweet.
  • You can play around texting if everyone has a mobile device.

 

It’s using the http://jeromeetienne.github.io/jquery-qrcode/ plugin.

Download the Storyline zip here. Make sure you read the readme.txt file because republishing the Storyline would overwrite some some files.