﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win" title="Using Intros With Multiple Problems" section="advanced">
  <p>
      Sometimes you want an element of a problem, such as a table or other information, to apply to more than one problem. However, you 
	  only want the table or statement to appear once for all problems, rather than repeating each time. This is accomplished using
	  an Intro.
    </p>
	<p>
		You will want to use Intros if you plan to reuse the problems that you create in other documents and/or if you plan to provide the
		problems to someone else. If you are creating problems for one-time use, it may be easier to <a href="insertdirections.xml">create your element as a Direction</a>, rather than an Intro.
	</p>
	<p>
		An Intro will not be repeated if two consecutive problems have the same Intro. If your Intros are <u>in any way different from one 
		another</u>, Acces will treat them as different Intros and will display them even if repeated. For this reason, it is recommended that you
		use the Clone Problem method described below to create problems with Intros, although copying and pasting will work also.
	</p><br/>
	<div class="note">This guide assumes that you are familiar with the Visual Editor. If you need information regarding creating or
		editing problems with the Visual Editor, please review <a href="createmyownproblemchoices.xml">Creating Your Own Multiple-choice Problems</a> and <a href="editbasic.xml">Editing a Problem Using the Visual Editor</a> before continuing with this guide.
	</div>
  <ol>
      <li>In the Visual Editor, click the <span class="button">Toggle Intro</span> button on the toolbar.
		<img class="screenshot-noshadow" src="images/toolbar2.png"/>
      </li>
      <li>Inside the blue box that appears, enter the information to include in the Intro. 
      <img class="screenshot-noshadow" src="images/intro.png"></img>
      </li>
      <li>Underneath the blue box, enter the text of the problem.
	  <img class="screenshot-noshadow" src="images/intro2.png"></img>
      </li>
      <li>Click <span class="button">OK</span> to close the editor.
      </li>
	  <li>Click the arrow next to the Blue Plus <img class="icon" src="images/plus" /> at the bottom of the Document Window and choose <span class="option">Clone of this problem</span>. This will create an exact copy of the problem and open the editor.
		<img class="screenshot-noshadow" src="images/clone.png" />
	  </li>
	  <li>Don't change the Intro! Change the problem below the Intro and click <span class="button">OK</span> to close the editor.
		<img class="screenshot-noshadow" src="images/intro3.png"></img>
	  </li>
	  <li>To change the position of your Intros relative to their problems, choose <span class="menu">Format > Inserts</span>
		<img class="screenshot-noshadow" src="images/formatinsertsmenu.png" />
		</li>
		<li>You can set Intros to be at the beginning of or above the problem.
		<img class="screenshot-noshadow" src="images/intro4.png"></img>
		<div class="horizontal">
			<div><img class="screenshot-noshadow" src="images/introbeginning.png" />
				<div class="caption">Intro set to beginning of problem</div>
			</div>
			<div><img class="screenshot-noshadow" src="images/introabove.png" />
				<div class="caption">Intro set to above the problem</div>
			</div>
		</div>
		</li>
	  
    </ol>
</guide>
