#Chapter 1
#Chapter 2
##Lesson 1
##Lesson 2
##Lesson 3
#Chapter 1
#Chapter 2
##Lesson 1
##Lesson 2
##Lesson 3
#Module 1: Introduction
##Lesson 1: Introduction
#Javascript Objects and Prototypes
##Chapter 1: Creating Javascript Objects
There are 4 ways of creating Javascript objects:
var cat = {
#Setting Up TinCan API with Moodle LMS and Learning Locker LRS
#Part 1: Virtual Container
Before we get our hands dirty with the entire setup, it is necessary to ensure we do not mess with the existing installation. Setting up and configuring a local server is tricky and may sometimes break your existing configuration rendering other programs which rely on it useless. So we will use LXC to create a virtual container, where we will do all good stuff. You can read the official LXC documentation here or a brief introduction about LXC here or get started right away with the commands below.
sudo apt-get install lxc lxd-client
sudo lxc-create -t download -n LMSprototype
##Getting Started
##Tin Can API (aka. Experience API)