Revision 4796
Added by ben leinfelder almost 16 years ago
lib/style/skins/first/search.js | ||
---|---|---|
408 | 408 |
+"<returnfield>fieldentry</returnfield>" |
409 | 409 |
+"<returnfield>objectives/material/mattext</returnfield>" |
410 | 410 |
//question content |
411 |
+"<returnfield>presentation/flow/material/mattext</returnfield>" |
|
411 |
+"<returnfield>presentation/flow/response_lid/render_choice/material/mattext</returnfield>"
|
|
412 | 412 |
+"<returnfield>response_label/@ident</returnfield>" |
413 | 413 |
+"<returnfield>response_label/material/mattext</returnfield>"; |
414 | 414 |
} |
lib/style/skins/first/first-item-resultset.xsl | ||
---|---|---|
109 | 109 |
</td> |
110 | 110 |
|
111 | 111 |
<td class="text_plain"> |
112 |
<xsl:for-each select="./param[@name='presentation/flow/material/mattext']"> |
|
112 |
<xsl:for-each select="./param[@name='presentation/flow/response_lid/render_choice/material/mattext']">
|
|
113 | 113 |
<xsl:value-of select="."/> |
114 | 114 |
<br/> |
115 | 115 |
</xsl:for-each> |
lib/style/skins/first/first-resultset.xsl | ||
---|---|---|
300 | 300 |
</td> |
301 | 301 |
|
302 | 302 |
<td class="text_plain"> |
303 |
<xsl:value-of select="./param[@name='presentation/flow/material/mattext']"/> |
|
303 |
<xsl:value-of select="./param[@name='presentation/flow/response_lid/render_choice/material/mattext']"/>
|
|
304 | 304 |
|
305 | 305 |
<ul> |
306 | 306 |
<xsl:for-each |
Also available in: Unified diff
use "prompt" xpath that matches current QTI serialization