asset and ISA variables for Survey

This commit is contained in:
Colin Kuskie 2007-01-12 23:27:53 +00:00
parent 4056586ad7
commit 1b842c73d5
2 changed files with 180 additions and 25 deletions

View file

@ -6,8 +6,8 @@ our $HELP = {
body => '4',
isa => [
{
namespace => "Asset_Wobject",
tag => "wobject add/edit"
namespace => 'Asset_Wobject',
tag => 'wobject add/edit'
},
],
fields => [
@ -196,8 +196,12 @@ our $HELP = {
],
isa => [
{
namespace => "Asset_Survey",
tag => "survey template common vars"
namespace => 'Asset_Survey',
tag => 'survey template common vars'
},
{
namespace => 'Asset_Survey',
tag => 'survey asset template variables'
},
],
variables => [
@ -339,12 +343,9 @@ our $HELP = {
tag => 'survey add/edit',
namespace => 'Asset_Survey'
},
{
tag => 'wobject template',
namespace => 'Asset_Wobject'
}
]
},
'survey template common vars' => {
title => '90',
body => '91',
@ -410,6 +411,7 @@ our $HELP = {
}
]
},
'gradebook report template' => {
title => '1087',
body => '1088',
@ -417,8 +419,16 @@ our $HELP = {
],
isa => [
{
namespace => "Asset_Survey",
tag => "survey template common vars"
namespace => 'Asset_Survey',
tag => 'survey template common vars'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
namespace => 'Asset_Survey',
tag => 'survey asset template variables'
},
],
variables => [
@ -456,23 +466,24 @@ our $HELP = {
}
],
related => [
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'survey template',
namespace => 'Asset_Survey'
},
]
},
'survey response template' => {
title => '1089',
body => '1090',
isa => [
{
namespace => "Asset_Survey",
tag => "survey template common vars"
namespace => 'Asset_Survey',
tag => 'survey template common vars'
},
{
namespace => 'Asset_Survey',
tag => 'survey asset template variables'
},
],
fields => [
@ -569,6 +580,7 @@ our $HELP = {
}
]
},
'statistical overview report template' => {
title => '1091',
body => '1092',
@ -576,8 +588,16 @@ our $HELP = {
],
isa => [
{
namespace => "Asset_Survey",
tag => "survey template common vars"
namespace => 'Asset_Survey',
tag => 'survey template common vars'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
namespace => 'Asset_Survey',
tag => 'survey asset template variables'
},
],
variables => [
@ -648,16 +668,67 @@ our $HELP = {
}
],
related => [
{
tag => 'pagination template variables',
namespace => 'WebGUI'
},
{
tag => 'survey add/edit',
namespace => 'Asset_Survey'
}
]
},
'survey asset template variables' => {
title => 'survey asset template variables body',
body => 'survey asset template variables title',
isa => [
{
namespace => 'Asset_Wobject',
tag => 'wobject template variables'
},
],
fields => [
],
variables => [
{
'name' => 'templateId'
},
{
'name' => 'Survey_id'
},
{
'name' => 'questionOrder'
},
{
'name' => 'groupToTakeSurvey'
},
{
'name' => 'groupToViewReports'
},
{
'name' => 'mode'
},
{
'name' => 'anonymous'
},
{
'name' => 'maxResponsesPerUser'
},
{
'name' => 'questionsPerPage'
},
{
'name' => 'overviewTemplateId'
},
{
'name' => 'gradebookTemplateId'
},
{
'name' => 'responseTemplateId'
},
{
'name' => 'defaultSectionId'
},
],
},
};
1;

View file

@ -825,8 +825,8 @@ correct and what percentage answered were correct.|,
},
'85 description' => {
message => q|How many questions are given to each user?|,
lastUpdated => 1146455551,
message => q|The number of questions given to each user.|,
lastUpdated => 1168642765,
},
'12 description' => {
@ -1236,10 +1236,94 @@ is correct or not.|,
'what next answer description' => {
message => q|After defining the answer, you can add an answer to this question, addi
another question, edit the current question or go back to the page containing the
Survey|,
Survey.|,
lastUpdated => 1146455600,
},
'survey asset template variables title' => {
message => q|Survey Asset Template Variables|,
lastUpdated => 1168644075
},
'survey asset template variables body' => {
message => q|Every asset provides a set of variables to most of its
templates based on the internal asset properties. Some of these variables may
be useful, others may not.|,
lastUpdated => 1168644077
},
'templateId' => {
message => q|The ID of the template to show the Survey.|,
lastUpdated => 1168639537,
},
'Survey_id' => {
message => q|The unique ID of this Survey. This is different from the Asset ID.|,
lastUpdated => 1168639537,
},
'questionOrder' => {
message => q|Defines the order of the questions in the survey, "sequential", "random", "response" or "section".|,
context => q|The strings in quotes are literals. They should not be translated.|,
lastUpdated => 1168639812,
},
'groupToTakeSurvey' => {
message => q|The ID of the group that is allowed to take the Survey.|,
lastUpdated => 1168639812,
},
'groupToViewReports' => {
message => q|The ID of the group that is allowed to view reports from the Survey.|,
lastUpdated => 1168639812,
},
'mode' => {
message => q|The mode the survey will run in, either "survey" or "quiz".|,
context => q|The strings in quotes are literals. They should not be translated.|,
lastUpdated => 1168639812,
},
'anonymous' => {
message => q|A conditional variable showing whether or not this Survey as configured to be anonymous.|,
lastUpdated => 1168639812,
},
'maxResponsesPerUser' => {
message => q|The number of times the user can attempt to get the correct answer on each question. The default is 1.|,
lastUpdated => 1168643566,
},
'questionsPerPage' => {
message => q|The number of questions given to each user.|,
lastUpdated => 1168643573,
},
'questionsPerPage' => {
message => q|The number of questions that will be displayed per page.|,
lastUpdated => 1168643669,
},
'overviewTemplateId' => {
message => q|The ID of the template used to show the overview screen.|,
lastUpdated => 1168643669,
},
'gradebookTemplateId' => {
message => q|The ID of the template used to show the gradebook screen.|,
lastUpdated => 1168643669,
},
'responseTemplateId' => {
message => q|The ID of the template used to show the Survey Response screen.|,
lastUpdated => 1168643669,
},
'defaultSectionId' => {
message => q|The ID of the default section.|,
lastUpdated => 1168643669,
},
};
1;