The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I...

6
The ultimate quiz

Transcript of The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I...

Page 1: The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.

The ultimate quiz

Page 2: The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.

Objective• Can I improve my quiz program by

adding some new features?

• How do I change the look of my form?• How do I link my code to the button?• How do I write logic in VB to make my quiz work?• How do I use multiple forms in a VB program?• How do I make a button appear after an answer?• How do I make wrong answers disappear?• How do I add a variable to keep a score?

Level 7 (A)

Level 6 (B)

Level 5 (C)

Level 8 (A*)

Page 3: The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.
Page 4: The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.

GurusSkill Who

Creating forms

Designing forms

Getting the code writer open and linking code to your button

Writing code

Creating multiple forms

Images/buttons appear/disappear

?

Page 5: The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.

How are you doing?• Re-visit your objectives• Are you on course?• Use the Red/Amber/Green pages of

your planner to rate • Do you need to adjust your

objectives?• What support do you need?

Page 6: The ultimate quiz. Objective Can I improve my quiz program by adding some new features? How do I change the look of my form? How do I link my code to.

Challenge• If you have finished your objective, try moving on to a

higher-level objective

• If you have finished the high-level objective, then apply some of the skills you have learnt to make your quiz even more sophisticated…

• Think of a way to improve your quiz and then work out how to use the skills you have learnt to make it happen

• A few suggestions: 2 player game, provide clues to questions, click on a picture to answer…

• Write down your idea on the back of your piece of paper• Sketch out or mind map what you will need to do to make this happen

(changes to your form, changes to your code)• See if you can make the changes