fix syntax and help issues

This commit is contained in:
Graham Knop 2009-04-23 16:22:28 +00:00
parent 0619ec3082
commit 3d35cbfc8e
2 changed files with 21 additions and 11 deletions

View file

@ -117,7 +117,7 @@ sub execute {
} }
### Delete expired ### Delete expired
my $iter $iter
= WebGUI::AssetCollateral::Sku::ThingyRecord::Record->getAllIterator( = WebGUI::AssetCollateral::Sku::ThingyRecord::Record->getAllIterator(
$self->session, $self->session,
{ {

View file

@ -372,7 +372,7 @@ our $I18N = {
lastUpdated => 1224686319 lastUpdated => 1224686319
}, },
'is this the correct answer description' => { 'is this the correct answer description' => {
message => q|Select wether this is the correct answer or not.|, message => q|Select whether this is the correct answer or not.|,
context => q|Description of the 'is this the correct answer' field, used as hoverhelp in the edit answer dialog.|, context => q|Description of the 'is this the correct answer' field, used as hoverhelp in the edit answer dialog.|,
lastUpdated => 0 lastUpdated => 0
}, },
@ -886,37 +886,37 @@ directly inside the answer_loop for other types of questions.|,
}, },
'lastResponseCompleted' => { 'lastResponseCompleted' => {
message => q|A boolean indicating wether the current user's last response was completed.|, message => q|A boolean indicating whether the current user's last response was completed.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'lastResponseTimedOut' => { 'lastResponseTimedOut' => {
message => q|A boolean indicating wether the current user's last response timed out.|, message => q|A boolean indicating whether the current user's last response timed out.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'maxResponsesSubmitted' => { 'maxResponsesSubmitted' => {
message => q|A boolean indicating wether the current user has reached the maximum number of responses.|, message => q|A boolean indicating whether the current user has reached the maximum number of responses.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'user_canTakeSurvey' => { 'user_canTakeSurvey' => {
message => q|A boolean indicating wether the current user can take the survey.|, message => q|A boolean indicating whether the current user can take the survey.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'user_canViewReports' => { 'user_canViewReports' => {
message => q|A boolean indicating wether the current user can view the survey reports.|, message => q|A boolean indicating whether the current user can view the survey reports.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'user_canEditSurvey' => { 'user_canEditSurvey' => {
message => q|A boolean indicating wether the current user can edit the survey.|, message => q|A boolean indicating whether the current user can edit the survey.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
@ -1018,17 +1018,27 @@ directly inside the answer_loop for other types of questions.|,
}, },
'totalQuestions' => { 'totalQuestions' => {
message => q|A boolean indicating wether the user should see the total number of answers and the number of questions that have already been answered.|, message => q|A boolean indicating whether the user should see the total number of answers and the number of questions that have already been answered.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'showTimeLimit' => { 'showTimeLimit' => {
message => q|A boolean indicating wether the number of minutes until the survey times out should be displayed.|, message => q|A boolean indicating whether the number of minutes until the survey times out should be displayed.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },
'isLastPage' => {
message => q|A boolean indicating whether this is the last page of the survey.|,
context => q|Description of a template variable for a template Help page.|,
},
'allowBackBtn' => {
message => q|A boolean indicating whether the back button is allowed.|,
context => q|Description of a template variable for a template Help page.|,
},
'minutesLeft' => { 'minutesLeft' => {
message => q|The number of minutes the user has left to finish the survey.|, message => q|The number of minutes the user has left to finish the survey.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
@ -1248,7 +1258,7 @@ section/answer.|,
}, },
'randomizeAnswers' => { 'randomizeAnswers' => {
message => q|A boolean indicating wether this question's answers should be randomized.|, message => q|A boolean indicating whether this question's answers should be randomized.|,
context => q|Description of a template variable for a template Help page.|, context => q|Description of a template variable for a template Help page.|,
lastUpdated => 0, lastUpdated => 0,
}, },