Rev 8512 | Rev 11375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8512 | Rev 11310 | ||
---|---|---|---|
Line 110... | Line 110... | ||
110 | \steps{\STEP1} |
110 | \steps{\STEP1} |
111 | \statement{<div class="question">\instruction |
111 | \statement{<div class="question">\instruction |
112 | 112 | ||
113 | <table class="tableau"><tr><th></th> |
113 | <table class="tableau"><tr><th></th> |
114 | \for{k=1 to \attribut_cnt}{<th>\attribut[\k]</th>} |
114 | \for{k=1 to \attribut_cnt}{<th>\attribut[\k]</th>} |
115 | <tr> |
115 | </tr> |
116 | \for{j=1 to \N}{ |
116 | \for{j=1 to \N}{ |
117 | <tr><th>\data[\j;1]</th> |
117 | <tr><th>\data[\j;1]</th> |
118 | \for{k=1 to \attribut_cnt}{ |
118 | \for{k=1 to \attribut_cnt}{ |
119 | <td>\embed{\STEP[\j;\k], \size[1] x \size[2]}</td> |
119 | <td>\embed{\STEP[\j;\k], \size[1] x \size[2]}</td> |
120 | } |
120 | } |