Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The sample XML code below is an example of a supplemental question for the CCCApply application. Supplemental questions are created using XML code and are imported using the Administrator tool. For more information, see:

OpenCCCApply User Guide

 

<SupplementalQuestions xmlns="http://xmlns.cccnext.org/apply"
    CollegeId="999" CollegeName="Your College Name Here"
    EffectiveDate="2011-01-01T12:00:00"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.cccnext.org/apply http://www.opencccapply.net/xsd/ccctypes.xsd">
<Header>
        We would like to gather some
        additional information on your application to college.
</Header>
    <!-- The Section Tag defines a grouping of related fields -->
        <Menu id="1" required="true" default="EN">
            <Label>Please select your primary language:
            </Label>
            <MenuItem value="AF" label="Afrikaans" />
            <MenuItem value="ASL" label="American Sign Language" />
            <MenuItem value="EN" label="English" />
            <MenuItem value="FA" label="Farsi" />
            <MenuItem value="FS" label="Finish" />
            <MenuItem value="FL" label="Flemish" />
            <MenuItem value="FR" label="French" />
            <MenuItem value="OTH" label="Language not in list" />
        </Menu>
    <Section required="true">
        <Header>Prior Education</Header>
        <Menu id="2" required="true" default="">
            <Label>What was your high school GPA?
            </Label>
            <MenuItem value="1" label="1.99 or below (low C or below)" />
            <MenuItem value="2" label="2.00 to 2.49 (C)" />
            <MenuItem value="3" label="2.50 to 2.99 (high C)" />
            <MenuItem value="4" label="3.00 to 3.49 (B)" />
            <MenuItem value="5" label="3.50 and above (high B and above)" />
            <MenuItem value="X" label="Not applicable" />
        </Menu>
        <Text id="2" required="false">
            <Label>Please enter the number of college units you have completed (if you have not attended college, you may skip this question):</Label>
        </Text>
    </Section>
    <Section>
        <Header>Additional citizenship information</Header>
            <CountryList id="1" default="US">
      <Label>If you have an F1 or F2 visa, please select your country of citizenship:
            </Label>
            </CountryList>
</Section>
<Section>
        <Header>This is the header for this section.
        </Header>
        <Menu id="3" required="true" default="">
            <Label>How many individuals are in your household?
            </Label>
      <MenuItem value="1" label="1" />
      <MenuItem value="2" label="2" />
      <MenuItem value="3" label="3" />
      <MenuItem value="4" label="4" />
      <MenuItem value="5" label="5" />
      <MenuItem value="6" label="6" />
      <MenuItem value="7" label="7" />
      <MenuItem value="8" label="8" />
      <MenuItem value="9" label="9" />
      <MenuItem value="10" label="10 or more" />
      <MenuItem value="D" label="Decline to State" />
        </Menu>
    <YesNo id="3">
        <Label>Are you enrolled in adult school?
        </Label>
    </YesNo>
        <YesNo id="4">
        <Label>Are you enrolled in the Workforce Investment Act?
        </Label>
    </YesNo>
</Section>
</SupplementalQuestions>written in XML.

Schema and examples for the types of questions you can create are available in the "Working With Supplemental Questions User Guide" and its associated links.