Scorm (C3 runtime) (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • You can store your data in a C3 JSON object. When you want to save to server, save the string version of the JSON object to a value. When you want to read it back, get the string and use C3 JSON object parse ACE to reload your object.

    Check out the manual or tutorials regarding C3 JSON object.