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.
Friday, 13 December 2013
Wednesday, 11 December 2013
Thursday, 28 November 2013
Tuesday, 16 July 2013
Monday, 8 July 2013
Curriculum changes 'to catch up with world's best' - 8 July 2013
Mr Gove has announced changes to the curriculum for computing
http://www.bbc.co.uk/news/education-23222068
http://www.bbc.co.uk/news/education-23222068
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.")
# 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
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,
Please find the link to the movies on the new VLE below
https://moodle2.wildern.hants.
The new VLE welcome page is:
https://moodle2.wildern.hants.
Our usual school website login should work for it.
Any questions please contact Tim, myself or ask the Lead Practitioners!
Thanks,
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
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:
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 ...
Thursday, 25 April 2013
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
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...
Subscribe to:
Posts (Atom)