<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<!-- question: 8382993  -->
  <question type="stack">
    <name>
      <text>Nullstellen (Nachbessern der Frage - nachher)</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p><strong>(a)</strong> Bitte geben Sie die Nullstellen des Polynoms \( p(x)={@px@}\) an.</p>
<p><em>Bitte geben Sie die Antwort als Menge ein, zum Beispiel <code>{1,2,3}</code>.</em></p>
<p>Antwort: [[input:ans1]] [[validation:ans1]]</p>
<p>[[feedback:prt1]]</p>
<hr>
<p><strong>(b)</strong> Bitte geben Sie ein Polynom \(q(x)\) an, das Nullstellen bei \(x_1={@x1@}\) und \(x_2={@x2@}\) hat.</p>
<p>Antwort: \(q(x)=\) [[input:ans2]] [[validation:ans2]]</p>
<p>[[feedback:prt2]]</p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text></text>
    </generalfeedback>
    <defaultgrade>1.0000000</defaultgrade>
    <penalty>0.1000000</penalty>
    <hidden>0</hidden>
    <idnumber></idnumber>
    <stackversion>
      <text>2024012900</text>
    </stackversion>
    <questionvariables>
      <text>/*
Die Aufgabe „Nullstellen (Nachbessern der Frage - nachher)“, Team E-Learning@Hochschule Ruhr West von Jonas Lache ist lizenziert unter einer CC BY-SA 4.0 International Lizenz (https://creativecommons.org/licenses/by-sa/4.0/).
*/

/* Zu (a): */
nst1: rand(6)+1;
nst2: rand_with_prohib(-5,5,[nst1,0]);
px: expand((x-nst1)*(x-nst2));
TAa: set(nst1,nst2);

/* Zu (b): */
x1: rand_with_step(-1,5,1);
x2: nst2: rand_with_prohib(-5,5,[0,nst1,x1]);
TAb: expand((x-x1)*(x-x2));</text>
    </questionvariables>
    <specificfeedback format="html">
      <text></text>
    </specificfeedback>
    <questionnote>
      <text><![CDATA[p(x)={@px@}<br> x1={@x1@}; x_2={@x2@}]]></text>
    </questionnote>
    <questiondescription format="moodle_auto_format">
      <text></text>
    </questiondescription>
    <questionsimplify>1</questionsimplify>
    <assumepositive>0</assumepositive>
    <assumereal>0</assumereal>
    <prtcorrect format="html">
      <text><![CDATA[<p>Richtige Antwort, gut gemacht!</p>]]></text>
    </prtcorrect>
    <prtpartiallycorrect format="html">
      <text><![CDATA[<p>Ihre Antwort ist teilweise korrekt.</p>]]></text>
    </prtpartiallycorrect>
    <prtincorrect format="html">
      <text><![CDATA[<p>Falsche Antwort.</p>]]></text>
    </prtincorrect>
    <decimals>.</decimals>
    <multiplicationsign>dot</multiplicationsign>
    <sqrtsign>1</sqrtsign>
    <complexno>i</complexno>
    <inversetrig>cos-1</inversetrig>
    <logicsymbol>lang</logicsymbol>
    <matrixparens>[</matrixparens>
    <variantsselectionseed></variantsselectionseed>
    <input>
      <name>ans1</name>
      <type>algebraic</type>
      <tans>TAa</tans>
      <boxsize>15</boxsize>
      <strictsyntax>1</strictsyntax>
      <insertstars>0</insertstars>
      <syntaxhint></syntaxhint>
      <syntaxattribute>0</syntaxattribute>
      <forbidwords></forbidwords>
      <allowwords></allowwords>
      <forbidfloat>1</forbidfloat>
      <requirelowestterms>0</requirelowestterms>
      <checkanswertype>1</checkanswertype>
      <mustverify>1</mustverify>
      <showvalidation>1</showvalidation>
      <options></options>
    </input>
    <input>
      <name>ans2</name>
      <type>algebraic</type>
      <tans>TAb</tans>
      <boxsize>15</boxsize>
      <strictsyntax>1</strictsyntax>
      <insertstars>0</insertstars>
      <syntaxhint></syntaxhint>
      <syntaxattribute>0</syntaxattribute>
      <forbidwords></forbidwords>
      <allowwords></allowwords>
      <forbidfloat>1</forbidfloat>
      <requirelowestterms>0</requirelowestterms>
      <checkanswertype>1</checkanswertype>
      <mustverify>1</mustverify>
      <showvalidation>1</showvalidation>
      <options></options>
    </input>
    <prt>
      <name>prt1</name>
      <value>1.0000000</value>
      <autosimplify>1</autosimplify>
      <feedbackstyle>1</feedbackstyle>
      <feedbackvariables>
        <text></text>
      </feedbackvariables>
      <node>
        <name>0</name>
        <description></description>
        <answertest>Sets</answertest>
        <sans>ans1</sans>
        <tans>TAa</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>=</truescoremode>
        <truescore>1</truescore>
        <truepenalty></truepenalty>
        <truenextnode>-1</truenextnode>
        <trueanswernote>prt1-1-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<p>Die Nullstellen des Polynoms \(p\) sind in der Tat {@ans1@}. Man kann diese Aufgabe mithilfe der p-q-Formel lösen.</p>]]></text>
        </truefeedback>
        <falsescoremode>=</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt1-1-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>Tipp: Verwenden Sie die p-q-Formel.</p>]]></text>
        </falsefeedback>
      </node>
    </prt>
    <prt>
      <name>prt2</name>
      <value>1.0000000</value>
      <autosimplify>1</autosimplify>
      <feedbackstyle>1</feedbackstyle>
      <feedbackvariables>
        <text></text>
      </feedbackvariables>
      <node>
        <name>0</name>
        <description>Enthält die Antwort die Variable \(x\)?</description>
        <answertest>AlgEquiv</answertest>
        <sans>member(x,listofvars(ans2))</sans>
        <tans>true</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>=</truescoremode>
        <truescore>0</truescore>
        <truepenalty></truepenalty>
        <truenextnode>1</truenextnode>
        <trueanswernote>prt2-1-T</trueanswernote>
        <truefeedback format="html">
          <text></text>
        </truefeedback>
        <falsescoremode>=</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt2-1-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>Ihre Antwort enthält nicht die Variable \(x\). Bitte geben Sie ein Polynom mit \(x\) als Variablen an.</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>1</name>
        <description>Ist die Antwort ein Polynom nach \(x\)?</description>
        <answertest>AlgEquiv</answertest>
        <sans>polynomialp(ans2,[x])</sans>
        <tans>true</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0</truescore>
        <truepenalty></truepenalty>
        <truenextnode>2</truenextnode>
        <trueanswernote>prt2-2-T</trueanswernote>
        <truefeedback format="html">
          <text></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt2-2-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>Ihre Antwort ist kein Polynom. Bitte geben Sie einen Ausdruck der Form \(a_n x^n+a_{n-1}x^{n-1}+\dots+a_1x+a_0\) (wobei \(a_i\in\mathbb{R}\) und \(i\in\{0,1,\dots,n\}\)).</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>2</name>
        <description>Ist \(x_1\) Nullstelle?</description>
        <answertest>AlgEquiv</answertest>
        <sans>subst(x1,x,ans2)</sans>
        <tans>0</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0.5</truescore>
        <truepenalty></truepenalty>
        <truenextnode>3</truenextnode>
        <trueanswernote>prt2-3-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<p>Prima! \(x_1={@x1@}\) ist eine Nullstelle Ihrer Funktion.</p>]]></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>3</falsenextnode>
        <falseanswernote>prt2-3-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>\(x_1={@x1@}\) ist leider keine Nullstelle Ihrer Funktion. Setzt man {@x1@} in Ihre Funktion ein, kommt \(q(x_1)={@subst(x1,x,ans2)@}\) heraus. Es sollte aber 0 heraus kommen.</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>3</name>
        <description>Ist \(x_2\) Nullstelle?</description>
        <answertest>AlgEquiv</answertest>
        <sans>subst(x2,x,ans2)</sans>
        <tans>0</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0.5</truescore>
        <truepenalty></truepenalty>
        <truenextnode>4</truenextnode>
        <trueanswernote>prt2-4-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<p>Prima! \(x_2={@x2@}\) ist eine Nullstelle Ihrer Funktion.</p>]]></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>4</falsenextnode>
        <falseanswernote>prt2-4-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>\(x_2={@x2@}\) ist leider keine Nullstelle Ihrer Funktion. Setzt man {@x2@} in Ihre Funktion ein, kommt \(q(x_2)={@subst(x2,x,ans2)@}\) heraus. Es sollte aber 0 heraus kommen.</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>4</name>
        <description>Sind beide Nullstellen erfüllt?</description>
        <answertest>AlgEquiv</answertest>
        <sans>[subst(x1,x,ans2),subst(x2,x,ans2)]</sans>
        <tans>[0,0]</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0</truescore>
        <truepenalty></truepenalty>
        <truenextnode>-1</truenextnode>
        <trueanswernote>prt2-5-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<hr>
<p>Ihre Antwort ist somit richtig. Sie können Ihre Funktion in der folgenden Grafik sehen. Die Nullstellen bei \(x_1={@x1@}\) und \(x_2={@x2@}\) sind markiert.</p>
<p>[[jsxgraph]] const board = JXG.JSXGraph.initBoard(divid, { boundingbox: [-6, 5,6, -5], axis: true, showCopyright: false }); const nst1 = {#float(x1)#}; const nst2 = {#float(x2)#}; const f = board.jc.snippet('{#ans2#}', true, 'x', true); const f_graph = board.create('functiongraph', [f]); const nst1_pt = board.create('point', [nst1, f(nst1)],{ color:"green", fixed:true, withLabel:false, highlight:false }); const nst2_pt = board.create('point', [nst2, f(nst2)],{ color:"green", fixed:true, withLabel:false, highlight:false }); [[/jsxgraph]]</p>]]></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt2-5-F</falseanswernote>
        <falsefeedback format="html">
          <text></text>
        </falsefeedback>
      </node>
    </prt>
  </question>

<!-- question: 8382994  -->
  <question type="stack">
    <name>
      <text>Nullstellen (Nachbessern der Frage - vorher)</text>
    </name>
    <questiontext format="html">
      <text><![CDATA[<p><strong>(a)</strong> Bitte geben Sie die Nullstellen des Polynoms \( p(x)={@px@}\) an.</p>
<p><em>Bitte geben Sie die Antwort als Menge ein, zum Beispiel <code>{1,2,3}</code>.</em></p>
<p>Antwort: [[input:ans3]] [[validation:ans3]]</p>
<p>[[feedback:prt2]]</p>
<hr>
<p><strong>(b)</strong> Bitte geben Sie ein Polynom \(q(x)\) an, das Nullstellen bei \(x_1={@x1@}\) und \(x_2={@x2@}\) hat.</p>
<p>Antwort: \(q(x)=\) [[input:ans2]] [[validation:ans2]]</p>
<p>[[feedback:prt1]]</p>]]></text>
    </questiontext>
    <generalfeedback format="html">
      <text></text>
    </generalfeedback>
    <defaultgrade>1.0000000</defaultgrade>
    <penalty>0.1000000</penalty>
    <hidden>0</hidden>
    <idnumber></idnumber>
    <stackversion>
      <text>2024012900</text>
    </stackversion>
    <questionvariables>
      <text>/*
Die Aufgabe „Nullstellen (Nachbessern der Frage - vorher)“, Team E-Learning@Hochschule Ruhr West von Jonas Lache ist lizenziert unter einer CC BY-SA 4.0 International Lizenz (https://creativecommons.org/licenses/by-sa/4.0/).
*/

/* Zu (a): */
nst1: rand(6)+1;
nst2: rand_with_prohib(-5,5,[nst1,0]);
px: expand((x-nst1)*(x-nst2));
TAa: set(nst1,nst2);

/* Zu (b): */
x1: rand_with_step(-1,5,1);
x2: nst2: rand_with_prohib(-5,5,[0,nst1,x1]);
TAb: expand((x-x1)*(x-x2));</text>
    </questionvariables>
    <specificfeedback format="html">
      <text></text>
    </specificfeedback>
    <questionnote>
      <text><![CDATA[p(x)={@px@}<br> x1={@x1@}; x_2={@x2@}]]></text>
    </questionnote>
    <questiondescription format="moodle_auto_format">
      <text></text>
    </questiondescription>
    <questionsimplify>1</questionsimplify>
    <assumepositive>0</assumepositive>
    <assumereal>0</assumereal>
    <prtcorrect format="html">
      <text><![CDATA[<p>Richtige Antwort, gut gemacht!</p>]]></text>
    </prtcorrect>
    <prtpartiallycorrect format="html">
      <text><![CDATA[<p>Ihre Antwort ist teilweise korrekt.</p>]]></text>
    </prtpartiallycorrect>
    <prtincorrect format="html">
      <text><![CDATA[<p>Falsche Antwort.</p>]]></text>
    </prtincorrect>
    <decimals>.</decimals>
    <multiplicationsign>dot</multiplicationsign>
    <sqrtsign>1</sqrtsign>
    <complexno>i</complexno>
    <inversetrig>cos-1</inversetrig>
    <logicsymbol>lang</logicsymbol>
    <matrixparens>[</matrixparens>
    <variantsselectionseed></variantsselectionseed>
    <input>
      <name>ans2</name>
      <type>algebraic</type>
      <tans>TAb</tans>
      <boxsize>15</boxsize>
      <strictsyntax>1</strictsyntax>
      <insertstars>0</insertstars>
      <syntaxhint></syntaxhint>
      <syntaxattribute>0</syntaxattribute>
      <forbidwords></forbidwords>
      <allowwords></allowwords>
      <forbidfloat>1</forbidfloat>
      <requirelowestterms>0</requirelowestterms>
      <checkanswertype>1</checkanswertype>
      <mustverify>1</mustverify>
      <showvalidation>1</showvalidation>
      <options></options>
    </input>
    <input>
      <name>ans3</name>
      <type>algebraic</type>
      <tans>TAa</tans>
      <boxsize>15</boxsize>
      <strictsyntax>1</strictsyntax>
      <insertstars>0</insertstars>
      <syntaxhint></syntaxhint>
      <syntaxattribute>0</syntaxattribute>
      <forbidwords></forbidwords>
      <allowwords></allowwords>
      <forbidfloat>1</forbidfloat>
      <requirelowestterms>0</requirelowestterms>
      <checkanswertype>1</checkanswertype>
      <mustverify>1</mustverify>
      <showvalidation>1</showvalidation>
      <options></options>
    </input>
    <prt>
      <name>prt1</name>
      <value>1.0000000</value>
      <autosimplify>1</autosimplify>
      <feedbackstyle>1</feedbackstyle>
      <feedbackvariables>
        <text></text>
      </feedbackvariables>
      <node>
        <name>0</name>
        <description>Enthält die Antwort die Variable \(x\)?</description>
        <answertest>AlgEquiv</answertest>
        <sans>member(x,listofvars(ans2))</sans>
        <tans>true</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>=</truescoremode>
        <truescore>0</truescore>
        <truepenalty></truepenalty>
        <truenextnode>1</truenextnode>
        <trueanswernote>prt2-1-T</trueanswernote>
        <truefeedback format="html">
          <text></text>
        </truefeedback>
        <falsescoremode>=</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt2-1-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>Ihre Antwort enthält nicht die Variable \(x\). Bitte geben Sie ein Polynom mit \(x\) als Variablen an.</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>1</name>
        <description>Ist die Antwort ein Polynom nach \(x\)?</description>
        <answertest>AlgEquiv</answertest>
        <sans>polynomialp(ans2,[x])</sans>
        <tans>true</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0</truescore>
        <truepenalty></truepenalty>
        <truenextnode>3</truenextnode>
        <trueanswernote>prt2-2-T</trueanswernote>
        <truefeedback format="html">
          <text></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt2-2-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>Ihre Antwort ist kein Polynom. Bitte geben Sie einen Ausdruck der Form \(a_n x^n+a_{n-1}x^{n-1}+\dots+a_1x+a_0\) (wobei \(a_i\in\mathbb{R}\) und \(i\in\{0,1,\dots,n\}\)).</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>2</name>
        <description>Ist \(x_2\) Nullstelle?</description>
        <answertest>AlgEquiv</answertest>
        <sans>subst(x2,x,ans2)</sans>
        <tans>0</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0.5</truescore>
        <truepenalty></truepenalty>
        <truenextnode>5</truenextnode>
        <trueanswernote>prt2-4-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<p>Prima! \(x_2={@x2@}\) ist eine Nullstelle Ihrer Funktion.</p>]]></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>5</falsenextnode>
        <falseanswernote>prt2-4-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>\(x_2={@x2@}\) ist leider keine Nullstelle Ihrer Funktion. Setzt man {@x2@} in Ihre Funktion ein, kommt \(q(x_2)={@subst(x2,x,ans2)@}\) heraus. Es sollte aber 0 heraus kommen.</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>3</name>
        <description>Ist \(x_1\) Nullstelle?</description>
        <answertest>AlgEquiv</answertest>
        <sans>subst(x1,x,ans2)</sans>
        <tans>0</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0.5</truescore>
        <truepenalty></truepenalty>
        <truenextnode>2</truenextnode>
        <trueanswernote>prt2-3-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<p>Prima! \(x_1={@x1@}\) ist eine Nullstelle Ihrer Funktion.</p>]]></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>2</falsenextnode>
        <falseanswernote>prt2-3-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>\(x_1={@x1@}\) ist leider keine Nullstelle Ihrer Funktion. Setzt man {@x1@} in Ihre Funktion ein, kommt \(q(x_1)={@subst(x1,x,ans2)@}\) heraus. Es sollte aber 0 heraus kommen.</p>]]></text>
        </falsefeedback>
      </node>
      <node>
        <name>5</name>
        <description>Sind beide Nullstellen erfüllt?</description>
        <answertest>AlgEquiv</answertest>
        <sans>[subst(x1,x,ans2),subst(x2,x,ans2)]</sans>
        <tans>[0,0]</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>+</truescoremode>
        <truescore>0</truescore>
        <truepenalty></truepenalty>
        <truenextnode>-1</truenextnode>
        <trueanswernote>prt2-6-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<hr>
<p>Ihre Antwort ist somit richtig. Sie können Ihre Funktion in der folgenden Grafik sehen. Die Nullstellen bei \(x_1={@x1@}\) und \(x_2={@x2@}\) sind markiert.</p>
<p>[[jsxgraph]] const board = JXG.JSXGraph.initBoard(divid, { boundingbox: [-6, 5,6, -5], axis: true, showCopyright: false }); const nst1 = {#float(x1)#}; const nst2 = {#float(x2)#}; const f = board.jc.snippet('{#ans2#}', true, 'x', true); const f_graph = board.create('functiongraph', [f]); const nst1_pt = board.create('point', [nst1, f(nst1)],{ color:"green", fixed:true, withLabel:false, highlight:false }); const nst2_pt = board.create('point', [nst2, f(nst2)],{ color:"green", fixed:true, withLabel:false, highlight:false }); [[/jsxgraph]]</p>]]></text>
        </truefeedback>
        <falsescoremode>-</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt2-6-F</falseanswernote>
        <falsefeedback format="html">
          <text></text>
        </falsefeedback>
      </node>
    </prt>
    <prt>
      <name>prt2</name>
      <value>1.0000000</value>
      <autosimplify>1</autosimplify>
      <feedbackstyle>1</feedbackstyle>
      <feedbackvariables>
        <text></text>
      </feedbackvariables>
      <node>
        <name>0</name>
        <description></description>
        <answertest>Sets</answertest>
        <sans>ans3</sans>
        <tans>TAa</tans>
        <testoptions></testoptions>
        <quiet>0</quiet>
        <truescoremode>=</truescoremode>
        <truescore>1</truescore>
        <truepenalty></truepenalty>
        <truenextnode>-1</truenextnode>
        <trueanswernote>prt1-1-T</trueanswernote>
        <truefeedback format="html">
          <text><![CDATA[<p>Die Nullstellen des Polynoms \(p\) sind in der Tat {@ans3@}. Man kann diese Aufgabe mithilfe der p-q-Formel lösen.</p>]]></text>
        </truefeedback>
        <falsescoremode>=</falsescoremode>
        <falsescore>0</falsescore>
        <falsepenalty></falsepenalty>
        <falsenextnode>-1</falsenextnode>
        <falseanswernote>prt1-1-F</falseanswernote>
        <falsefeedback format="html">
          <text><![CDATA[<p>Tipp: Verwenden Sie die p-q-Formel.</p>]]></text>
        </falsefeedback>
      </node>
    </prt>
  </question>

</quiz>