Feature Update – *component, .count, .find, .keys, *throwaway, and more!
ComponentThe ability to put things in boxes, and optionally make them pretty and clickable, is now here, thanks to *component: Simple *componentAbove, a *component keyword was added to the first sentence. It’s not clickable, but it’s nice if you want to distinguish some content using a box. The code for adding a simple box around things is: Multiple lines can be indented beneath *component (following the same level of indentation), allowing images, videos, stories, and more to be contained within a single box. You can also have multiple components on a single page. If your an HTML or CSS whiz, *component puts the content inside of an HTML …
tag, making it easy to style it as a group. Clickable *componentTo make a component clickable, add *click Above, users can click the box. If they do, they’ll be asked the two questions in sequence. When they finish answering questions they will return to the same screen that originally contained the *component. The whole page with then have its code rerun once the *click is complete. You could instead redirect users by adding a *goto or *switch keyword as the last part of the *click. If users don’t click the box, that’s okay, they’ll still see the content that follows after *component. Making a *component clickable makes the box border a darker color, as the next image shows. Nested *componentComponents can be placed inside of components. You can use nested *components to allow users to click one of several, optional activities. This is like designing your own custom buttons that look and behave the way you want. Pretty, CSS-decked *component The image at the top was made using the following built-in Bootstrap CSS classes: |
Using Zapier and IFTTT with GuidedTrack’s *serviceThere are two awesome tools we want to highlight that you can use with *service to connect your GuidedTrack program to the APIs of hundreds of other apps and services – Zapier and IFTTT.
For example, you could potentially do the following:
You can also send GuidedTrack variables to a Google spreadsheet, which would mean your sheet would be populated in real time by users taking your program.
There are lots of ways this could be useful, for example:
Get the full lowdown here on connecting Zapier and IFTTT to Google Sheets. |