﻿<?xml version="1.0" encoding="utf-8"?>
<assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p1  http://www.imsglobal.org/xsd/qti/qtiv2p1/imsqti_v2p1.xsd" identifier="fitb_exercise_20578" title="1372" adaptive="false" timeDependent="false">
  <!--RESPONSE DECLARATIONS-->
  <responseDeclaration identifier="RESPONSE_1" cardinality="single" baseType="string">
    <mapping defaultValue="0.0">
      <mapEntry mapKey="del quale" mappedValue="1.0" caseSensitive="false" />
      <mapEntry mapKey="della quale" mappedValue="0.0" caseSensitive="false" />
      <mapEntry mapKey="dei quali" mappedValue="0.0" caseSensitive="false" />
      <mapEntry mapKey="delle quali" mappedValue="0.0" caseSensitive="false" />
    </mapping>
  </responseDeclaration>
  <responseDeclaration identifier="RESPONSE_2" cardinality="single" baseType="string">
    <mapping defaultValue="0.0">
      <mapEntry mapKey="dei quali" mappedValue="1.0" caseSensitive="false" />
      <mapEntry mapKey="delle quali" mappedValue="0.0" caseSensitive="false" />
      <mapEntry mapKey="del quale" mappedValue="0.0" caseSensitive="false" />
      <mapEntry mapKey="della quale" mappedValue="0.0" caseSensitive="false" />
    </mapping>
  </responseDeclaration>
  <responseDeclaration identifier="RESPONSE_3" cardinality="single" baseType="string">
    <mapping defaultValue="0.0">
      <mapEntry mapKey="dei quali" mappedValue="1.0" caseSensitive="false" />
      <mapEntry mapKey="delle quali" mappedValue="0.0" caseSensitive="false" />
      <mapEntry mapKey="del quale" mappedValue="0.0" caseSensitive="false" />
      <mapEntry mapKey="della quale" mappedValue="0.0" caseSensitive="false" />
    </mapping>
  </responseDeclaration>
  <!--OUTCOME DECLARATIONS-->
  <outcomeDeclaration identifier="NGAPS" cardinality="single" baseType="float">
    <defaultValue>
      <value>3</value>
    </defaultValue>
  </outcomeDeclaration>
  <outcomeDeclaration identifier="RIGHT" cardinality="single" baseType="float" />
  <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float" />
  <outcomeDeclaration identifier="MAXSCORE" cardinality="single" baseType="float">
    <defaultValue>
      <value>1</value>
    </defaultValue>
  </outcomeDeclaration>
  <outcomeDeclaration identifier="FEEDBACK" cardinality="single" baseType="identifier" />
  <!--ITEM BODY-->
  <itemBody>
    <div>
      <p>
        <strong>Completare le frasi "b" usando la forma "del quale / della quale / dei quali / delle quali" mantenendo il significato della frase "a".</strong>
      </p>
    </div>
    <div>
      <p>
        <strong>1a. Célestin Freinet, un maestro elementare, dalla cui attività teorica deriva una delle più vive correnti della pedagogia contemporanea, era nato in Provenza nel 1896.</strong>
      </p>
      <p>
        <strong>1b. Célestin Freinet, un maestro elementare, dall'attività teorica <textEntryInteraction responseIdentifier="RESPONSE_1" expectedLength="9" /> deriva una delle più vive correnti della pedagogia contemporanea, era nato in Provenza nel
1896.</strong>
      </p>
      <p>
        <strong>2a. Il Comitato intergovernativo per la protezione del patrimonio culturale e naturale ha diffuso un elenco dei beni per la cui salvaguardia sono necessari grandi lavori e denaro.</strong>
      </p>
      <p>
        <strong>2b. Il Comitato intergovernativo per la protezione del patrimonio culturale e naturale ha diffuso un elenco dei beni per la salvaguardia <textEntryInteraction responseIdentifier="RESPONSE_2" expectedLength="9" /> sono necessari grandi
lavori e denaro.</strong>
      </p>
      <p>
        <strong>3a. Piovani ha collaborato con molti registi famosi fra cui Bellocchio, Tornatore, Moretti e Fellini, per i cui film ha composto le musiche.</strong>
      </p>
      <p>
        <strong>3b. Piovani ha collaborato con molti registi famosi fra cui Bellocchio, Tornatore, Moretti e Fellini, per i film <textEntryInteraction responseIdentifier="RESPONSE_3" expectedLength="9" /> ha composto le musiche.</strong>
      </p>
    </div>
  </itemBody>
  <!--RESPONSE PROCESSING-->
  <responseProcessing>
    <!-- RESPONSE_1 -->
    <responseCondition>
      <responseIf>
        <not>
          <isNull>
            <variable identifier="RESPONSE_1" />
          </isNull>
        </not>
        <setOutcomeValue identifier="RIGHT">
          <sum>
            <variable identifier="RIGHT" />
            <mapResponse identifier="RESPONSE_1" />
          </sum>
        </setOutcomeValue>
      </responseIf>
    </responseCondition>
    <!-- RESPONSE_2 -->
    <responseCondition>
      <responseIf>
        <not>
          <isNull>
            <variable identifier="RESPONSE_2" />
          </isNull>
        </not>
        <setOutcomeValue identifier="RIGHT">
          <sum>
            <variable identifier="RIGHT" />
            <mapResponse identifier="RESPONSE_2" />
          </sum>
        </setOutcomeValue>
      </responseIf>
    </responseCondition>
    <!-- RESPONSE_3 -->
    <responseCondition>
      <responseIf>
        <not>
          <isNull>
            <variable identifier="RESPONSE_3" />
          </isNull>
        </not>
        <setOutcomeValue identifier="RIGHT">
          <sum>
            <variable identifier="RIGHT" />
            <mapResponse identifier="RESPONSE_3" />
          </sum>
        </setOutcomeValue>
      </responseIf>
    </responseCondition>
    <!-- CALCULATE SCORE -->
    <setOutcomeValue identifier="SCORE">
      <divide>
        <variable identifier="RIGHT" />
        <variable identifier="NGAPS" />
      </divide>
    </setOutcomeValue>
    <!-- FEEDBACK -->
    <responseCondition>
      <responseIf>
        <equal>
          <variable identifier="SCORE" />
          <variable identifier="MAXSCORE" />
        </equal>
        <setOutcomeValue identifier="FEEDBACK">
          <baseValue baseType="identifier">correct</baseValue>
        </setOutcomeValue>
      </responseIf>
      <responseElse>
        <setOutcomeValue identifier="FEEDBACK">
          <baseValue baseType="identifier">incorrect</baseValue>
        </setOutcomeValue>
      </responseElse>
    </responseCondition>
  </responseProcessing>
  <!--MODAL FEEDBACK-->
  <modalFeedback identifier="correct" outcomeIdentifier="FEEDBACK" showHide="show" title="Correct">
    <div>All questions are answered correctly!</div>
  </modalFeedback>
  <modalFeedback identifier="incorrect" outcomeIdentifier="FEEDBACK" showHide="show" title="Incorrect">
    <div>
      <p>Not all questions are answered correctly!!</p>
      <p>Try again.</p>
    </div>
  </modalFeedback>
</assessmentItem>