﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win" title="Editing a Problem Using the Visual Editor" section="editing">
  <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><br clear="none"></br>
    </div>
<p>View a video guide on this topic:</p>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/FUwg_EkYulU&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/FUwg_EkYulU&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>
  <ol>
      <li>There are three ways to open the Visual Editor to begin editing the content of a problem:
        <ul>
          <li>
            <p>
              Select a problem from the Document Tree and choose <span class="menu">Edit &gt; Selected Problem</span>.
            </p><img class="screenshot-noshadow" src="images/editselectedproblem.png"></img>
          </li>
          <li>
            <p>
              Right-click on the problem in the Document Tree and choose <span class="menu">Edit</span> from the
              shortcut menu.
            </p><img class="screenshot-noshadow" src="images/editproblemcontextmenu.png"></img>
          </li>
          <li>Select a problem from the Document Tree and use the keyboard shortcut <span class="key">CTRL+E</span>
          </li>
        </ul>
        <div class="info">
          In rare cases, the Advanced Editor may appear when you attempt to edit a problem, even though Basic View is
          selected. This can be caused by the presence of legacy TeX code from older versions of Acces, or by invalid
          TeX code entered by the user. In these cases, use the <a href="editadvanced.xml" shape="rect">Advanced Editor</a> to edit
          the problem.
        </div>
      </li>
      <li>
        <p>
          Once you have the Visual Editor open, you may add, delete, or change the text of the problem and/or answers
          just as you would in a word processor.
        </p>
        <p>
          For example, maybe you want to change the numbers in a math problem to create a different problem that
          assesses the same skill. Simply place the cursor where you want to make the change and begin typing.
        </p>
      </li>
      <li style="list-style: none">
        <div>
          <img class="screenshot" src="images/editproblemcontentbefore.png"></img>
          <div class="caption">
            Before editing
          </div>
        </div>
        <div>
          <img class="screenshot" src="images/editproblemcontentafter1.png"></img>
          <div class="caption">
            After editing
          </div>
        </div>
        <div class="tip">
          You can also use the toolbar to add formatting to your text such as <b>bold</b>, <u>underline</u>, and
          <i>italicize</i>. 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>
    </ol>
  <div class="warning">
      <p>
        After changing the problem, don't forget to mark the correct answer (if it changed as a result of your edit)
        by right-clicking on the answer and choosing <span class="option"> Mark Correct Answer</span>.
      </p>
      <div>
        <img class="screenshot" src="images/editproblemcontentafter2.png"></img>
        <div class="caption">
          Mark the correct answer
        </div>
      </div>
    </div>
  <hr>
  </hr>
</guide>