Skip to content

Commit 43921e6

Browse files
committed
Add two more Scratch projects for Experience CS
The Learning Team are planning to do some user testing at the end of this week and they want to use a couple more Scratch projects [1,2]: * Let's Explore Scratch * Transforming Sprites [1]: RaspberryPiFoundation/experience-cs#404 [2]: https://docs.google.com/document/d/1UfUc47WJb-Vo39pnuW2JEpzdc3BQ3kuLfxt_YGUGXlg/edit?tab=t.sspge1h7syn7
1 parent 469626e commit 43921e6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lib/tasks/projects.rake

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ namespace :projects do
3636
project_type: Project::Types::SCRATCH,
3737
name: 'Blank Scratch Starter',
3838
user_id: nil
39+
},
40+
{
41+
identifier: 'lets-explore-scratch',
42+
locale: 'en',
43+
project_type: Project::Types::SCRATCH,
44+
name: "Let's Explore Scratch",
45+
user_id: nil
46+
},
47+
{
48+
identifier: 'transforming-sprites',
49+
locale: 'en',
50+
project_type: Project::Types::SCRATCH,
51+
name: 'Transforming Sprites',
52+
user_id: nil
3953
}
4054
]
4155
projects.each do |attributes|

0 commit comments

Comments
 (0)