How to Create a Fill in the Blank Question

Step-by-Step Guide

How to Create a Fill in the Blank Question

  1. On the Control Panel, click Course Tools, and then click TestsSurveysand Pools.
    tests, surveys and pools link
     
  2. Click Tests.
  3. Click the contextual menu on the test you want to edit, and then click Edit.
    edit link
     
  4. Point to Create Question, and then click Fill in the Blank.
    Select a Fill in the Blank question from the list.

     
  5. In the Name box, type a name for your question. (If desired)
  6. In the Question Text area, type your question.
    question title and question text box
     
  7. In the Answer area, type the answer, selecting appropriate number of answers, if applicable.
    You have three options for the answer: 
    1. Choose Contains to allow for abbreviations or partial answers. An answer will be counted correct if it includes the word or words you specify.
    2. Choose Exact Match if you want the students to have to match your answer exactly.
    3. Choose Pattern Match to create a formula for more flexibility.
      The following information is pulled from the Blackboard Learn website, regarding Pattern Match: In a regular expression, most characters in the string match only themselves and are called literals. Some characters have special meaning and are called metacharacters. You can conduct an Internet search on regular expressions for a complete list. Here are a few examples:
      • A dot (.) matches any single character except newline characters.
      • Brackets [ ] match anything inside the square brackets for one character.
      • A dash (-) inside square brackets allows you to define a range. For example, [0123456789] could be rewritten as [0-9].
      • A question mark (?) makes the preceding item in the regular expression optional. For example, Dec(ember)? will match Dec and December.
         
      Simple string examples:
      • b.t - matches with bat, bet, but, bit, b9t because any character can take the place of the dot (.).
      • b[aeui]t matches bat, bet, but, bit.
      • b[a-z]t would accept any three-letter combination that begins with b and ends with t. A number would not be accepted as the second character.
      • [A-Z] matches any uppercase letter.
      • [12] matches the target character to 1 or 2.
      • [0-9] matches the target character to any number in the range 0 to 9.
      When you select Pattern Match for an answer, you can click Check Pattern to open a new window where you test your pattern to be sure it will produce the results you want. After testing and editing the pattern, click Save & Exit to save your modified pattern as the answer.
  8. Add feedback for the answers, if desired.
  9. Add question categories, if desired.
  10. Add instructor’s notes, if desired, and then click Submit.

 


To request help related to this article, please see our Service Catalog.

Details

Article ID: 93733
Created
Wed 12/4/19 10:34 AM
Modified
Thu 9/16/21 12:41 PM