r4888 - trunk/lib/style/skins/first

leinfelder at ecoinformatics.org leinfelder at ecoinformatics.org
Wed Apr 1 10:06:33 PDT 2009


Author: leinfelder
Date: 2009-04-01 10:06:33 -0700 (Wed, 01 Apr 2009)
New Revision: 4888

Modified:
   trunk/lib/style/skins/first/search.js
Log:
include prompt for both multiple choice and short answer questions when downloading

Modified: trunk/lib/style/skins/first/search.js
===================================================================
--- trunk/lib/style/skins/first/search.js	2009-04-01 16:08:04 UTC (rev 4887)
+++ trunk/lib/style/skins/first/search.js	2009-04-01 17:06:33 UTC (rev 4888)
@@ -322,7 +322,7 @@
 							+ "<pathexpr label=\"qLabel\">//assessment/section/item/presentation/@label</pathexpr>"
 						+ "</attribute>"
 						+ "<attribute name=\"qPrompt\">"
-							+ "<pathexpr label=\"qPrompt\">//assessment/section/item/presentation/flow/response_lid/render_choice/material/mattext</pathexpr>"
+							+ "<pathexpr label=\"qPrompt\">(//assessment/section/item/presentation/flow/response_lid/render_choice/material/mattext)|(//assessment/section/item/presentation/flow/response_str/material/mattext)</pathexpr>"
 						+ "</attribute>"
 						+ "<attribute name=\"qChoice\">"
 							+ "<pathexpr label=\"qChoice\">//assessment/section/item/presentation/flow/response_lid/render_choice/flow_label/response_label/material/mattext</pathexpr>"



More information about the Metacat-cvs mailing list