-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleasenotes.txt
executable file
·131 lines (108 loc) · 7.81 KB
/
releasenotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Release Notes:
Version 2.5.7 - 2013120200
- Fixed CONTRIB-4764 :: When deleting a question, number of existing responses to that question is sometimes wrong.
- Fixed CONTRIB-4760 :: N/A column report display is incorrect for Rate questions with N/A option selected.
- Fixed CONTRIB-4757 :: Remove the report "summary" stats page for questionnaires with only one response.
- Fixed CONTRIB-4750 Postgres needs to be told to order responses by submitted time ASC.
- Fixed small display bug on "all your responses" report page using branching feature.
- Fixed CONTRIB-4745 :: Images and media not correctly displayed on some pages.
- Fixed CONTRIB-4741 :: Error with shortlabels when restoring old backups.
- Fixed CONTRIB-4734 :: Improve processing of Activity completion.
- Fixed CONTRIB-4732 :: "All your responses" page not displaying correctly Rate questions.
- Fixed CONTRIB-4706 :: Remove all addslashes.
- Fixed CONTRIB-4699 :: No reason to automatically check N/A buttons if rate question is not required.
- Fixed CONTRIB-4683 :: In MSSQL "user" is a keyword and therefore cannot be used as an alias.
- If current questionnaire is based on a public one, do not include survey nor
questions in backup. See https://moodle.org/mod/forum/discuss.php?d=241748
- Non-editing teachers without the "accessallgroups" capability can only see students members of their own group (if questionnaire instance set to Separate Groups) in the Reports and Show non respondents pages.
See https://moodle.org/mod/forum/discuss.php?d=241714
- Issue relevant warnings for questionnaires dependent on Public questionnaire when Public "parent" has been deleted.
Version 2.5.6 - 2013100501
- Fixed CONTRIB-4677 :: wrong change from = to :: separator in Rate questions with named degree during upgrade.
Version 2.5.6 - 2013100500
- Added autonumbering option for questions and pages in questionnaire settings. This may be especially
useful for "conditional branching" questionnaires, in order to avoid confusing the student with
non-sequential questions or pages numbering!
- Changed Description field label from Summary to Description in Edit settings form (after Quiz).
- Added display of Description/Intro text on View page.
- Minor changes to CSS and report display for better display in bootstrap-based themes. This may need
further refining in future version 2.6.
- Added "return to course" button to advanced settings form.
- Modified (simplified) the viewallresponses capability setting.
Version 2.5.5 - 2013093001
- All navigation links in the tabs area have been duplicated in the Questionnaire administration block,
so that complete removal of the tabs navigation system will be possible in further versions (2.6?).
- When groups (separate or visible) are enabled for a questionnaire instance, it is possible to select
which group to view responses from, in a simplified interface.
The choose_group_form.php script is no longer needed and has been removed from the questionnaire files.
The groups selection system has been made compliant with other moodle core modules, and the "members of all groups"
and the "members of no group" options are no longer available.
Version 2.5.5 - 2013080901
- CONTRIB 3525 Added "conditional branching" feature to Questionnaire.
- Modified the Preview display page to make it display/hide child questions of Conditional
branching questionnaires.
- Slightly modified method of displaying graph bars on statistics page for compliance
with Bootstrap based themes such as Clean theme, etc.
- Significant changes to the "Manage questions" page ergonomy, including a button for
switching from Required to Not required response and question deletion confirmation.
- Modified/simplified Course reset display, to make it similar to Quiz, Lesson, etc.
- Removed all underscores in variable names, in compliance with Moodle Coding style.
- Moved all Javascript scripts to questionnaire/module.js
- In Radio buttons and Rate questions, the separator between "short label" and "options text"
has been replaced from the equal sign (=) to two consecutive colons (::).
An automatic replacement for existing questions has been added to the upgrade.php script.
Version 2.5.4 Build - 2013062401
- CONTRIB-823 Add confirmation for deleting a question.
- When a question is deleted, if it had already been answered, all responses are deleted too.
- When the last question in a questionnaire is deleted, all that questionnaire's attempts and responses are deleted.
- Changed all confirmation dialogues from Continue/Cancel to Yes/No.
- CONTRIB-4075 Images in Question text are now displayed on the Questions editing page. As well as any other media.
Version 2.5.4 Build - 2013062302
- CONTRIB-4274 Changed Completion conditions from Viewed and Graded to Submitted.
- Implies adding new "completionsubmit" field in "questionnaire" table.
Version 2.5.4 Build - 2013062301
- CONTRIB-926 Course reset now includes questionnaire instances. If graded, grades and feedback comments are deleted too.
- This version also includes major work on making grades work properly for graded questionnaires,
including a new grade.php file.
- When creating a new questionnaire, the list of "Copy existing" questionnaires now displays the questionnaire names
instead of the survey names, which used to be confusing.
- ALL requires now include complete path to dirroot, e.g. require_once($CFG->dirroot.'/mod/questionnaire/...')
Version 2.5.3 Build - 2013062208
CONTRIB-3167 Removed potential SCALES from list of grades to avoid potential problems.
CONTRIB-4420 Added new "preview" questionnaire capability (e.g. for tutors etc).
Version 2.5.3 Build - 2013062207
CONTRIB-4343 Remove call to print_textarea() function in Essay question.
Version 2.5.3 Build - 2013062206
- CONTRIB-4418 Make questionnaire more compliant with Moodle Coding style recommendations
- Lots of changes in almost all files to make them compliant with the Coding style.
Success 100% on using Code checker.
Version 2.5.3 Build - 2013062205
- CONTRIB-4058 Show non-respondents
Version 2.5.2 Build - 2013062204
- CONTRIB-3528 Change navigate by numbers to navigate by names in the "View by Response tab"
- Improve the display of Answer the questions page to make it look more like Quiz questions.
- Generally improve the display of questions to make it similar in all pages: Answer questions, Preview, Print, Reports.
- Generally tidy up the stylesheet.
- Started work on making code more Moodle-compliant.
Version 2.5.1 Build - 2013062203
- CONTRIB-4038 Display respondents' names in front of their answers in the Essay Box question type.
Version 2.5.1 Build - 2013062202
- CONTRIB-3163 Display number of responses to rate questions
- plus various minor changes to the display of responses
Version 2.5.1 Build - 2013062201
- CONTRIB-4281 Improve navigation in Questionnaire
Version 2.5.0
- removed many no longer used items: css folder; lots of unused images in images folder; crosstab.inc, resultslib.php
- CONTRIB-4304 removed from locallib.php all unused functions: questionnaire_response_key_cmp, questionnaire_preview,
questionnaire_get_active_surveys_menu, questionnaire_get_surveys_menu, questionnaire_survey_has_questions,
questionnaire_survey_exists
- removed all references to cross analysis from all files
Version 2.4.1 - Release date 20130519
- In accordance with current Moodle languages policy, all language folders other than English have been removed
from the lang folder. All translations are now available from AMOS.
Version 2.3.2 - Release date 20120820
- CONTRIB-3696 added addinstance string to lang/en/questionnaire.php and lang/fr/questionnaire.php
- CONTRIB-3797 : fixed typo
- CONTRIB-3704 (one more compliance with Strict Standards fix !)
- one more missing new stdClass() for strict compliance
- CONTRIB-3864 - Added savepoints to all upgrade steps.