Searched refs:description (Results 1 - 25 of 58) sorted by relevance

123

/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A Dvalidators.py25 def __init__(self, name, title='', description=''):
30 self.description = description
H A DECAssignmentBox.py61 description = 'Select an assignment task. A reference to an assignment task supersedes the assignment text and answer template below.', variable
80 description = 'Enter text and hints for the assignment', variable
98 description = 'You can provide a template for the students\' answers', variable
113 description = ("Date after which students are allowed to " variable
128 description = ("Date after which assignments can no longer " variable
144 description = "Maximum number of attempts, 0 means unlimited", variable
154 description="If selected, text entered in the Answer field will be word-wrapped. Disable word wrap if students are supposed to enter program code or similar notations.", variable
165 description="If selected, the owner of this assignment box will receive an e-mail message each time an assignment is submitted.", variable
176 description="If selected, students will receive an e-mail message when their submissions to this assignment box are graded.", variable
/ec/ECLecture/Products/ECLecture/content/
H A Dvalidators.py29 def __init__(self, name, title='', description=''):
32 self.description = description
H A DECLecture.py62 description = "Enter the type of this course (e.g., Lecture or Lab Exercise)", variable
75 description = "User names or names of instructors, one per line", variable
92 description = "Start and end times of this course", variable
103 description = "First regular date", variable
116 description = "Last regular date", variable
132 description = "How often this course takes place", variable
142 description = "Date for the first session for this course", variable
154 description = "Location for this course", variable
165 description = 'The language used for teaching this course', variable
176 description variable
190 description = "Describe which prerequisites are required for this course", variable
204 description = "Describe for which audience this course is intended", variable
216 description = "If there is an enrollment limit, specify the maximum number of participants", variable
227 description = "Link to the registration for this course. Use 'ecl_register' to let ECLecture handle enrollments for this course.", variable
239 description = "Link to the directory entry for this course.", variable
295 description = "Enter course information", variable
[all...]
/ec/ECSpooler/backends/echo/
H A DEcho.py20 description = '???', variable
30 description = '1', variable
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DDynamicDataWidget.py113 description=('A list of a undefined number of fields'), variable
H A DECAutoAssessmentBox.py58 description='Select a test backend.', variable
73 description = 'If selected, an assignment which passes all tests will be accepted automatically.', variable
89 description='Feedback for an assignment will be given instantly.', variable
104 description='Select one or more tests.', variable
119 description = 'Input fields for a backend', variable
204 description = fields[field].get('description', '')
212 description = description,
213 description_msgid = description,
[all...]
/ec/ECQuiz/Products/ECQuiz/
H A DInlineTextField.py75 description=('Used for storing text which can be ' variable in class:InlineTextField
/ec/ECSpooler/backends/junit/
H A Dconfig.py172 description = 'Enter additional imports, like java '\
180 description = 'Enter help functions if needed.', variable
188 description = 'Enter one or more JUnit tests. '\
202 description = 'Run JUnit tests', variable
173 'libraries.', variable
/ec/ECAssignmentBox/Products/ECAssignmentBox/browser/
H A Decabsettings.py50 description=_(u"help_student_id_attr", variable in class:IECABControlPanelSchema
57 description=_(u"help_major_attr", variable in class:IECABControlPanelSchema
64 description=_(u"help_personal_title_attr", variable in class:IECABControlPanelSchema
112 main_set.description = _(u"help_ecab_attr_mapping",
128 description = _(u"description_ecspooler_setup", variable in class:ECABControlPanel
/ec/ECSpooler/backends/sql/
H A DSQL.py38 description = 'If set, the test will not be aborted after row count of result set is wrong - ' + variable
48 description = "If set, manipulating statements such as CREATE, UPDATE or ALTER are allowed.", variable
57 description = "If set, type of columns from result set will not be checked.", variable
66 description = 'If set, databases are being compared to determine correct result; otherwise ' + variable
75 description = 'Enter one or more SQL statements (exclude select statements) to create the initial database.', variable
83 description = 'Enter SQL statements which prepare the expected results. To compare "result sets" you need to add a select statement at the end. ', variable
94 description = 'Simple test.', variable
/ec/ECAssignmentBox/
H A Dsetup.py22 description = "Creation, submission and grading of online assignments (exercises, homework).",
/ec/ECAutoAssessmentBox/
H A Dsetup.py19 description = "Submissions for programming assignments with immediate feedback from ECSpooler.",
/ec/ECLecture/
H A Dsetup.py20 description = "Managing lectures, seminars and other courses.",
/ec/ECQuiz/
H A Dsetup.py19 description = "Create and deliver multiple-choice tests.",
/ec/ECSpooler/backends/keywords/
H A DKeywords.py32 description = 'Invert the sense of matching, i.e., ' + variable
42 description = 'Enter one or more keywords/regexps. '+ variable
53 description = 'Exact matching of keywords.', variable
58 description = 'Regexp matching.', variable
/ec/ECSpooler/
H A Dsetup.py48 description = "A service for automatic testing of student submissions in different (programming) languages", variable
/ec/ECQuiz/Products/ECQuiz/AnswerTypes/
H A DECQCorrectAnswer.py52 description='A comment on the answer. If the quiz ' variable in class:ECQCorrectAnswer
68 description='The checkbox should be marked if this ' variable in class:ECQCorrectAnswer
H A DECQSelectionAnswer.py39 InlineTextField('answer', # See 'description' property of the widget.
51 description='The answer text. This is what the candidate will see.', variable in class:ECQSelectionAnswer
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQExtendedTextQuestion.py39 'answerTemplate', # See 'description' property
52 description="You can provide a template for the " variable in class:ECQExtendedTextQuestion
69 description="You can set the number of words you " variable in class:ECQExtendedTextQuestion
H A DECQSelectionQuestion.py57 # boxes will be shown. See also 'description'
65 description='If the selection of multiple answers should be possible, mark this checkbox.', variable in class:ECQSelectionQuestion
71 BooleanField("randomOrder", # See 'description' property
80 description='Check this box if you want the answers ' variable in class:ECQSelectionQuestion
90 IntegerField("numberOfRandomAnswers", # See 'description'
98 description='The number of answers which are randomly ' variable in class:ECQSelectionQuestion
H A DECQPointsQuestion.py47 IntegerField('points', # See 'description' property of the widget.
55 description='The number of points assigned to this question.', variable in class:ECQPointsQuestion
68 description='If answers to this question are graded manually, mark this checkbox.', variable in class:ECQPointsQuestion
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/browser/
H A Decaabsettings.py50 description=_(u"help_host", variable in class:IECAABControlPanelSpoolerSchema
57 description=_(u"help_port", variable in class:IECAABControlPanelSpoolerSchema
64 description=_(u"help_username", variable in class:IECAABControlPanelSpoolerSchema
71 description =_(u"help_password", default=u"Password or authentication to your spooler service."), variable in class:IECAABControlPanelSpoolerSchema
82 description=_(u"All backends currently available " variable in class:IECAABControlPanelBackendsSchema
90 description=_(u"Available backends "
179 description = _(u"description_ecspooler_setup", variable in class:ECAABControlPanel
/ec/ECSpooler/backends/haskell/
H A DHaskell.py94 description = 'Enter a model solution.', variable
101 description = 'Enter help functions if needed.', variable
110 description = 'Enter one or more function calls. '+ variable
125 description = 'Exact matching results are allowed.', variable
137 description = 'Permutations are allowed.', variable
149 description = 'Tolerance of 1/10^15 in result values is allowed.', variable
/ec/ECSpooler/backends/prolog/
H A DProlog.py89 description = 'Enter a model solution.', variable
96 description = 'Enter help functions if needed.', variable
105 description = 'Enter one or more function calls. '+ variable
120 description = 'Test without permutations', variable
131 description = 'Test with permutations', variable
142 description = "Test the student's solution with the goal pred", variable

Completed in 127 milliseconds

123