Subversion Repositories wimsdev

Rev

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

Rev 5448 Rev 6132
Line 70... Line 70...
70
\integer{w=\size[1]+10}
70
\integer{w=\size[1]+10}
71
 
71
 
72
\css{<style type="text/css">
72
\css{<style type="text/css">
73
   .question {background-color: #FFFFCC;margin: 2% 2%;padding: 1%;}
73
   .question {background-color: #FFFFCC;margin: 2% 2%;padding: 1%;}
74
   table.tableau {border:solid 1px;
74
   table.tableau {border:solid 1px;
75
    border-collapse:collapse;}
75
    border-collapse:collapse;margin-left:auto;margin-right:auto;}
76
    table.tableau td, th {text-align:center;border:solid 1px;width:55px;}
76
    table.tableau td, th {text-align:center;border:solid 1px;width:55px;}
77
   ol li {list-style: upper-alpha; }
77
   ol li {list-style: upper-alpha; }
78
    table.tableau th { background-color:#CCCFFF;}
78
    table.tableau th { background-color:#CCCFFF;}
79
 </style>}
79
 </style>}
80
\if{\file notsametext}{
80
\if{\file notsametext}{
Line 112... Line 112...
112
\matrix{STEP=\STEP}
112
\matrix{STEP=\STEP}
113
\text{STEP1=wims(replace internal ; by , in \STEP)}
113
\text{STEP1=wims(replace internal ; by , in \STEP)}
114
\text{STEP1=wims(nonempty items \STEP1)}
114
\text{STEP1=wims(nonempty items \STEP1)}
115
\steps{\STEP1}
115
\steps{\STEP1}
116
\statement{<div class="question">\instruction
116
\statement{<div class="question">\instruction
117
<center>
117
 
118
<table class="tableau"><tr><th></th>
118
<table class="tableau"><tr><th></th>
119
\for{k=1 to \attribut_cnt}{<th>\attribut[\k]</th>}
119
\for{k=1 to \attribut_cnt}{<th>\attribut[\k]</th>}
120
<tr>
120
<tr>
121
\for{j=1 to \N}{ 
121
\for{j=1 to \N}{ 
122
  <tr><th>\data[\j;1]</th>
122
  <tr><th>\data[\j;1]</th>
Line 124... Line 124...
124
     <td>\embed{\STEP[\j;\k], \size[1] x \size[2]}</td>
124
     <td>\embed{\STEP[\j;\k], \size[1] x \size[2]}</td>
125
    }
125
    }
126
  </tr>
126
  </tr>
127
}
127
}
128
</table>
128
</table>
129
</center>
129
 
130
</div>
130
</div>
131
}
131
}
132
\answer{}{\Data[1]}{type=clickfill}
132
\answer{}{\Data[1]}{type=clickfill}
133
\answer{}{\Data[2]}{type=clickfill}
133
\answer{}{\Data[2]}{type=clickfill}
134
\answer{}{\Data[3]}{type=clickfill}
134
\answer{}{\Data[3]}{type=clickfill}