GLS is a solution that enables step by step guidance on top of any web interface.
This is a basic GLS uses tooltips from Oracle Guided Learning.
In this project I have build a guided learning front-end engine that will eventually run a guide on google.com.
The script can inject into google using DevTools Console.
- You can go to the next step
->
- You can go to the previous step
<-
- Follows all the 5 steps and presents the current step
1/5, 2/5...
- The tooltip appears in a specific location to it's selector and placement
- Custom tooltip should be shown - 'Google' image, 'Images' link, 'Search' box and 'Google Search' button
- You can close the guide anytime
- Open Google Chrome
- Go to Google
- Open your DevTools Console by pressing
F12
ORctrl+shift+i
ORright-click and 'Inspect'
- Navigate to the Console tab
- Copy ALL player.js code
- Paste player.js in the console and press
Enter
- You will see the GLS in action!