Pages

Friday, 13 December 2013

CW with English - 12/12/13

Worked with English department, showcasing reading strategies.

Synonyms
"a word or phrase that means exactly or nearly the same as another word or phrase in the same language, for example shut is a synonym of close"
Hook - Friends




Identify words students commonly use in their design logs that need to be improved e.g. big - thinking year 9.

Starter activity
Link to Pointless game e.g. students to come up with the best synonym and one that no one else has thought of - Gold for a pointless answer.

Text
Provide a simplified text - students to add description to improve the text - homework?
Next lesson, starter - compare with exemplar or each others.

Banned Vocab
Create a list of banned vocabulary.



Thursday, 4 July 2013

Python - CM Meeting 040713

# Receive and Return
# Demonstrates parameters and return values

def display(message):
    print(message)

def give_me_five():
    five = 5
    return five

def ask_yes_no(question):
    """Ask a yes or no question."""
    response = None
    while response not in ("y", "n"):
        response = input(question).lower()
    return response

# main
display("Here's a message for you.\n")

number = give_me_five()
print("Here's what I got from give_me_five():", number)

answer = ask_yes_no("\nPlease enter 'y' or 'n': ")
print("Thanks for entering:", answer)

input("\n\nPress the enter key to exit.")

Thursday, 27 June 2013

Middle Leaders Development Programme

New VLE - How to

Javi and Richard have made some 'How 2' movies to support with using the new VLE.  New features like creating an image gallery (called the lightbox) and general tips on how to upload with folders etc... to keep your subject areas looking good and easy to use feature on the films.

Please find the link to the movies on the new VLE below
https://moodle2.wildern.hants.sch.uk/course/view.php?id=80

The new VLE welcome page is:
https://moodle2.wildern.hants.sch.uk/

Our usual school website login should work for it.

Any questions please contact Tim, myself or ask the Lead Practitioners!
Thanks,

E-safety



What is Cyberbullying?

Simon's Story

CPD Day - Thursday 27 June

Today we have been looking at our KS3 SOWs and identifying areas that could be refreshed or added to bring them more up to date:
ICT KS3 development

Ideas for future trips have also been looked at today:
ICT & Business Trips ideas

Postcards home - identifying kids to praise!

Kagan

Friday, 21 June 2013

DisrupIT SIG - Storify

Following last night's SIG, I have created a Storify to demonstrate to my General Studies group.  They will use these to show their argument on the story of whether the NHS should charge for smoking, obesity or alcohol related illnesses.

Here's my storify on the Food Labelling story this week:


Tuesday, 21 May 2013

MatthewKnight.co.uk: National Curriculum Update: Computing officially r...

MatthewKnight.co.uk: National Curriculum Update: Computing officially r...: On 3 May 2013 the Secretary of State for Education, Michael Gove, confirmed that, following the recent public consultation on proposals to ...

Monday, 11 February 2013

MatthewKnight.co.uk: ICT The National Curriculum in England Framework...

MatthewKnight.co.uk: ICT The National Curriculum in England Framework...: Computing Purpose of study A high-quality computing education equips pupils to understand and change the world  through computat...

Friday, 11 January 2013

CodeMonster

Teaching code, step by step

Code Monster

MatthewKnight.co.uk: 15 Sites for Learning how to Program or Code

MatthewKnight.co.uk: 15 Sites for Learning how to Program or Code: There is no denying the popularity of computers and technology in schools.  More and more students are integrating technology into their eve...