Revision 5106
Added by ben leinfelder about 15 years ago
lib/style/skins/first/first-assessment-resultset.xsl | ||
---|---|---|
259 | 259 |
|
260 | 260 |
<!-- for downloading data --> |
261 | 261 |
<form action="{$contextURL}/style/skins/first/download.jsp" method="POST" id="assessmentForm" name="assessmentForm" > |
262 |
<input type="hidden" name="qformat" value="first" /> |
|
263 |
<input type="hidden" name="sessionid"> |
|
262 |
<input type="hidden" name="qformat" id="qformat" value="first" />
|
|
263 |
<input type="hidden" name="sessionid" id="sessionid">
|
|
264 | 264 |
<xsl:attribute name="value"> |
265 | 265 |
<xsl:value-of select="$sessid" /> |
266 | 266 |
</xsl:attribute> |
267 | 267 |
</input> |
268 |
<input type="hidden" name="action" value="read" /> |
|
269 |
<input type="hidden" name="dataquery" /> |
|
268 |
<input type="hidden" name="action" id="action" value="read" />
|
|
269 |
<input type="hidden" name="dataquery" id="dataquery" />
|
|
270 | 270 |
<div id="metadataCountDiv" style="display:none;"> |
271 | 271 |
--- Options --- |
272 | 272 |
<br /> |
... | ... | |
289 | 289 |
item metadata fields included |
290 | 290 |
</div> |
291 | 291 |
<div id="transposeDiv" style="display:none;"> |
292 |
<input type="checkbox" name="transpose" value="true" />Transpose Data, include: |
|
292 |
<input type="checkbox" name="transpose" id="transpose" value="true" />Transpose Data, include:
|
|
293 | 293 |
<br /> |
294 | 294 |
<input type="hidden" id="pivotColumns" name="pivotColumns" value="studentid" /> |
295 | 295 |
<input type="checkbox" id="pivotColumns" name="pivotColumns" value="score" checked="checked" />score |
296 | 296 |
<input type="checkbox" id="pivotColumns" name="pivotColumns" value="response" checked="checked" />response |
297 | 297 |
<input type="checkbox" id="pivotColumns" name="pivotColumns" value="responsefile" checked="checked" />response file |
298 | 298 |
</div> |
299 |
<input type="hidden" name="observation" value="3" /> |
|
300 |
<input type="hidden" name="pivot" value="2" /> |
|
301 |
<input type="hidden" name="operation" /> |
|
299 |
<input type="hidden" name="observation" id="observation" value="3" />
|
|
300 |
<input type="hidden" name="pivot" id="pivot" value="2" />
|
|
301 |
<input type="hidden" name="operation" id="operation" />
|
|
302 | 302 |
|
303 | 303 |
<xsl:element name="input"> |
304 | 304 |
<xsl:attribute name="type">hidden</xsl:attribute> |
Also available in: Unified diff
add id attributes for form elements (in case IE6 needed them) but it appears they are not required