﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win mac" title="Editing a Problem Using the Advanced Editor" section="editing advanced">
  <div class="info">
      Before proceeding, make sure you are in Advance View by choosing <span class="menu">View &gt; Advanced</span>.
      <img class="screenshot-noshadow mac" src="images/advancedview.png"></img><br></br>
    </div>
  <ol>
      <li>Select the problem in the Document Tree, then click on the <span class="tab">Edit</span> tab in the Problem
      View. <img class="screenshot-noshadow mac" src="images/edittab.png"></img>
      </li>
      <li>Editing in Advanced View displays the TeX code that determines the formatting of the problem. Even if you are
      not familiar with TeX code, you can still edit the content of the problem. <img class="screenshot-noshadow mac" src="images/editadvanced1.png"></img>
      </li>
      <li>Select the word <em>greatest</em> and change it to <em>least</em>. <img class="screenshot-noshadow mac" src="images/editadvanced2.png"></img>
      </li>
      <li>This also changes the correct answer. In Advanced View, the correct answer is marked with an asterisk (*).
      Mark the new correct answer by deleting the existing asterisk and typing an asterisk next to the new correct
      answer. <img class="screenshot-noshadow mac" src="images/editadvanced3.png"></img>
      </li>
      <li>
        <p>
          If you are familiar with TeX langugage, you can modify the existing TeX code or add your own to change the
          formatting of the problem.
        </p>
      </li>
      <li>To preview your changes, click on the View tab.
      </li>
  </ol>
</guide>
