mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-29 23:43:51 -04:00
Add new course 2 campaign to update script
This commit is contained in:
parent
1e18c7f131
commit
93c51baea0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ var courses =
|
||||||
{
|
{
|
||||||
name: "Computer Science 2",
|
name: "Computer Science 2",
|
||||||
slug: "computer-science-2",
|
slug: "computer-science-2",
|
||||||
campaignID: ObjectId("55b29efd1cd6abe8ce07db0d"),
|
campaignID: ObjectId("562f88e84df18473073c74e2"),
|
||||||
concepts: ['basic_syntax', 'arguments', 'while_loops', 'strings', 'variables', 'if_statements'],
|
concepts: ['basic_syntax', 'arguments', 'while_loops', 'strings', 'variables', 'if_statements'],
|
||||||
description: "Introduce Arguments, Variables, If Statements, and Arithmetic.",
|
description: "Introduce Arguments, Variables, If Statements, and Arithmetic.",
|
||||||
duration: NumberInt(5),
|
duration: NumberInt(5),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue