PREMIUM LOGIN

ClassTools Premium membership gives access to all templates, no advertisements, personal branding and other benefits!

Username:    
Password:    
Submit Cancel

 

Not a member? JOIN NOW!  

QR Challenge: vb.net

Created using the ClassTools QR Treasure Hunt Generator

Teacher Notes

A. Prior to the lesson:

1. Arrange students into groups. Each group needs at least ONE person who has a mobile device.

2. If their phone camera doesn't automatically detect and decode QR codes, ask students to

3. Print out the QR codes.

4. Cut them out and place them around your class / school.


B. The lesson:

1. Give each group a clipboard and a piece of paper so they can write down the decoded questions and their answers to them.

2. Explain to the students that the codes are hidden around the school. Each team will get ONE point for each question they correctly decode and copy down onto their sheet, and a further TWO points if they can then provide the correct answer and write this down underneath the question.

3. Away they go! The winner is the first team to return with the most correct answers in the time available. This could be within a lesson, or during a lunchbreak, or even over several days!


C. TIPS / OTHER IDEAS

4. A detailed case study in how to set up a successful QR Scavenger Hunt using this tool can be found here.


Questions / Answers (teacher reference)

Question

Answer

1. 1. The Properties window is used to set the properties for the objects on your form. A
2. 2. The Solution Explorer window is used to design a form that makes up your user interface. B
3. 3. You are in run time when you design the user interface. C
4. 4. A form can contain multiple group boxes. D
5. 5. Labels are used primarily for user input. E
6. 6. TextBoxes can only display a single line of text, but RichTextBoxes can display text on multiple lines. F
7. 7. Your project requires the user to choose his or her gender, so you should display the choices, Male and Female, using check boxes. G
8. 8. The user can select multiple radio buttons in the same group. H
9. 9. The default setting for the Checked property of a check box is True. I
10. 10. During design time, you can make a check box appear selected by setting its Checked property to False. J
11. 11. When a check box is checked, the Checked property is set to True. K
12. 12. During run-time, if a radio button is selected, its Checked property is True. L
13. 13. Event is actions usually triggered by the system user. M
14. 14. Property Window display filenames for files that comprises a project. N
15. 15. Property Window is shown along the left edge of the figure in collapsed display. O
16. 16. Text Property used to display text values on a control. P
17. 17. Remarks is line of code shown in green it is non-executable. Q
18. 18. Accessing intellisense feature makes easier for you to type programming statement. R
19. 19. Run time error exception that occurs while running a program. S
20. 20. Arithmetic error program error that causes the display of erroneous output. T
21. 21. If the Text property in a Label object is set to no content, the Label object will not be displayed in the Forms Window during design time. U
22. 22. When the Toolbox is closed, clicking the Toolbox button on the Standard toolbar will open the Toolbox.V
23. 23. The String data type allows only alphabetic characters to be stored in it. W
24. 24. A variable name must not begin with a letter or an underline. X
25. 25. An equal sign in an assignment statement is not required, but good programming practice. Y
26. 26. The Double data type represents numbers so they are exactly and precisely correct. Z
27. 27. The Boolean data type has the range of values of 0 and 1. AA
28. 28. The Byte data type is allocated 1 byte of memory and has a range of values from 0 to 255. BB
29. 29. The Literal variable data type is a variable that can contain values from 0 to 32, 767. CC
30. 30. It is mandatory when using a variable in a program that the variable is defined prior to using that variable name in a statement. DD
31. 31. Hanap p more!!!!. G1
32. 32. Wla ako dito hahahaha…J9

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=1. The-Properties-window-is-used-to-set-the-properties-for-the-objects-on-your-form.

Question 1 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=2. The-Solution-Explorer-window-is-used-to-design-a-form-that-makes-up-your-user-interface.

Question 2 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=3. You-are-in-run-time-when-you-design-the-user-interface.

Question 3 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=4. A-form-can-contain-multiple-group-boxes.

Question 4 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=5. Labels-are-used-primarily-for-user-input.

Question 5 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=6. TextBoxes-can-only-display-a-single-line-of-text,-but-RichTextBoxes-can-display-text-on-multiple-lines.

Question 6 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=7. Your-project-requires-the-user-to-choose-his-or-her-gender,-so-you-should-display-the-choices,-Male-and-Female,-using-check-boxes.

Question 7 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=8. The-user-can-select-multiple-radio-buttons-in-the-same-group.

Question 8 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=9. The-default-setting-for-the-Checked-property-of-a-check-box-is-True.

Question 9 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=10. -During-design-time,-you-can-make-a-check-box-appear-selected-by-setting-its-Checked-property-to-False.

Question 10 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=11. When-a-check-box-is-checked,-the-Checked-property-is-set-to-True.

Question 11 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=12. During-run-time,-if-a-radio-button-is-selected,-its-Checked-property-is-True.

Question 12 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=13. Event--is-actions-usually-triggered-by-the-system-user.

Question 13 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=14. Property-Window-display-filenames-for-files-that-comprises-a-project.

Question 14 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=15. Property-Window-is-shown-along-the-left-edge-of-the-figure-in-collapsed-display.

Question 15 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=16. -Text-Property-used-to-display-text-values-on-a-control.

Question 16 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=17. Remarks-is-line-of-code-shown-in-green-it-is-non-executable.

Question 17 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=18. Accessing-intellisense-feature-makes-easier-for-you-to-type-programming-statement.

Question 18 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=19. Run-time-error-exception-that-occurs-while-running-a-program.

Question 19 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=20. Arithmetic-error-program-error-that-causes-the-display-of-erroneous-output.

Question 20 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=21. If-the-Text-property-in-a-Label-object-is-set-to-no-content,-the-Label-object-will-not-be-displayed-in-the-Forms-Window-during-design-time.

Question 21 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=22. When-the-Toolbox-is-closed,-clicking-the-Toolbox-button-on-the-Standard-toolbar-will-open-the-Toolbox.

Question 22 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=23. The-String-data-type-allows-only-alphabetic-characters-to-be-stored-in-it.

Question 23 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=24. A-variable-name-must-not-begin-with-a-letter-or-an-underline.

Question 24 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=25. An-equal-sign-in-an-assignment-statement-is-not-required,-but-good-programming-practice.

Question 25 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=26. The-Double-data-type-represents-numbers-so-they-are-exactly-and-precisely-correct.

Question 26 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=27. The-Boolean-data-type-has-the-range-of-values-of-0-and-1.

Question 27 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=28. The-Byte-data-type-is-allocated-1-byte-of-memory-and-has-a-range-of-values-from-0-to-255.

Question 28 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=29. The-Literal-variable-data-type-is-a-variable-that-can-contain-values-from-0-to-32,-767.

Question 29 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=30. -It-is-mandatory-when-using-a-variable-in-a-program-that-the-variable-is-defined-prior-to-using-that-variable-name-in-a-statement.

Question 30 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=31. Hanap-p-more!!!!.

Question 31 (of 32)

 



vb.net: QR Challenge

https://www.classtools.net/QR/decode.php?text=32. Wla-ako-dito-hahahaha…

Question 32 (of 32)