Add new course 2 campaign to update script

This commit is contained in:
Matt Lott 2015-10-29 11:26:34 -07:00
parent 1e18c7f131
commit 93c51baea0

View file

@ -21,7 +21,7 @@ var courses =
{
name: "Computer Science 2",
slug: "computer-science-2",
campaignID: ObjectId("55b29efd1cd6abe8ce07db0d"),
campaignID: ObjectId("562f88e84df18473073c74e2"),
concepts: ['basic_syntax', 'arguments', 'while_loops', 'strings', 'variables', 'if_statements'],
description: "Introduce Arguments, Variables, If Statements, and Arithmetic.",
duration: NumberInt(5),