Index: lams_admin/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -rf0a07161503850e9dcdb4b69b4a37be03744743b -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision f0a07161503850e9dcdb4b69b4a37be03744743b) +++ lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -627,6 +627,9 @@ config.smtp.auth.security =SMTP authentication security config.server.country =Country admin.outcome.title =Outcomes management +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none - #======= End labels: Exported 620 labels for en AU ===== Index: lams_admin/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_admin/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_admin/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_admin/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_admin/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_admin/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_central/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r846f7b4c76f01650ce4a2df946772bafc4228dcf -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 846f7b4c76f01650ce4a2df946772bafc4228dcf) +++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -878,6 +878,10 @@ scale.manage.add.value.info =Enter comma separated values in increasing order of value. For example, an A,B,C,D scale must be entered as D,C,B,A. scale.manage.add.value.error.blank =A value must not be blank scale.manage.add.error =Error while saving an outcome scale +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none #=================== Specific to Team Based Learning (TBL) =========================# authoring.tbl.template.title=Team Based Learning Index: lams_central/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_central/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_central/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_central/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_central/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_central/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_gradebook/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -raf839eeb85f37cf68092401ad23a4613ca7cd001 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_gradebook/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision af839eeb85f37cf68092401ad23a4613ca7cd001) +++ lams_gradebook/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -121,5 +121,8 @@ label.activity.marks.weighted =(Activity Marks Weighted) gradebook.export.max.time.taken.seconds =Maximum time taken (seconds) gradebook.export.min.time.taken.seconds =Minimum time taken (seconds) - +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none #======= End labels: Exported 112 labels for en AU ===== Index: lams_gradebook/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_gradebook/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_gradebook/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_gradebook/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_gradebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_gradebook/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_learning/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r4aa374ab461a88cba0563af0814ec442041a76a0 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_learning/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 4aa374ab461a88cba0563af0814ec442041a76a0) +++ lams_learning/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -186,6 +186,9 @@ audit.activity.started =Learner {0} ({1}) started activity {2} ({3}) audit.activity.stopped =Learner {0} ({1}) stopped activity {2} ({3}) audit.learner.lesson.complete =Learner {0} ({1}) completed lesson {2} ({3}) +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none - #======= End labels: Exported 179 labels for en AU ===== Index: lams_learning/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_learning/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_learning/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_learning/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_learning/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_learning/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_monitoring/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r28360b21c9f90c01d1d615a9c77c5f651e789469 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 28360b21c9f90c01d1d615a9c77c5f651e789469) +++ lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -474,4 +474,8 @@ lesson.end=End: error.lesson.end.date.must.be.after.start.date=Scheduled end date must be after the start date. +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none #======= End labels: Exported 451 labels for en AU ===== Index: lams_monitoring/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_monitoring/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_monitoring/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_monitoring/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_monitoring/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_monitoring/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_tool_assessment/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r6fa531a730e4c685bcec3569ae46c98ea9f51571 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 6fa531a730e4c685bcec3569ae46c98ea9f51571) +++ lams_tool_assessment/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -340,6 +340,9 @@ label.disclose.all.correct.answers =Disclose all correct answers label.disclose.all.groups.answers =Disclose all groups' answers label.prefix.sequential.letters.for.each.answer =Prefix sequential letters for each answer +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none - #======= End labels: Exported 332 labels for en AU ===== Index: lams_tool_assessment/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_tool_assessment/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_tool_assessment/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_tool_assessment/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_tool_assessment/web/pages/authoring/advance.jsp =================================================================== diff -u -r992a44ddcfb288b1170625aa08c3f5acf2a69ae1 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_tool_assessment/web/pages/authoring/advance.jsp (.../advance.jsp) (revision 992a44ddcfb288b1170625aa08c3f5acf2a69ae1) +++ lams_tool_assessment/web/pages/authoring/advance.jsp (.../advance.jsp) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -238,6 +238,8 @@ + +
Index: lams_tool_chat/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -rb036e6dd6d2afe9c0e0b9143c9be3af1d53a1e0e -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_tool_chat/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b036e6dd6d2afe9c0e0b9143c9be3af1d53a1e0e) +++ lams_tool_chat/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -118,6 +118,9 @@ label.activity.completion =End of activity label.notifications =Notifications output.desc.learner.number.of.posts =Number of posts +outcome.authoring.title =Learning outcomes +outcome.authoring.input =Search and select by outcome name or code +outcome.authoring.existing =Added outcomes +outcome.authoring.existing.none =none - #======= End labels: Exported 113 labels for en AU ===== Index: lams_tool_chat/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u --- lams_tool_chat/web/WEB-INF/tags/OutcomeAuthor.tag (revision 0) +++ lams_tool_chat/web/WEB-INF/tags/OutcomeAuthor.tag (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -0,0 +1,155 @@ +<% + /** + * Outcome.tag + * Author: Marcin Cieslak + * Description: Outcome selection in authoring + */ + %> +<%@ tag body-content="scriptless" %> +<%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> +<%@ taglib uri="tags-html" prefix="html" %> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> + + +<%-- Optional attributes. Must provide at either lessonId or toolContentId --%> +<%@ attribute name="lessonId" required="false" rtexprvalue="true" %> +<%@ attribute name="toolContentId" required="false" rtexprvalue="true" %> +<%@ attribute name="itemId" required="false" rtexprvalue="true" %> + +<%-- Support for multiple tags on one page --%> + + +<%-- ---------------------------------------%> + + + + + +
+ + +
+
+ :
+
+
\ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -r60d9a173d5590295376322fc3e857ae2dca37717 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 60d9a173d5590295376322fc3e857ae2dca37717) +++ lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -524,6 +524,10 @@ LeaderDisplay /WEB-INF/tags/LeaderDisplay.tag + + + OutcomeAuthor + /WEB-INF/tags/OutcomeAuthor.tag textarea Index: lams_tool_chat/web/pages/authoring/advanced.jsp =================================================================== diff -u -rc7ba52ee01e6e67a6cd7ccf4d8b24f01203eb3a1 -rb67bc25f161fa3bf350e4c89696c24620674c8ef --- lams_tool_chat/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision c7ba52ee01e6e67a6cd7ccf4d8b24f01203eb3a1) +++ lams_tool_chat/web/pages/authoring/advanced.jsp (.../advanced.jsp) (revision b67bc25f161fa3bf350e4c89696c24620674c8ef) @@ -13,6 +13,8 @@
+ +
+ +