| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Required__c</fullName> | 
|     <defaultValue>false</defaultValue> | 
|     <description>Is the question required?</description> | 
|     <externalId>false</externalId> | 
|     <inlineHelpText>Check this box if you want the taker to be required to take the question.</inlineHelpText> | 
|     <label>Required</label> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |