From 2ea49207f496914332924077f8a36b05216bd6d1 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
+
+title
+
+question.count
+
+response.user.label
+
+response.count.label
+
+response.percent.label
+
+response_loop
+
+
+
+response.user.name
+
+response.count.correct
+
+response.percent
+
+
+
+title
+
+delete.url
+
+delete.label
+
+start.date.label
+
+start.date.epoch
+
+start.date.human
+
+start.time.human
+
+end.date.label
+
+
+end.date.epoch
+
+end.date.human
+
+end.time.human
+
+duration.label
+
+duration.minutes
+
+duration.minutes.label
+
+
+duration.seconds
+
+duration.seconds.label
+
+
+answer.label
+
+
+response.label
+
+comment.label
+
+question_loop
+
+
+
+question.id
+
+question.isRadioList
+
+question.response
+
+question.comment
+
+question.isCorrect
+
+
+question.answer
+
+
+
+
+title
+
+answer.label
+
+response.count.label
+
+response.percent.label
+
+show.responses.label
+
+show.comments.label
+
+question_loop
+
+
+
+question.id
+
+question.isRadioList
+
+question.response.total
+
+question.allowComment
+
+answer_loop
+
+
+answer
+
+answer.response.count
+
+answer.response.percent
+
+
+comment_loop
+
+
+
+
+
-
-title
-
-delete.url
-
-delete.label
-
-start.date.label
-
-start.date.epoch
-
-start.date.human
-
-start.time.human
-
-end.date.label
-
-
-end.date.epoch
-
-end.date.human
-
-end.time.human
-
-duration.label
-
-duration.minutes
-
-duration.minutes.label
-
-
-duration.seconds
-
-duration.seconds.label
-
-
-answer.label
-
-
-response.label
-
-comment.label
-
-question_loop
-
-
-
-question.id
-
-question.isRadioList
-
-question.response
-
-question.comment
-
-question.isCorrect
-
-
-question.answer
-
-
-
@@ -1448,11 +1324,6 @@ How should this user be notified when they get a new WebGUI message?
lastUpdated => 1031514049
},
- '1089' => {
- message => q|Survey Response Template|,
- lastUpdated => 1078515839
- },
-
'558' => {
message => q|Edit User's Karma|,
lastUpdated => 1031514049
@@ -2430,11 +2301,6 @@ will be modified to make it unique.|,
lastUpdated => 1052850265
},
- '1087' => {
- message => q|Gradebook Report Template|,
- lastUpdated => 1078513217
- },
-
'810' => {
message => q|send|,
lastUpdated => 1037579743
@@ -2880,59 +2746,6 @@ One package that many people create is a Page/Article package. It is often the c
lastUpdated => 1031514049
},
- '1088' => {
- message => q|The following template variables are available in the survey's gradebook report:
-
-
-title
-
-question.count
-
-response.user.label
-
-response.count.label
-
-response.percent.label
-
-response_loop
-
-
-
-response.user.name
-
-response.count.correct
-
-response.percent
-
-
-
-
-
-
-title
-
-answer.label
-
-response.count.label
-
-response.percent.label
-
-show.responses.label
-
-show.comments.label
-
-question_loop
-
-
-
-question.id
-
-question.isRadioList
-
-question.response.total
-
-question.allowComment
-
-answer_loop
-
-
-answer
-
-answer.response.count
-
-answer.response.percent
-
-
-comment_loop
-
-
-
-
-
+The default title of the report.
+
+The number of questions in the survey.
+
+The default label for response.user.name.
+
+The default label for response.count.correct.
+
+The default label for response.percent.
+
+A loop containing a list of responses.
+
+
+response.url
|,
+ lastUpdated => 1078513217
+ },
+
+ '1089' => {
+ message => q|Survey Response Template|,
+ lastUpdated => 1078515839
+ },
+
+ '1090' => {
+ message => q|The following are the variables available to display the individual response.
+
+The URL to view this response.
+
+The username of the user that gave this response.
+
+The total number of questions that this user got correct.
+
+The percentage of correct questions.
+
+The default title for this report.
+
+The URL to delete this response.
+
+The default label for delete.url.
+
+The default label for start.date.human.
+
+The epoch representation of when the user started the survey response.
+
+The human representation of the date when the user started the response.
+
+The human representation of the time when the user started the response.
+
+The default label for end.date.human.
+
+The epoch representation of the date when the user completed this response.
+
+The human representation of the date when the user completed this response.
+
+The human representation of the time when the user completed this response.
+
+The default label for the duration.
+
+The number of minutes it took to complete the survey.
+
+A label for "minutes".
+
+The remainder seconds the duration.minutes calculations.
+
+A label for "seconds".
+
+The default label for question.answer.
+
+The default label for question.label.
+
+The default label for question.comment.
+
+A loop that includes the list of questions in this response.
+
+
+question
|,
+ lastUpdated => 1078515839
+ },
+
+ '1091' => {
+ message => q|Statistical Overview Report Template|,
+ lastUpdated => 1078517114
+ },
+
+ '1092' => {
+ message => q|The following are the variables available in this template:
+
+The question itself.
+
+The unique identifier for this question.
+
+A boolean indicating whether this question's answers are a radio list.
+
+The user's response to this question.
+
+The user's comment on this question (if any).
+
+A boolean indicating whether the user got this question correct.
+
+The correct answer for this question.
+
+The default title for this report.
+
+The default label for answer_loop.
+
+The default label for response.count.
+
+The default label for response.percent.
+
+The default label that will display responses.
+
+The default label that will display comments.
+
+A loop containing questions.
+
+
+question
|,
+ lastUpdated => 1078517114
+ },
+
+
};
1;
diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm
index 8f3d5fb2a..d37ca2da0 100644
--- a/lib/WebGUI/i18n/English/WebGUI.pm
+++ b/lib/WebGUI/i18n/English/WebGUI.pm
@@ -536,130 +536,6 @@ Select a file from your hard drive to upload.
lastUpdated => 1056151382
},
- '1090' => {
- message => q|The following are the variables available to display the individual response.
-
+The question itself.
+
+The unique identifier for this question.
+
+A boolean indicating whether the answer for this question is a radio list.
+
+The total number of responses for this answer.
+
+A boolean indicating whether this question allows comments.
+
+A loop containing the answers and responses for this question.
+
+
+answer.isCorrect
+
+
+
+A boolean indicating whether this answer is marked correct.
+
+The answer itself.
+
+The total number of responses given for this answer.
+
+The percent of responses to this question that went to this answer.
+
+A loop that contains all of the comments for this answer.
+
+answer.comment
+
+
+A comment.
+
-The default title for this report.
-
-The URL to delete this response.
-
-The default label for delete.url.
-
-The default label for start.date.human.
-
-The epoch representation of when the user started the survey response.
-
-The human representation of the date when the user started the response.
-
-The human representation of the time when the user started the response.
-
-The default label for end.date.human.
-
-The epoch representation of the date when the user completed this response.
-
-The human representation of the date when the user completed this response.
-
-The human representation of the time when the user completed this response.
-
-The default label for the duration.
-
-The number of minutes it took to complete the survey.
-
-A label for "minutes".
-
-The remainder seconds the duration.minutes calculations.
-
-A label for "seconds".
-
-The default label for question.answer.
-
-The default label for question.label.
-
-The default label for question.comment.
-
-A loop that includes the list of questions in this response.
-
-
-question
|,
- lastUpdated => 1078515839
- },
-
'627' => {
message => q|Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the users profile as you like.
-The question itself.
-
-The unique identifier for this question.
-
-A boolean indicating whether this question's answers are a radio list.
-
-The user's response to this question.
-
-The user's comment on this question (if any).
-
-A boolean indicating whether the user got this question correct.
-
-The correct answer for this question.
-
-The default title of the report.
-
-The number of questions in the survey.
-
-The default label for response.user.name.
-
-The default label for response.count.correct.
-
-The default label for response.percent.
-
-A loop containing a list of responses.
-
-
-response.url
|,
- lastUpdated => 1078513217
- },
-
'575' => {
message => q|Edit|,
lastUpdated => 1031514049
@@ -3577,11 +3390,6 @@ The translated label for the link to the home page or the text that you supply t
lastUpdated => 1031514049
},
- '1091' => {
- message => q|Statistical Overview Report Template|,
- lastUpdated => 1078517114
- },
-
'886' => {
message => q|Hide from navigation?|,
lastUpdated => 1044727952
@@ -4950,101 +4758,6 @@ A list of links to the 10 nearest in the paginator relative to the current page.
lastUpdated => 1036892946
},
- '1092' => {
- message => q|The following are the variables available in this template:
-
-The URL to view this response.
-
-The username of the user that gave this response.
-
-The total number of questions that this user got correct.
-
-The percentage of correct questions.
-
-The default title for this report.
-
-The default label for answer_loop.
-
-The default label for response.count.
-
-The default label for response.percent.
-
-The default label that will display responses.
-
-The default label that will display comments.
-
-A loop containing questions.
-
-
-question
|,
- lastUpdated => 1078517114
- },
-
'503' => {
message => q|Template ID|,
lastUpdated => 1031514049
@@ -6855,7 +6568,7 @@ for this function to work properly.
-The question itself.
-
-The unique identifier for this question.
-
-A boolean indicating whether the answer for this question is a radio list.
-
-The total number of responses for this answer.
-
-A boolean indicating whether this question allows comments.
-
-A loop containing the answers and responses for this question.
-
-
-answer.isCorrect
-
-
-
-A boolean indicating whether this answer is marked correct.
-
-The answer itself.
-
-The total number of responses given for this answer.
-
-The percent of responses to this question that went to this answer.
-
-A loop that contains all of the comments for this answer.
-
-answer.comment
-
-
-A comment.
-
Export as user
Run the export as this user. Defaults to Visitor.
Alternate style
+
Alternate style
Sets an alternate style for the export. If this option is set, all pages
will be exported using the selected style.
Extras URL
@@ -6865,7 +6578,7 @@ config file.