Add docstring
This commit is contained in:
parent
d86e5024df
commit
7bda4dd0fa
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
(cdr (assoc "description" (survey-properties survey) :test #'string-equal)))
|
||||
|
||||
(defmethod survey-questionnaires ((survey survey) &optional make-fn)
|
||||
"Returns questionnaires data related to SURVEY.
|
||||
MAKE-FN: Function which is applied to the questionnaire data structure. Can be used to create a object."
|
||||
(let ((files (survey-data-dir-files survey)))
|
||||
(mapcar (lambda (file)
|
||||
(with-open-file (in file)
|
||||
|
|
Loading…
Add table
Reference in a new issue