Searched refs:accessor (Results 1 - 14 of 14) sorted by relevance

/ec/ECQuiz/Products/ECQuiz/AnswerTypes/
H A DECQBaseAnswer.py49 accessor='Title', variable in class:ECQBaseAnswer
62 accessor='Answerkey', variable in class:ECQBaseAnswer
H A DECQCorrectAnswer.py40 accessor='getCommentPrivate', variable in class:ECQCorrectAnswer
61 accessor='isCorrectPrivate', variable in class:ECQCorrectAnswer
H A DECQScaleAnswer.py46 accessor='getScorePrivate', variable in class:ECQScaleAnswer
116 # Edit accessor for the `score' field. Converts the stored score
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQPointsQuestion.py48 accessor='getPointsPrivate', variable in class:ECQPointsQuestion
62 accessor='isTutorGraded', variable in class:ECQPointsQuestion
H A DECQSelectionQuestion.py59 accessor='isAllowMultipleSelection', variable in class:ECQSelectionQuestion
73 accessor='isRandomOrder', variable in class:ECQSelectionQuestion
/ec/ECSpooler/lib/data/
H A Ddto.py72 accessor = Unicode variable in class:BackendInputField
/ec/ECSpooler/lib/
H A Dsoapwrapper.py156 if values.has_key('accessor'):
157 inputField.accessor = values['accessor']
159 inputField.accessor = ''
/ec/ECSpooler/lib/util/
H A DBackendSchema.py131 'accessor': '_getLines',
136 """Return the accessor method for getting data out of this
138 if self.accessor:
139 return getattr(self, self.accessor, None)
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DECAssignmentBox.py55 accessor = 'getReference', variable
H A DECAssignment.py113 accessor = 'getGradeIfAllowed', variable
411 The accessor for field grade. Returns the grade if this assigment is in
/ec/ECQuiz/Products/ECQuiz/
H A DECQAbstractGroup.py145 # Specify an accessor for this property named differently
146 # than the standard accessor ('getRandomOrder()' or so)
148 accessor='isRandomOrder', variable in class:ECQAbstractGroup
H A DECQuiz.py135 accessor='isInstantFeedback', variable in class:ECQuiz
150 accessor='isAllowRepetition', variable in class:ECQuiz
164 accessor='isOnePerPage', variable in class:ECQuiz
178 accessor='isOnePerPageNav', variable in class:ECQuiz
984 Edit accessor for the `gradingScale' field. Converts the
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DECAutoAssignment.py54 accessor = 'getAutoFeedback', variable
68 #accessor = 'getMappedBackendResultCode',
/ec/ECLecture/Products/ECLecture/content/
H A DECLecture.py83 accessor = 'getTimePeriod', variable

Completed in 30 milliseconds