﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win mac" title="Exporting Metadata" section="sharing">
  <p>
      In this article, you will learn how to use the <span class="option">Export Metadata</span> feature to create a
      CSV file that can be opened with a spreadsheet program. The CSV files will contain any information present about
      the problems used in your document, such as objectives, difficulty, CodePath, and point value, and can be used to
      help create reports.
    </p>
  <ol>
      <li>Choose <span class="menu">File &gt; Export &gt; Metadata</span>.
        <div>
          <img class="screenshot-noshadow mac" src="images/fileexport.png"></img>
        </div>
      </li>
      <li>Select the folder where you want to save the CSV file, give it a name, and click <span class="button">Save</span>.
        <div>
          <img class="screenshot mac" src="images/exportmetadata.png"></img>
        </div>
      </li>
    </ol>
  <p>
      You can now open the CSV file with a spreadsheet program for metadata analysis or for importing into other
      applications.
    </p>
  <div class="tip">
      When opening the CSV file, make sure to specify "Comma" as the separator/delimiter.
    </div>
  <div>
      <img class="screenshot" src="images/exportmetadataexcel.png"></img>
      <div class="caption">
        Metadata imported into a spreadsheet application
      </div>
    </div>
</guide>
