Category Archives: Computing

J2e on an iPad

Basic instructions on using J2e

10 Things to try

  1. Create a poster using the camera e.g. a wanted poster
  2. Make a personalised jigsaw puzzle using the camera
  3. Produce a communication aid by adding pictures and linking to sound files
  4. Create a portfolio/ learning journal by taking pictures of your work and writing or recording your comments
  5. Create QR codes for a treasure hunt or for information about areas of the school or displays.
  6. Work collaboratively on a document where each group creates one page of a presentation e.g. the makaton sign for key words
  7. Make an interactive Christmas calendar
  8. Create a class blog
  9. Create a branching story
  10.  Create a group website

Croydon Primary ICT Subject Leaders Network Meeting (Spring 2014)

Date: Tuesday 4th March 2014
Venue: Forest Academy, Bridle Road, Croydon, Surrey, CR0 8HQ

Course details
To book your place, go to http://cpd.croydonlwb.org/

If you would like to give a 3 minute or 6 minute presentation during the TeachMeet section then add your name via the form below (or view the form in a new tab if you prefer).

Agenda

09.15 – Arrival and coffee

09.30 – Welcome introduction

09.35 – New LGfL Content – Guest Speaker Bob Usher, LGfL Content Manager

10.10 – Computing – The new PoS – Guest Speaker Miles Berry

10.40 – Break

A carousel of 3 workshop sessions including Programming with an iPad, Demystifying HTML coding, Scratch with real objects

11.00 -11.35 – Workshop session 1

11.40 -12.15 – Workshop session 2

12.20 -12.55 – Workshop session 3

13.00 – Lunch

13.30 – Digital leaders

13.45 – Mobile 1:1 technology – Guest Speaker Miles Berry

2.30 – 2Simple – 2code

3.00 – TeachMeet Style – where participants volunteer  to present, in an informal way, good practice they’ve delivered over the past year, or discuss a product that enhances classroom practice. Presentations are either 3 or 6 minutes short!

Please request a slot via the form below if you wish to share some experience.

3.25 – Upcoming CPD

3.30 – Close

Computing in the national curriculum -A guide for primary teachers

This guide written by Miles Berry, with help from Amanda Jackson, Penny Patterson and Dave Smith of Havering School Improvement Services, has been sent to every primary school and is available online at http://www.naace.co.uk/curriculum/primaryguide.

Screen Shot 2014-01-27 at 16.31.54

It provides a clear overview of the new computing curriculum, explaining in some detail many aspects of the programme of study.  It also gives excellent guidance on planning, resourcing and assessment.  Getting familiar with this document is a great way for all teachers to understand what computing is all about and how to get started.

A copy is also available from the link below in case the NAACE page disappears in the future.

Computing in the national curriculum – A guide for primary teachers

Scratch on iPads?

The web-based version of Scratch2 would be great on an iPad, but unfortunately it uses Flash.  MIT say that they are working on a version for the iPad, but it does not seem imminent.

In the meantime you could use Blockly on the iPad. Blockly is derived from Scratch and runs on the web.  As it uses just  HTML and JavaScript, it works beautifully on an iPad.  It is simpler to use than Scratch and does not include all the Sprites that come with Scratch. There are different subsets of Blockly blocks that you can start with including Puzzle, Maze and Turtle.

A structured programme of tutorials has been created at learn.code.org.  Here you can register and work through the tutorials over time.

Blockly is also a great way of introducing javascript as you can see the javascript code for your program.

To start using Blockly have a go at blockly maze on this page

To learn more have a go at the tutorials