Subversion Repositories wimsdev

Rev

Rev 13477 | Rev 13715 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13477 Rev 13488
Line 93... Line 93...
93
}
93
}
94
\matrix{Texte=\Texte}
94
\matrix{Texte=\Texte}
95
\matrix{Numero=\Numero}
95
\matrix{Numero=\Numero}
96
\text{STEP=wims(makelist r x for x=1 to \N)}
96
\text{STEP=wims(makelist r x for x=1 to \N)}
97
\steps{\STEP}
97
\steps{\STEP}
-
 
98
 
-
 
99
\statement{
98
\statement{\instruction
100
  \instruction
-
 
101
  \if{\N=1}{
99
\if{\N=1}{<div class="emptyline"> </div>
102
    <div class="emptyline"> </div>
100
<div class="wimscenter">\for{j=1 to \cnt}{
103
    <div class="wimscenter">
-
 
104
      \for{j=1 to \cnt}{
101
   \embed{r 1,\j}
105
        \embed{r 1,\j}
-
 
106
      }
102
 }</div>
107
    </div>
103
}{
108
  }{
104
 \for{ss=1 to \N}{<p> \ss : </p>
109
    \for{ss=1 to \N}{
-
 
110
      <p>\ss :</p>
-
 
111
      <div class="wimscenter">
105
 <div class="wimscenter">\for{j=1 to \cnt[\ss]}{
112
        \for{j=1 to \cnt[\ss]}{
106
   \embed{r \ss,\j}
113
          \embed{r \ss,\j}
-
 
114
        }
107
 }</div>
115
      </div>
108
 }
116
    }
109
}
117
  }
110
}
118
}
-
 
119
 
111
\answer{1}{\Numero[1;];\Texte[1;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
120
\answer{1}{\Numero[1;];\Texte[1;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
112
\answer{2}{\Numero[2;];\Texte[2;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
121
\answer{2}{\Numero[2;];\Texte[2;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
113
\answer{3}{\Numero[3;];\Texte[3;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
122
\answer{3}{\Numero[3;];\Texte[3;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
114
\answer{4}{\Numero[4;];\Texte[4;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
123
\answer{4}{\Numero[4;];\Texte[4;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
115
\answer{5}{\Numero[5;];\Texte[5;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
124
\answer{5}{\Numero[5;];\Texte[5;];&nbsp;}{type=flashcard}{option=show noanalyzeprint}
116
 
-