﻿<config>
  <configsection name="TreeConfig">
    <item name="AutoExpandLimit">100</item>
    <item name="SearchResultLimit">200</item>
    <item name="DefaultExpandLevel">1</item>
  </configsection>
  <configsection name="PlayerConfig">
    <item name="BaseUrl" string="true"></item>
    <item name="EnableCookies">true</item>
    <item name="EnableShare">true</item>
    <item name="DualMonitorSupport">false</item>
    <item name="DualMonitorFixedSize">false</item>
    <item name="StringInputAutoadvanceEnabled">true</item>
    <item name="StringInputLostFocusAutoadvanceEnabled">true</item>
    <item name="InfoWidth">400</item>
    <item name="InfoHeight">300</item>
    <item name="InfoWidth2">640</item>
    <item name="InfoHeight2">480</item>
    <item name="ShowScoreNeeded">true</item>
    <item name="PreloadScreenEnabled">true</item>
    <item name="HideClickMark">false</item>
    <item name="TrackFeedBack" comment="If TrackFeedBack equals false, the scoring screen will not appear at the end of a topic:">true</item>
    <item name="MouseDelay">100</item>
    <item name="MinMouseDelay">50</item>
    <item name="BullseyeDelay">150</item>
    <item name="InputDelay">200</item>
    <item name="WheelDelay">500</item>
    <item name="PausedDelay">500</item>
    <item name="MouseSteps">30</item>
    <item name="PanSpeed">8</item>
    <item name="AllowRandomAnswersForMatchingQuestions">true</item>
    <item name="ShowFrameID">"Off"</item>
    <item name="HideActionBordersInSeeIt">false</item>
    <item name="BubbleBackgroundColor" publisher="1"></item>
    <item name="LaunchNewPlayerWindow">true</item>
  </configsection>
  <configsection name="LmsConfig">
    <item name="AiccUrlProtocol" string="true" comment="The AICC spec is unclear on what protocol should be used as the default when no protocol specified in the AICC_URL. The following can be configured to enable https configurations. Note that this is ignored if the LMS passes the protocol on the AICC_URL.">http://</item>
    <item name="AiccVersion">3.5</item>
    <item name="AiccAppletPath" string="true" comment="The following can be used to solve cross domain problems encountered in Java when the LMS is on one host and the content on another. Move the file /scripts/GetHTTPPostData.class to a location on the LMS and configure the appletPath to point to the location of this file. Example: var appletPath = 'http://127.0.0.1:81';"></item>
    <item name="DebugMode" comment="The following can be enabled to allow all LMS communication messages to be shown within the page. This can be used for diagnosing LMS -&gt; Content communication problems">false</item>
    <item name="ScormVersion" string="true" comment="Set the SCORM version for adapter searching.">auto</item>
    <item name="ReportOnPass" string="true" comment="These two settings allow you to control what completion/sucess status is reported to the LMS on completion of a graded item (passed/failed/completed/incomplete).">passed</item>
    <item name="ReportOnFail" string="true">failed</item>
  </configsection>
  <configsection name="DoItConfig">
    <item name="DoItFont" comment="Do it font and color">{'font-size': '10pt', 'color': 'white', 'font-weight': 'bold', 'font-family': 'Arial, Helvetica, sans-serif'}</item>
    <item name="DoItHeaderColor" comment="Do it header color">{ 'background-color': '#003366' }</item>
    <item name="DoItActionsLinkColor" string="true" comment="Actions link color">#ccffff</item>
    <item name="DoItActionsColor" comment="Actions dialog background color">{ 'background-color': '#f7f7e7' }</item>
    <item name="DoItActionsBorderColor" comment="Actions dialog border color">{ 'border-color': 'gray' }</item>
    <item name="DoItBackgroundColor" string="true" comment="Forced background color"></item>
    <item name="DoItBorderColor" string="true" comment="Do it border color">black</item>
    <item name="DoItHeaderImage" comment="Do it header image (overrides header color)">{}</item>
    <item name="DoItBackground" comment="Do it background">{}</item>
    <item name="DoItTopicTitleFont" comment="Do it topic title font">{ 'font-family':'Times New Roman,Times,serif', 'font-size':'12pt', 'font-weight':'bold', 'color':'#003366' }</item>
    <item name="TestItStatusFont" comment="Test it status font">{}</item>
  </configsection>
  <configsection name="Debug">
    <item name="EnableShowDiagnostics">false</item>
  </configsection>
</config>