Skip to content

Commit

Permalink
levelbuilder content changes (-robo-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
deploy-code-org committed Jun 6, 2018
1 parent 4c2a4de commit 8a8e8d7
Show file tree
Hide file tree
Showing 29 changed files with 1,246 additions and 32 deletions.
11 changes: 11 additions & 0 deletions dashboard/config/blocks/GamelabJr/gamelab_hasBehavior.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
function hasBehavior(sprite, behavior) {
var index = findBehavior(
sprite,
normalizeBehavior(behavior)
);
if (index === -1) {
return false;
} else {
return true;
}
}
18 changes: 18 additions & 0 deletions dashboard/config/blocks/GamelabJr/gamelab_hasBehavior.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"category": "Logic",
"config": {
"func": "hasBehavior",
"blockText": "{SPRITE} is currently {BEHAVIOR}",
"args": [
{
"name": "SPRITE",
"type": "Sprite"
},
{
"name": "BEHAVIOR",
"type": "Behavior"
}
],
"returnType": "Boolean"
}
}
2 changes: 1 addition & 1 deletion dashboard/config/courses/csd-2017.course
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"teacher_resources": [
[
"curriculum",
"https://curriculum.code.org/csd/"
"https://curriculum.code.org/csd-1718/"
],
[
"teacherForum",
Expand Down
11 changes: 11 additions & 0 deletions dashboard/config/courses/csd-2018.course
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,16 @@
"csd6-2018"
],
"properties": {
"teacher_resources": [
[
"curriculum",
"https://curriculum.code.org/csd-18/"
],
[
"teacherForum",
"https://forum.code.org/c/csd"
]
],
"has_verified_resources": true
}
}
6 changes: 3 additions & 3 deletions dashboard/config/locales/courses.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ en:
assignment_family_title: Computer Science Discoveries
title: Computer Science Discoveries ('18-'19)
version_title: "'18-'19"
description_short: The 2018-2019 version of the CS Discoveries course.
description_student: ''
description_teacher: ''
description_short: An introductory computer science course that empowers students to create authentic artifacts.
description_student: Computer Science Discoveries (CS Discoveries) is an introductory computer science course that empowers students to create authentic artifacts and engage with computer science as a medium for creativity, communication, problem solving, and fun.
description_teacher: Computer Science Discoveries (CS Discoveries) is an introductory computer science course that empowers students to create authentic artifacts and engage with computer science as a medium for creativity, communication, problem solving, and fun.
csp-2018:
assignment_family_title: Computer Science Principles
title: Computer Science Principles ('18-'19)
Expand Down
16 changes: 14 additions & 2 deletions dashboard/config/locales/scripts.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7720,7 +7720,7 @@ en:
description_student: ''
description_teacher: ''
Conditionals in Bee:
name: Conditionals in Bee
name: If/Else with Bee
Until Loops in Maze:
name: Until Loops in Maze
Programming in Maze:
Expand All @@ -7746,7 +7746,7 @@ en:
Conditionals with Cards:
name: Conditionals with Cards
Conditionals & Loops in Harvester:
name: Conditionals & Loops in Harvester
name: Harvesting with Conditionals
'Functions: Songwriting':
name: Songwriting
Functions in Minecraft:
Expand Down Expand Up @@ -9501,3 +9501,15 @@ en:
name: Loops in Ice Age
'Persistence & Frustration: Stevie and the Big Project':
name: 'Persistence & Frustration: Stevie and the Big Project'
spritelab-validated:
stages:
Fish Tank - Creating Sprites:
name: Fish Tank - Creating Sprites
Alien Dance Party - Input:
name: Alien Dance Party - Input
Virtual Pet - Interactions:
name: Virtual Pet - Interactions
title: ''
description_audience: ''
description_short: ''
description: ''
6 changes: 3 additions & 3 deletions dashboard/config/scripts/csd1-2017.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit1"], ["teacherForum", "https://forum.code.org/c/csd1"], ["vocabulary", "https://curriculum.code.org/csd/unit1/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit1/standards/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"", "details"=>"", "link"=>"", "type"=>"information"}]
new_name "csd1-2017"
family_name "csd1"
script_announcements [{"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name 'csd1-2017'
family_name 'csd1'

stage 'CS Discoveries Pre-survey', lockable: true, flex_category: 'cspSurvey'
assessment 'csd-pre-survey-2017-levelgroup'
Expand Down
1 change: 0 additions & 1 deletion dashboard/config/scripts/csd1-2018.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit1"], ["teacherForum", "https://forum.code.org/c/csd1"], ["vocabulary", "https://curriculum.code.org/csd/unit1/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit1/standards/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}]

stage 'Intro to Problem Solving', flex_category: 'csd1_1'
named_level 'CSD U1L01 TFMD_2018'
Expand Down
6 changes: 3 additions & 3 deletions dashboard/config/scripts/csd2-2017.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit2/"], ["teacherForum", "https://forum.code.org/c/csd2"], ["vocabulary", "https://curriculum.code.org/csd/unit2/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit2/standards/"], ["codeIntroduced", "https://curriculum.code.org/csd/unit2/code/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name "csd2-2017"
family_name "csd2"
script_announcements [{"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name 'csd2-2017'
family_name 'csd2'

stage 'Exploring Websites', flex_category: 'csd2_1'
named_level 'CSD U2 L1 Overview'
Expand Down
1 change: 0 additions & 1 deletion dashboard/config/scripts/csd2-2018.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit2/"], ["teacherForum", "https://forum.code.org/c/csd2"], ["vocabulary", "https://curriculum.code.org/csd/unit2/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit2/standards/"], ["codeIntroduced", "https://curriculum.code.org/csd/unit2/code/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}]

stage 'Exploring Websites', flex_category: 'csd2_1'
named_level 'CSD U2L01 TFMD_2018'
Expand Down
6 changes: 3 additions & 3 deletions dashboard/config/scripts/csd3-2017.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit3/"], ["teacherForum", "https://forum.code.org/c/csd3"], ["vocabulary", "https://curriculum.code.org/csd/unit3/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit3/standards/"], ["codeIntroduced", "https://curriculum.code.org/csd/unit3/code/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name "csd3-2017"
family_name "csd3"
script_announcements [{"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name 'csd3-2017'
family_name 'csd3'

stage 'Programming for Entertainment', flex_category: 'csd3_1'
named_level 'CSD U3 Lesson Overview 1'
Expand Down
1 change: 0 additions & 1 deletion dashboard/config/scripts/csd3-2018.script
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ has_verified_resources true
has_lesson_plan true
project_widget_visible true
project_widget_types ["gamelab", "weblab"]
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}]

stage 'Programming for Entertainment', flex_category: 'csd3_1'
named_level 'CSD U3L01 TFMD_2018'
Expand Down
6 changes: 3 additions & 3 deletions dashboard/config/scripts/csd4-2017.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit4/"], ["teacherForum", "https://forum.code.org/c/csd4"], ["vocabulary", "https://curriculum.code.org/csd/unit4/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit4/standards/"], ["codeIntroduced", "https://curriculum.code.org/csd/unit4/code/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name "csd4-2017"
family_name "csd4"
script_announcements [{"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name 'csd4-2017'
family_name 'csd4'

stage 'Analysis of Design', flex_category: 'csd4_1'
named_level 'CSD U4L01 SFLP'
Expand Down
1 change: 0 additions & 1 deletion dashboard/config/scripts/csd4-2018.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit4/"], ["teacherForum", "https://forum.code.org/c/csd4"], ["vocabulary", "https://curriculum.code.org/csd/unit4/vocab/"], ["standardMappings", "https://curriculum.code.org/csd/unit4/standards/"], ["codeIntroduced", "https://curriculum.code.org/csd/unit4/code/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}]

stage 'Analysis of Design', flex_category: 'csd4_1'
named_level 'CSD U4L01 autoSFLP_2018'
Expand Down
6 changes: 3 additions & 3 deletions dashboard/config/scripts/csd5-2017.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit5/"], ["teacherForum", "https://forum.code.org/c/csd5"], ["vocabulary", "https://curriculum.code.org/csd/unit5/vocab"], ["standardMappings", "https://curriculum.code.org/csd/unit5/standards/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name "csd5-2017"
family_name "csd5"
script_announcements [{"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name 'csd5-2017'
family_name 'csd5'

stage 'Representation Matters', flex_category: 'csd5_1'
named_level 'CSD-U5-SFLP Representation Matters'
Expand Down
1 change: 0 additions & 1 deletion dashboard/config/scripts/csd5-2018.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ student_detail_progress_view true
teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit5/"], ["teacherForum", "https://forum.code.org/c/csd5"], ["vocabulary", "https://curriculum.code.org/csd/unit5/vocab"], ["standardMappings", "https://curriculum.code.org/csd/unit5/standards/"]]
has_verified_resources true
has_lesson_plan true
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}]

stage 'Representation Matters', flex_category: 'csd5_1'
named_level 'CSD U5L01 autoSFLP_2018'
Expand Down
6 changes: 3 additions & 3 deletions dashboard/config/scripts/csd6-2017.script
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ teacher_resources [["lessonPlans", "https://curriculum.code.org/csd/unit6/"], ["
has_verified_resources true
has_lesson_plan true
project_widget_types ["applab"]
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name "csd6-2017"
family_name "csd6"
script_announcements [{"notice"=>"Updates to CS Discoveries are Coming!", "details"=>"We're getting ready to roll out updated curriculum for the '18-'19 school year - check out the details on our teacher blog.", "link"=>"http://teacherblog.code.org/post/174125780419/updates-to-cs-discoveries-are-coming", "type"=>"bullhorn"}]
new_name 'csd6-2017'
family_name 'csd6'

stage 'Innovations in Computing_', flex_category: 'csd6_1'
named_level 'CSD U6L01 TFMD'
Expand Down
1 change: 0 additions & 1 deletion dashboard/config/scripts/csd6-2018.script
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ has_verified_resources true
has_lesson_plan true
project_widget_visible true
project_widget_types ["applab", "gamelab", "weblab"]
script_announcements [{"notice"=>"Know a teacher interested in teaching computer science?", "details"=>"Applications for the 2018 middle and high school Professional Learning program are now open! No computer science experience is necessary.", "link"=>"https://code.org/educate/professional-learning-2018", "type"=>"bullhorn"}, {"notice"=>"This Unit has been Updated!", "details"=>"In response to feedback from our pilot last year, we've recently published significant updates to this unit. To learn more about these updates, click the \"Learn more\" button.", "link"=>"http://forum.code.org/t/updated-unit-6-released/", "type"=>"information"}]

stage 'Innovations in Computing', flex_category: 'csd6_1'
named_level 'CSD U6L01 TFMD_2018'
Expand Down

0 comments on commit 8a8e8d7

Please sign in to comment.