
Using the makers to make multiple choice quizzes
Using the makers as is and at times using a little bit of html code, you can make certain changes in the wording layouts with the makers. The spelling and reading worksheets can be used to make your own multiple choice worksheets with 7-14 questions
http://www.toolsforeducators.com/spelling/
With this maker you can 3 multiple choice options for students to select from. Choose and image and write a word or sentence to describe the object. There are 3 lines you can use, so make the first line a question and then let the students choose between 2 options below.
http://www.toolsforeducators.com/spelli ... se_pic.php
With this one you can write question and then create a new line by adding this <br> and then typing you answers below. Just choose the second image from the maker, leaving the first image blank.
ex.
1. Where is the rabbit?<br>A. under the table B. on the table C. by the table
looks like:
1. Where is the rabbit?
A. under the table B. on the table C. by the table
If you want to space something out more just ad and that will create a space.
Use the code repeatedly, , to get a tab-like indentation or larger space.
ex.
1. Where is the rabbit?<br> A. under the table B. on the table C. by the table
looks like:
1. Where is the rabbit?
_ _ _ A. under the table
_ _ _ B. on the table
_ _ _ C. by the table
Or make each it's own line
ex.
1. Where is the rabbit?<br> A. under the table<br> B. on the table<br> C. by the table
looks like:
1. Where is the rabbit?
_ _ _ A. under the table
_ _ _ B. on the table
_ _ _ C. by the table