﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win mac" title="Creating Your Own Multiple-choice Problems" section="starting">

<span class="win"> 
<p>View a video guide on this topic:</p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/3ofEZUgtypY&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3ofEZUgtypY&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
</span>  
  <p>
      In addition to the vast catalog of problems included in the Acces database modules, you may also create your own
      problems.
    </p>
  <p>
      In this article, you will learn how to create your own multiple-choice problem in Acces4 using <b>Basic View</b>. To learn how to create free-response problems, refer to <a href="createmyownproblem.xml">Creating Your Own Free-Response Problems</a>.
    </p>
  
  <div class="info">
      Before proceeding, make sure you are in Basic View by choosing <span class="menu">View &gt; Basic</span>
      <img class="screenshot-noshadow" src="images/basicview.png"></img>
    </div>
 <span class="win">
 <ol>
      <li>
        <p>
          There are two ways to add a problem to your document:
        </p>
        <ul>
          <li>click the <span class="button">Add New Problem</span> button <img class="icon" src="images/addproblem.png"></img> in the bottom right corner of the Document Window
          </li>
          <li>choose <span class="menu">Insert &gt; New Problem</span> <img class="screenshot-noshadow" src="images/insertnewproblem.png"></img>
          </li>
        </ul>
        <p>
          The Visual Editor will appear with the <span class="option">Problem</span> tab active. <img class="screenshot-noshadow" src="images/editproblem.png"></img>
        </p>
      </li>
      <li>Type the text of your problem. You may use the formatting buttons <img class="icon" src="images/visualformatbuttons.png"></img>to apply format options to your text. <img class="screenshot-noshadow" src="images/editproblem2.png"></img>
        <div class="tip">
          For more information about formatting options, refer to the article <a href="formattext.xml">Changing the Format of Text Using 
		  the Visual Editor (Bold, Underlined, Italicized, etc.)</a>
        </div>
      </li>
      <li>Create a Multiple-Choice Block:
        <ol>
          <li>Press <span class="key">Enter</span> after the problem text to create a new paragraph. Then, choose <span class="option">Multiple-Choice Block</span> from the <span class="option">Lists</span>
          drop-down list <img class="screenshot-noshadow" src="images/editproblemmultiplechoice.png"></img><br></br>
            
          </li>
		  <li>Add the answer choices. Press <span class="key">Enter</span> after each choice to make a new paragraph.
          <p>
              Your answer choices will now be surrounded by a yellow box, signifying that they are a Multiple-Choice
              Block.
            </p><img class="screenshot-noshadow" src="images/editproblemmultiplechoice3.png"></img>
          </li>
          <!--<li>Select the answer choices. <img class="screenshot" src="images/editproblemanswers2.png"></img>
          </li>
          
          <li>Next, click on the correct answer so that the answers are no longer selected. <img class="screenshot" src="images/editproblemmultiplechoice3.png"></img>
          </li>-->
          <li>Finally, right-click on the correct answer and choose <span class="option">Mark Correct Answer</span>.
          <img class="screenshot-noshadow" src="images/editproblemmultiplechoice4.png"></img>
            <p>
              The correct answer will now be highlighted in green.
            </p><img class="screenshot-noshadow" src="images/editproblemmultiplechoice5.png"></img>
          </li>
          <li>Click <span class="button">OK</span> to add your problem to your document.
          </li>
        </ol>
      </li>
    </ol>
	</span>
<span class="mac">
<ol>
	<li>click the <span class="button">Add New Problem</span> button <img class="icon" src="images/addproblem.png"></img> in the bottom right 
		corner of the Document Window and choose either "New problem at end of part" or "New problem at current location."
    </li>
	<li>Right-click (or <span class="key">Cmd</span>-click) the new problem in the document tree and choose <span class="option">Edit</span>.
		<img class="screenshot-noshadow" src="images/mac/createproblemmac1.png"/>
	</li>
	<li>In the editor that appears, enter the text of your new problem. <img class="screenshot-noshadow" src="images/mac/createproblemmac2.png"/>
	</li>
	<li>Use TeX code to create a multiple choice block. The <em>\emcee{}</em> tag surrounds the 
		multiple choice block. Inside the block, the <em>\mc</em> tag indicates an answer choice.
		<img class="screenshot-noshadow" src="images/mac/createproblemmac4.png"/>
	</li>
	<li>To mark the correct answer for your Teacher Key, place an asterisk in front of the correct answer.
		<img class="screenshot-noshadow" src="images/mac/createproblemmac5.png"/>
	</li>
	<li>Click <span class="option">OK</span> to save your changes.<img class="screenshot-noshadow" src="images/mac/createproblemmac6.png"/>
	</li>
		
</ol>
</span>
  <p>
      That's it! You've created your own problem in Acces4.
    </p>
</guide>