Avatar

Avatar
MrsAnderson

Tuesday 6 December 2016

8wbCP2 - Text Adventures



Homestudy:Task 3 Selection in Programming. Due 13th Dec



LO To develop thoughts around progress in order to evaluate your work 

  1. Intro: Disuss possible answers to your evaluation with a partner and make notes on the sheets.
  2. Teach:  Live model on the board, how can we develop evaluative sentences?
  3. Apply: Complete your evaluation
  4. Assess: Ask a partner to give you feedback on whether your answers are developed and your SPag! 
  5. Act on the feedback to improve your answers.

Tidy up: Make sure you have all of the screen shots in of your work.

Extension:  https://codecombat.com/






Tyler, Finn, Ella, Terry, Brad and Aimee - work below:


LO Recognise how a class can be used to create custom objects.

Teachers' Slides - Text Adventures

Animals PY Code:

class Animal(object):
def __init__(self, name, age, isHungry):
self.name = name
self.age = age
self.isHungry = isHungry





No comments:

Post a Comment