Improvements in activity development tutorial
See original GitHub issueThere are some mistakes in the activity development tutorial:
- In Sugarizer Vue.js activity development tutorial step-5
localize
method for localizing thel10n
object should be called in mounted, not inlocalized
function. Because of this only backdrop is showing for the tutorial tour as no text is passing alsostringAddPawn
is not rendering. As shown:
If I used the same mounted function used in the SugarTutorial.js
component, then it’s working perfectly fine.
- Given,
go-left.svg
is not correct in the Vue.js template. Because of this in tourdiv
it’s not rendering clearly. As shown:
-
In Sugarizer Vanilla Javascript activity development tutorial step-1 the example image contains “locale.ini” file. It’s not there in the empty template provided. So, updating the image would be better for the newbie.
-
There are minor spelling mistakes in some step instructions.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Key Strategies for Effective Tutorials - University of Waterloo
Tutorials should have their own learning goals. Communicate these goals to your students. Focus not on “covering material” but rather encourage active learning ......
Read more >Introduction to activities - Android Developers
This document introduces the concept of activities, and then provides some lightweight guidance about how to work with them. For additional ...
Read more >28 Personal Development Activities to Ace Your Life
Dive into this curated list of 28 approved Personal Development Activities to reach your Life & Career Goals. Start improving TODAY⋆
Read more >DAP: Teaching to Enhance Each Child's Development and ...
Developmentally appropriate teaching practices encompass a wide range of skills and strategies that are adapted to the age, development, ...
Read more >Process Improvement Steps - Planview
Follow these 9 process improvement steps to guide then to success. ... Every business relies on many processes, or a set of activities...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice to hear that you find the problem. It’s a good way to learn.
Thank You @llaske. Yes, it’s helped a lot.