The Reviewer Information section is unique to a 360 Reviews form. In this section of code, the information shown about each rater is determined. This section is created and modified using <fm-element>. Each individual element defines a piece of information about the person who is rating the subject, such as first name, last name, job code, division, and so on. You can configure this section similarly to the Employee Information section in a performance form. Use the XML example in the figure that appears below as a guide.
Reviewer Information Section
123456789101112131415161718192021222324252627<fm-sect index="2" mgt-only="false" split-cmt="false" cmt-opt="1">
<fm-sect-name><![CDATA[Reviewer Info]]></fm-sect-name>
<fm-sect-config>
<rating-label><![CDATA[Rating]]></rating-label>
<rating-label-others><![CDATA[Rating]]></rating-label-others>
<default-rating><![CDATA[unrated]]></default-rating>
<hidden-strength-threshold>0.0</hidden-strength-threshold>
<blind-spot-threshold>0.0</blind-spot-threshold>
<num-decimal-places>2</num-decimal-places>
<publish-button-label><![CDATA[Publish Content]]></publish-button-label>
</fm-sect-config>
<fm-element index="0" type="3">
<ekey><![CDATA[LASTNAME]]></ekey>
<ename><![CDATA[Last Name]]></ename>
<evalue><![CDATA[]]></evalue>
</fm-element>
<fm-element index="1" type="3">
<ekey><![CDATA[FIRSTNAME]]></ekey>
<ename><![CDATA[First Name]]></ename>
<evalue><![CDATA[]]></evalue>
</fm-element>
<fm-element index="2" type="3">
<ekey><![CDATA[TITLE]]></ekey>
<ename><![CDATA[Title]]></ename>
<evalue><![CDATA[]]></evalue>
</fm-element>
</fm-sect>
Remember to consult the Order of Elements so that the information is placed in the correct area of the XML.