Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Adding a question page.

Adding a question page: Difference between revisions

From MoodleDocs
(Added question type link, noted instruction is for 1.6 & earlier)
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Lessons}}
{{Lessons}}


In Moodle 1.6 or earlier, to add a question to your lesson you need to go to the All-Pages View or Expanded View of your lesson.  Above each existing page you will see a link '''Add a Question Page here.'''  
There are several ways to add a question to a Lesson. This page will show ways of adding a question when in edit mode.
[[Image:Lesson_insert_page_types_circle1.GIF]]   
==Insert question page==
In Moodle 1.7 and later there is now a collapsed view under edit.  Use the Action "Add a page" pulldown to the right and select "Question". 
[[Image:Lesson Tabs Collapsed short-1 7.JPG|thumb|center|500px|Moodle 1.7 Edit in Collapsed]]
 
Or under the Expanded view (previously called "All pages view"), above each existing page you will see a link '''Add a Question Page here,''' similar to below.
[[Image:Lesson_insert_page_types_circle1.GIF|frame|center|Insert page types]]   


This link will insert a question page for you in that spot.  Don't worry you can move it later like any other page.
This link will insert a question page for you in that spot.  Don't worry you can move it later like any other page.


'''Before you type in any information, you should decide about the kind of question which will end your question page.''' The default type is mutiple choice.  You can easily change that to any of the following: True/ False, Short Answer, Numerical, Matching or Essay question. To find out more about question types available in the lesson, [[Lesson#Types_of_questions_available_within_a_lesson|go here in MoodleDocs]] or click on the name of the question (in 1.4) or on the help button near the top of the screen next to "Question Types".
===Importing questions===
[[Image:Question_type_tabs.GIF]]
It is possible to insert one or more questions from a file by using the [[Import questions]] link in the expanded edit tab.  Between each question the teacher will see an "Import questions" link.   See the "Insert page type" image above.


If you decide to choose a multiple choice question, you will need to decide if you want your question to be multianswer as wellIf you decide to choose a Short Answer question, you will have to decide if the answer will be case sensitive or not.
==Select question type==
'''Before you type in any content in a lesson question, you should decide about the [[Lesson question types|type of Lesson question]] you will use.''' The help button near the top of the screen next to "Question Types" can also help with a quick review. The default type is multiple choice but you may easily switch to another type.


TIP: It is a good idea to put the correct answers first in multiple choice. Remember that Lesson will randomize the presentation of the answers.  And that also means "all of the above" won't always work, besides that is really a multi choice question <grin>.   
:'''Tip:''' When you decide to switch question types after placing in content, you will probably lose the content you entered.   


Next, you decide about the name of your page (Page title) and the page contents. Standard practice is to ask your question, so it the last thing entered on the content page.
[[Image:Question_type_tabs.GIF|frame|center|The [[Lesson question types]] tab shows after insert question is selected in Lesson edit view]].
Depending on the question type you chose at the beginning, the layout of the answers and responses will vary.


After writing your answers and responses (if any) to a student's choice, you will have to specify the jumps for each answer. To learn more about jumps click here. In version 1.5.x you can give a score for each answer.
==Elements of question page==
Most lesson question page have the same [[Lesson_question_types#Common_features_of_a_Lesson_Question_page|common formats in the edit mode]]. They have title, content, answers, responses and [[Jumps|jumps]]. Each answer maybe assigned a specific score, depending upon the [[Adding/editing a lesson|lesson settings]] or the simple default method can be used.
 
The content and answer blocks have the [[Page content|HTML toolbar]] available.


Remember to click on '''Add a Question Page''' to save your page.
Remember to click on '''Add a Question Page''' to save your page.


 
==Tips and tricks==
== How to add a picture as an answer ==
=== How to add a picture as an answer ===
Moodle is little quirky ( for programming reasons) in inserting pictures into answers.   
Moodle is little quirky ( for programming reasons) in inserting pictures into answers.   
#Insert your question into the lesson. Remember the page title (important step for bald guys),
#Insert your question into the lesson. Remember the page title (important step for bald guys),
Line 34: Line 42:


There is a help icon which will describe this editing tool.
There is a help icon which will describe this editing tool.
===Adding sound to a question page===
*[[MP3_player#Inserting_sounds_into_questions|Here is the best place to look]] - adding sounds to questions. 
*[[Audio in Moodle]] has an overview and tool recommendations


== See Also ==
== See Also ==
*[[Lesson score]] methods for scoring a lesson
*This MoodleDoc section gives more detail about [https://docs.moodle.org/en/Lesson#Types_of_questions_available_within_a_lesson Types of questions available in a Lesson].
*This MoodleDoc section gives more detail about [https://docs.moodle.org/en/Lesson#Types_of_questions_available_within_a_lesson Types of questions available in a Lesson].
*[[Effective_quiz_practices]] offers some good advice about designing questions and "security and cheating".
*[[Effective_quiz_practices]] offers some good advice about designing questions and "security and cheating".
Line 43: Line 56:
[[Category:Teacher]]
[[Category:Teacher]]
[[Category:Lesson]]
[[Category:Lesson]]
[[de:Frageseite_einf%C3%BCgen]]

Latest revision as of 15:12, 12 July 2009


There are several ways to add a question to a Lesson. This page will show ways of adding a question when in edit mode.

Insert question page

In Moodle 1.7 and later there is now a collapsed view under edit. Use the Action "Add a page" pulldown to the right and select "Question".

Moodle 1.7 Edit in Collapsed

Or under the Expanded view (previously called "All pages view"), above each existing page you will see a link Add a Question Page here, similar to below.

Insert page types

This link will insert a question page for you in that spot. Don't worry you can move it later like any other page.

Importing questions

It is possible to insert one or more questions from a file by using the Import questions link in the expanded edit tab. Between each question the teacher will see an "Import questions" link. See the "Insert page type" image above.

Select question type

Before you type in any content in a lesson question, you should decide about the type of Lesson question you will use. The help button near the top of the screen next to "Question Types" can also help with a quick review. The default type is multiple choice but you may easily switch to another type.

Tip: When you decide to switch question types after placing in content, you will probably lose the content you entered.
The Lesson question types tab shows after insert question is selected in Lesson edit view

.

Elements of question page

Most lesson question page have the same common formats in the edit mode. They have title, content, answers, responses and jumps. Each answer maybe assigned a specific score, depending upon the lesson settings or the simple default method can be used.

The content and answer blocks have the HTML toolbar available.

Remember to click on Add a Question Page to save your page.

Tips and tricks

How to add a picture as an answer

Moodle is little quirky ( for programming reasons) in inserting pictures into answers.

  1. Insert your question into the lesson. Remember the page title (important step for bald guys),
    1. Maybe type in your question,
    2. Save the question with the Add question button at the bottom, then the "continue" link
  2. Find the question you just saved,
    1. Edit the question. Now you will see a place to check "Use Editor" next to each of the answers and responses,
    2. Check off the boxes you want, There is a help icon which will describe this process,
    3. Click on redisplay at the bottom. You should see the html editor tool bar above the responces you checked off,
    4. Insert your picture using the editor,
    5. Save your work by clicking of add question button at bottom.

There is a help icon which will describe this editing tool.

Adding sound to a question page

See Also