<?xml version="1.0" encoding="UTF-8"?>
<otrunk id="207adc10-a1ec-11de-8a39-0800200c9a66">
  <imports>
    <import class="org.concord.data.state.OTDataChannelDescription" />
    <import class="org.concord.data.state.OTDataStore" />
    <import class="org.concord.data.state.OTDataTable" />
    <import class="org.concord.framework.otrunk.view.OTFrame" />
    <import class="org.concord.framework.otrunk.wrapper.OTObjectSet" />
    <import class="org.concord.otrunk.OTSystem" />
    <import class="org.concord.otrunk.ui.OTText" />
    <import class="org.concord.otrunk.ui.OTLayerContainer" />
    <import class="org.concord.otrunk.ui.OTTextPane" />
    <import class="org.concord.otrunk.ui.OTPlacementContainer" />
    <import class="org.concord.otrunk.ui.OTPlacement" />
    <import class="org.concord.otrunk.ui.OTChoice" />
    <import class="org.concord.otrunk.ui.OTChoiceMultiple" />
    <import class="org.concord.otrunk.ui.question.OTQuestion" />
    <import class="org.concord.otrunk.ui.OTImage" />
    <import class="org.concord.otrunk.ui.OTButton" />
    <import class="org.concord.otrunk.ui.OTLayerContainer" />
    <import class="org.concord.otrunk.ui.swing.OTChoiceViewConfig" />
    <import class="org.concord.otrunk.view.document.OTDocumentViewConfig" />
    <import class="org.concord.otrunk.view.OTViewEntry" />
    <import class="org.concord.otrunk.view.OTViewBundle" />
    <import class="org.concord.otrunk.view.document.OTCompoundDoc" />
    <import class="org.concord.otrunk.view.document.OTTextObject" />
    <import class="org.concord.otrunk.script.OTScriptEngineBundle" />
    <import class="org.concord.otrunk.script.OTScriptEngineEntry" />
    <import class="org.concord.otrunk.script.ui.OTScriptObject" />
    <import class="org.concord.otrunk.script.ui.OTScriptVariable" />
    <import class="org.concord.otrunk.script.js.OTJavascript" />
    <import class="org.concord.otrunkmw.OTModelerPage" />
    <import class="org.concord.otrunk.user.OTWorkgroupMemberChooser" />
  </imports>
  <objects>
    <OTSystem>
      <bundles>
        <OTViewBundle showLeftPanel="false">
          <views>
            <OTViewEntry objectClass="org.concord.otrunk.user.OTWorkgroupMemberChooser" viewClass="org.concord.otrunk.ui.swing.OTWorkgroupMemberChooserView" />
            <OTViewEntry objectClass="org.concord.data.state.OTDataTable" viewClass="org.concord.data.state.OTDataTableView" />
            <OTViewEntry objectClass="org.concord.otrunk.view.document.OTDocument" viewClass="org.concord.otrunk.view.document.OTDocumentView" />
            <OTChoiceViewConfig objectClass="org.concord.otrunk.ui.OTChoice" viewClass="org.concord.otrunk.ui.swing.OTChoiceCheckBoxView" useViewsAsChoices="true" />
            <OTViewEntry objectClass="org.concord.otrunk.ui.OTLayerContainer" viewClass="org.concord.otrunk.ui.swing.OTLayerContainerView" />
            <OTViewEntry objectClass="org.concord.otrunk.ui.OTButton" viewClass="org.concord.otrunk.ui.swing.OTButtonView" />
            <OTViewEntry objectClass="org.concord.otrunk.script.ui.OTScriptObject" viewClass="org.concord.otrunk.script.ui.OTScriptObjectView" />
            <OTViewEntry objectClass="org.concord.otrunkmw.OTModelerPage" viewClass="org.concord.otrunkmw.OTModelerPageView" />
          </views>
          <frame>
            <OTFrame width="800" height="600" />
          </frame>
        </OTViewBundle>
        <OTScriptEngineBundle>
          <engines>
            <OTScriptEngineEntry objectClass="org.concord.otrunk.script.js.OTJavascript" engineClass="org.concord.otrunk.script.js.OTJavascriptEngine" />
          </engines>
        </OTScriptEngineBundle>
      </bundles>
      <root>
        <OTLayerContainer>
          <layers>
            <OTModelerPage local_id="mwpage" authoredDataURL="http://ri-itest.concord.org/SAMActivities/studentAtittudeSurvey/studentAttitudeSurvey_v1/studentAttitudeSurvey.cml">
              <variables />
              <questions>
                <OTQuestion id="6e4a72c3-a1ec-11de-be94-175cdf6830df" name="http://ri-itest.concord.org/SAMActivities/studentAtittudeSurvey/studentAttitudeSurvey_v1/studentAttitudeSurvey.cml">
                  <prompt>
                    <OTText id="6e4b5d24-a1ec-11de-be94-175cdf6830df" text="Please list at least 3 professions or fields that you know of that use computer modeling:" />
                  </prompt>
                  <input>
                    <OTText id="6e4c2075-a1ec-11de-be94-175cdf6830df" text="" />
                  </input>
                </OTQuestion>
                <OTQuestion id="6e4c6e97-a1ec-11de-be94-175cdf6830df" name="likert1">
                  <prompt>
                    <OTText id="6e4c6e98-a1ec-11de-be94-175cdf6830df" text="I'll need a good understanding of science for my future job." />
                  </prompt>
                  <input>
                    <OTChoice id="6e4c6e99-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e4dce2a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e4dce2b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e4dce2c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e4df53d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e4df53e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e4dce2a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e4e1c4f-a1ec-11de-be94-175cdf6830df" name="likert2">
                  <prompt>
                    <OTText id="6e4e1c50-a1ec-11de-be94-175cdf6830df" text="Science makes me think." />
                  </prompt>
                  <input>
                    <OTChoice id="6e4e1c51-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e4e1c52-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e4e1c53-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e4e1c54-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e4e1c55-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e4e1c56-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e4e1c52-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e4e4367-a1ec-11de-be94-175cdf6830df" name="likert3">
                  <prompt>
                    <OTText id="6e4e4368-a1ec-11de-be94-175cdf6830df" text="Most science classes are dull and boring." />
                  </prompt>
                  <input>
                    <OTChoice id="6e4e4369-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e4e6a7a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e4e6a7b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e4e6a7c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e4e6a7d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e4e6a7e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e4e6a7a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e4e918f-a1ec-11de-be94-175cdf6830df" name="likert4">
                  <prompt>
                    <OTText id="6e4e9190-a1ec-11de-be94-175cdf6830df" text="I enjoy learning science." />
                  </prompt>
                  <input>
                    <OTChoice id="6e4e9191-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e4e9192-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e4e9193-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e4e9194-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e4eb8a5-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e4eb8a6-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e4e9192-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e4f7bf7-a1ec-11de-be94-175cdf6830df" name="likert5">
                  <prompt>
                    <OTText id="6e4f7bf8-a1ec-11de-be94-175cdf6830df" text="Science is easy for me to understand." />
                  </prompt>
                  <input>
                    <OTChoice id="6e4fa309-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e4fa30a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e4fa30b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e4fca1c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e4fca1d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e4fca1e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e4fa30a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e4ff12f-a1ec-11de-be94-175cdf6830df" name="likert6">
                  <prompt>
                    <OTText id="6e4ff130-a1ec-11de-be94-175cdf6830df" text="I like learning new technologies." />
                  </prompt>
                  <input>
                    <OTChoice id="6e4ff131-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e4ff132-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e4ff133-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e4ff134-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e4ff135-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e4ff136-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e4ff132-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e501847-a1ec-11de-be94-175cdf6830df" name="likert7">
                  <prompt>
                    <OTText id="6e501848-a1ec-11de-be94-175cdf6830df" text="I enjoy learning when I get to do things." />
                  </prompt>
                  <input>
                    <OTChoice id="6e501849-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e50184a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e50184b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e50184c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e50184d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e503f5e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e50184a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e50b48f-a1ec-11de-be94-175cdf6830df" name="likert8">
                  <prompt>
                    <OTText id="6e50b490-a1ec-11de-be94-175cdf6830df" text="Working with a computer will not help me understand science." />
                  </prompt>
                  <input>
                    <OTChoice id="6e50b491-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e50b492-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e50b493-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e50b494-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e50b495-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e50b496-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e50b492-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e50dba7-a1ec-11de-be94-175cdf6830df" name="likert9">
                  <prompt>
                    <OTText id="6e50dba8-a1ec-11de-be94-175cdf6830df" text="I feel that I’m good at using computers to learn science." />
                  </prompt>
                  <input>
                    <OTChoice id="6e50dba9-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e50dbaa-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e5102bb-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e5102bc-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e5102bd-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e5102be-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e50dbaa-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e5129cf-a1ec-11de-be94-175cdf6830df" name="likert10">
                  <prompt>
                    <OTText id="6e5129d0-a1ec-11de-be94-175cdf6830df" text="Working with computers is fun." />
                  </prompt>
                  <input>
                    <OTChoice id="6e5129d1-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e5129d2-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e5129d3-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e5129d4-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e5129d5-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e5150e6-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e5129d2-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e5177f7-a1ec-11de-be94-175cdf6830df" name="likert11">
                  <prompt>
                    <OTText id="6e5177f8-a1ec-11de-be94-175cdf6830df" text="I like listening to others when trying to decide which problem-solving approach to use." />
                  </prompt>
                  <input>
                    <OTChoice id="6e5177f9-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e519f0a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e519f0b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e519f0c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e519f0d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e519f0e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e519f0a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e51c61f-a1ec-11de-be94-175cdf6830df" name="likert12">
                  <prompt>
                    <OTText id="6e51c620-a1ec-11de-be94-175cdf6830df" text="I am good at supporting conclusions with evidence." />
                  </prompt>
                  <input>
                    <OTChoice id="6e51c621-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e51c622-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e51c623-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e51c624-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e51c625-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e51c626-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e51c622-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e51ec37-a1ec-11de-be94-175cdf6830df" name="likert13">
                  <prompt>
                    <OTText id="6e521348-a1ec-11de-be94-175cdf6830df" text="I often try to explain activities to my teammates or classmates." />
                  </prompt>
                  <input>
                    <OTChoice id="6e521349-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e52134a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e52134b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e52134c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e52134d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e52134e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e52134a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e52616f-a1ec-11de-be94-175cdf6830df" name="likert14">
                  <prompt>
                    <OTText id="6e526170-a1ec-11de-be94-175cdf6830df" text="I like to work with others to complete projects." />
                  </prompt>
                  <input>
                    <OTChoice id="6e526171-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e526172-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e526173-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e526174-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e526175-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e526176-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e526172-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e52d6a7-a1ec-11de-be94-175cdf6830df" name="likert15">
                  <prompt>
                    <OTText id="6e52d6a8-a1ec-11de-be94-175cdf6830df" text="When working in teams, I ask my teammates for help when I run into a problem or don't understand something." />
                  </prompt>
                  <input>
                    <OTChoice id="6e52d6a9-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e52d6aa-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e52d6ab-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e52fdbc-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e52fdbd-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e52fdbe-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e52d6aa-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e5324cf-a1ec-11de-be94-175cdf6830df" name="likert16">
                  <prompt>
                    <OTText id="6e5324d0-a1ec-11de-be94-175cdf6830df" text="If I get lazy or bored during activities, I am likely to quit before I finish what I had planned to do." />
                  </prompt>
                  <input>
                    <OTChoice id="6e5324d1-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e5324d2-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e5324d3-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e5324d4-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e5324d5-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e5324d6-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e5324d2-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e534be7-a1ec-11de-be94-175cdf6830df" name="likert17">
                  <prompt>
                    <OTText id="6e534be8-a1ec-11de-be94-175cdf6830df" text="I work hard on activities even when I don't like what I am doing." />
                  </prompt>
                  <input>
                    <OTChoice id="6e534be9-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e534bea-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e5372fb-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e5372fc-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e5372fd-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e5372fe-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e534bea-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e53c11f-a1ec-11de-be94-175cdf6830df" name="likert18">
                  <prompt>
                    <OTText id="6e53c120-a1ec-11de-be94-175cdf6830df" text="If the science activities get difficult, I will likely give up or do something else." />
                  </prompt>
                  <input>
                    <OTChoice id="6e53c121-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e53c122-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e53c123-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e53c124-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e53e835-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e53e836-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e53c122-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e540f47-a1ec-11de-be94-175cdf6830df" name="likert19">
                  <prompt>
                    <OTText id="6e540f48-a1ec-11de-be94-175cdf6830df" text="Having knowledge about how to use computer models will help me get into college." />
                  </prompt>
                  <input>
                    <OTChoice id="6e540f49-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e540f4a-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e540f4b-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e540f4c-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e540f4d-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e540f4e-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e540f4a-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e54365f-a1ec-11de-be94-175cdf6830df" name="likert20">
                  <prompt>
                    <OTText id="6e543660-a1ec-11de-be94-175cdf6830df" text="What I learn in science class has little to do with my everyday life." />
                  </prompt>
                  <input>
                    <OTChoice id="6e543661-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e543662-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e543663-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e543664-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e54ab95-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e54ab96-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e543662-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e54d2a7-a1ec-11de-be94-175cdf6830df" name="likert21">
                  <prompt>
                    <OTText id="6e54d2a8-a1ec-11de-be94-175cdf6830df" text="I expect that to use what I have learned in science class in my possible future career." />
                  </prompt>
                  <input>
                    <OTChoice id="6e54d2a9-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e54d2aa-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e54d2ab-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e54d2ac-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e54d2ad-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e54f9be-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e54d2aa-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e54f9bf-a1ec-11de-be94-175cdf6830df" name="likert22">
                  <prompt>
                    <OTText id="6e54f9c0-a1ec-11de-be94-175cdf6830df" text="Understanding science means being good at solving math problems." />
                  </prompt>
                  <input>
                    <OTChoice id="6e54f9c1-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e54f9c2-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e5520d3-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e5520d4-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e5520d5-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e5520d6-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e54f9c2-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e5547e7-a1ec-11de-be94-175cdf6830df" name="likert23">
                  <prompt>
                    <OTText id="6e5547e8-a1ec-11de-be94-175cdf6830df" text="A computer is an important tool for learning science concepts." />
                  </prompt>
                  <input>
                    <OTChoice id="6e5547e9-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e5547ea-a1ec-11de-be94-175cdf6830df" text="5" />
                        <OTText id="6e5547eb-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e5547ec-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e5547ed-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e5547ee-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e5547ea-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e556eff-a1ec-11de-be94-175cdf6830df" name="likert24">
                  <prompt>
                    <OTText id="6e556f00-a1ec-11de-be94-175cdf6830df" text="Scientist" />
                  </prompt>
                  <input>
                    <OTChoice id="6e556f01-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e556f02-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e559613-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e559614-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e559615-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e556f02-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e559616-a1ec-11de-be94-175cdf6830df" name="likert25">
                  <prompt>
                    <OTText id="6e559617-a1ec-11de-be94-175cdf6830df" text="Engineer" />
                  </prompt>
                  <input>
                    <OTChoice id="6e55bd28-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e55bd29-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e55bd2a-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e55bd2b-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e55bd2c-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e55bd29-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e55e43d-a1ec-11de-be94-175cdf6830df" name="likert26">
                  <prompt>
                    <OTText id="6e55e43e-a1ec-11de-be94-175cdf6830df" text="Mathematician" />
                  </prompt>
                  <input>
                    <OTChoice id="6e55e43f-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e55e440-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e55e441-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e55e442-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e55e443-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e55e440-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e560b54-a1ec-11de-be94-175cdf6830df" name="likert27">
                  <prompt>
                    <OTText id="6e560b55-a1ec-11de-be94-175cdf6830df" text="Computer Specialist" />
                  </prompt>
                  <input>
                    <OTChoice id="6e560b56-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e560b57-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e560b58-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e563269-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e56326a-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e560b57-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e56597b-a1ec-11de-be94-175cdf6830df" name="likert28">
                  <prompt>
                    <OTText id="6e56597c-a1ec-11de-be94-175cdf6830df" text="Job involving computer modeling" />
                  </prompt>
                  <input>
                    <OTChoice id="6e56597d-a1ec-11de-be94-175cdf6830df" selectionUI="0">
                      <choices>
                        <OTText id="6e56597e-a1ec-11de-be94-175cdf6830df" text="4" />
                        <OTText id="6e56597f-a1ec-11de-be94-175cdf6830df" text="3" />
                        <OTText id="6e565980-a1ec-11de-be94-175cdf6830df" text="2" />
                        <OTText id="6e565981-a1ec-11de-be94-175cdf6830df" text="1" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <object refid="6e56597e-a1ec-11de-be94-175cdf6830df" />
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e568092-a1ec-11de-be94-175cdf6830df" name="likert30">
                  <prompt>
                    <OTText id="6e568093-a1ec-11de-be94-175cdf6830df" text="In what role can you see yourself using computers and technology in the future? (Check ALL that apply.)" />
                  </prompt>
                  <input>
                    <OTChoice id="6e568094-a1ec-11de-be94-175cdf6830df" selectionUI="1">
                      <choices>
                        <OTText id="6e568095-a1ec-11de-be94-175cdf6830df" text="Inventing" />
                        <OTText id="6e568096-a1ec-11de-be94-175cdf6830df" text="Designing" />
                        <OTText id="6e568097-a1ec-11de-be94-175cdf6830df" text="Building or Construting" />
                        <OTText id="6e568098-a1ec-11de-be94-175cdf6830df" text="Programming" />
                        <OTText id="6e568099-a1ec-11de-be94-175cdf6830df" text="Using it as part of a job" />
                        <OTText id="6e56a7aa-a1ec-11de-be94-175cdf6830df" text="Using it for fun" />
                        <OTText id="6e56a7ab-a1ec-11de-be94-175cdf6830df" text="Just knowing how to turn it on and off" />
                        <OTText id="6e56a7ac-a1ec-11de-be94-175cdf6830df" text="I do not care much about using technology" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <OTObjectSet>
                      <objects>
                        <object refid="6e568095-a1ec-11de-be94-175cdf6830df" />
                      </objects>
                    </OTObjectSet>
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e571cde-a1ec-11de-be94-175cdf6830df" name="likert31">
                  <prompt>
                    <OTText id="6e571cdf-a1ec-11de-be94-175cdf6830df" text="Where do you have access to a computer? (Check ALL that apply.)" />
                  </prompt>
                  <input>
                    <OTChoice id="6e571ce0-a1ec-11de-be94-175cdf6830df" selectionUI="1">
                      <choices>
                        <OTText id="6e571ce1-a1ec-11de-be94-175cdf6830df" text="At home" />
                        <OTText id="6e571ce2-a1ec-11de-be94-175cdf6830df" text="At school" />
                        <OTText id="6e571ce3-a1ec-11de-be94-175cdf6830df" text="At the local public library" />
                        <OTText id="6e571ce4-a1ec-11de-be94-175cdf6830df" text="At a friend's house" />
                        <OTText id="6e571ce5-a1ec-11de-be94-175cdf6830df" text="I don't have access to a computer" />
                      </choices>
                    </OTChoice>
                  </input>
                  <correctAnswer>
                    <OTObjectSet>
                      <objects>
                        <object refid="6e571ce1-a1ec-11de-be94-175cdf6830df" />
                      </objects>
                    </OTObjectSet>
                  </correctAnswer>
                </OTQuestion>
                <OTQuestion id="6e5743f7-a1ec-11de-be94-175cdf6830df" name="http://ri-itest.concord.org/SAMActivities/studentAtittudeSurvey/studentAttitudeSurvey_v1/studentAttitudeSurvey.cml">
                  <prompt>
                    <OTText id="6e5743f8-a1ec-11de-be94-175cdf6830df" text="In what classes and activities do you use computers in school?" />
                  </prompt>
                  <input>
                    <OTText id="6e5743f9-a1ec-11de-be94-175cdf6830df" text="" />
                  </input>
                </OTQuestion>
              </questions>
            </OTModelerPage>
            <OTWorkgroupMemberChooser />
          </layers>
        </OTLayerContainer>
      </root>
    </OTSystem>
  </objects>
</otrunk>

