Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 901 Bytes

tutorial.md

File metadata and controls

23 lines (16 loc) · 901 Bytes

Create your own activity using Vanilla JavaScript

With Sugarizer, it's easy to create your own activity with a bunch of HTML and JavaScript. In the following tutorial, you will learn from scratch how to create a full-featured activity named "Pawn".

So step after step, you will learn:

  • Step 1: Create the activity from a template
  • Step 2: Customize icon and content
  • Step 3: Add a toolbar icon
  • Step 4: Handle journal and datastore
  • Step 5: Localize the activity
  • Step 6: Handle multi-user with presence
  • Step 7: Use journal chooser dialog
  • Step 8: Create your own palette
  • Step 9: Integrate a tutorial

But let's first with the Step 0, set up the development environment.

Go back to technology selection