Eloy Lafuente (stronk7)
16b5541dd2
weekly release 2.1dev
2011-05-26 00:26:54 +02:00
Eloy Lafuente (stronk7)
c4cee99c7b
MDL-27625 rating - fix one merging problem
2011-05-25 22:34:51 +02:00
Tim Hunt
42a5b055b7
MDL-27413 qtype_multianswer start work on rendering.
...
Embedded shortanswer questions now work.
Note that overlib is no longer required by the JS.
2011-05-25 19:31:07 +01:00
Tim Hunt
df55047ee4
MDL-20636 Fix potential bug with qtype_shortanswer correct answer display.
2011-05-25 19:29:01 +01:00
Eloy Lafuente (stronk7)
f2e725930b
MDL-27471 rating - whitespace cleanup
2011-05-25 16:54:51 +02:00
Eloy Lafuente (stronk7)
5b52ce19c5
Merge branch 'MDL-27625_master' of git://github.com/stronk7/moodle
...
Conflicts:
mod/forum/lib.php
2011-05-25 16:37:43 +02:00
Eloy Lafuente (stronk7)
5693d56cd8
MDL-27625 rating - consider RATING_UNSET_RATING a valid rating value
2011-05-25 12:00:16 +02:00
Eloy Lafuente (stronk7)
28e2b08582
Merge branch 'MDL-27594' of git://github.com/stronk7/moodle
2011-05-25 10:16:10 +02:00
Eloy Lafuente (stronk7)
d4dd06591b
MDL-27594 backup - out unused (and incorrect) condition + stronger tests
2011-05-24 11:55:39 +02:00
Sam Hemelryk
85d0c7f6b2
MDL-22833 Cleaned up afterburner footer
2011-05-24 15:54:49 +08:00
Sam Hemelryk
12b3d58286
Merge branch 'MDL-22833' of git://github.com/MaryE/moodle.git
2011-05-24 15:32:27 +08:00
Tim Hunt
fa6c862065
MDL-27413 unit tests for some of the new multianswer code.
2011-05-23 20:00:05 +01:00
Tim Hunt
ab50232b7e
MDL-27413 start conversion of the multianswer qtype to the new question engine.
2011-05-23 16:45:12 +01:00
Tim Hunt
0c3fa8209e
MDL-20636 a bit of clode clean-up in calculated*.
2011-05-23 16:44:21 +01:00
Eloy Lafuente (stronk7)
b47dcdf0de
MDL-27471 minor fixups
2011-05-23 12:42:15 +02:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00
Eloy Lafuente (stronk7)
7a01a2d0ca
Merge branch 'MDL-27532-master' of git://github.com/sammarshallou/moodle
2011-05-23 10:29:33 +02:00
Sam Hemelryk
2c2034c9c3
Merge branch 'master_MDL-25177_choice_windowfix' of git://github.com/danmarsden/moodle
2011-05-23 11:32:23 +08:00
Sam Hemelryk
34997cf89e
Merge branch 'MDL-27530_head' of git://github.com/grabs/moodle
2011-05-23 11:24:39 +08:00
Aparup Banerjee
0193d9dfe7
MDL-27428 accessibility : added a fourth argument to event's subscription and delegation methods to specify selector actions.
...
- selected actions will fire the event through to the relevant handling functions.
2011-05-23 11:13:52 +08:00
Aparup Banerjee
f93844f3d7
MDL-27428 accessibility : added keyboard support to navigational menus loaded via ajax.
2011-05-23 11:13:36 +08:00
Aparup Banerjee
eb25449ae6
MDL-27428 accessibility : added keyboard navigation to dock arrow keys expand and collapse. enter and space will toggle actions.
2011-05-23 11:13:20 +08:00
Aparup Banerjee
32561cafd4
MDL-27428 accessibility : made navigation and settings menu category span nodes navigable using tabs with tabindex=0
2011-05-23 11:12:53 +08:00
Aparup Banerjee
1e22cd351f
MDL-27428 accessibility : allowed enter/space/left_arrow/right_arrow to expand/collapse navigation & settings menu branches
...
- note: a menu node branch that is a link will be followed instead of toggling the branch.
2011-05-23 11:12:35 +08:00
Eloy Lafuente (stronk7)
54b8f33421
MDL-27594 backup - fix start/end notifications on empty chunks
2011-05-23 00:58:45 +02:00
Tim Hunt
59a3fcd3eb
MDL-20636 Fix a lot more coding style issues.
2011-05-20 20:18:04 +01:00
Tim Hunt
e0736817f0
MDL-20636 fix some more coding style issues in the question code.
2011-05-20 18:50:41 +01:00
Tim Hunt
449bfe90c6
MDL-20636 quiz let users with capability mod/quiz:grade, but not mod/quiz:viewreports see the manual grading report in the navigation. OU bug #412 .
2011-05-20 18:25:07 +01:00
Tim Hunt
667cdde361
MDL-20636 Implement upgrade of calculated* question type attempts.
2011-05-20 18:22:35 +01:00
Tim Hunt
c35bf0e6b1
MDL-20636 local_qeupgradehelper use a textarea in extracttestcase for easier copy/paste.
2011-05-19 20:32:44 +01:00
Tim Hunt
2db6fbad97
MDL-20636 make upgradehelper able to reset badly upgraded attempts
...
Obviously, these are the ones where it most important to be able to redo the upgrade.
2011-05-19 20:27:12 +01:00
Tim Hunt
ffe4d23abd
MDL-20636 make question upgrade more robust for incompatible question types.
2011-05-19 20:27:09 +01:00
Tim Hunt
e35ba43c91
MDL-20636 make syncronised datasets work for calculated* questions.
2011-05-19 19:06:07 +01:00
Tim Hunt
0eb253f7f6
MDL-20636 quiz restart preview button was missing since the renderer refactor.
2011-05-19 19:05:25 +01:00
Tim Hunt
d1770e4258
MDL-27410, MDL-27412 make the calculated* qtypes work in the statistics report.
2011-05-19 18:12:38 +01:00
Tim Hunt
39153237f5
MDL-20636 fix broken links in the statistics report.
2011-05-19 18:11:52 +01:00
Tim Hunt
2178cd3a12
MDL-20636 Dean's refactoring had broken the quiz summary page.
2011-05-19 17:52:52 +01:00
Tim Hunt
b130270d2d
MDL-20636 Add support for hints to the calculated* questions.
2011-05-19 17:38:38 +01:00
Tim Hunt
cdece95ea4
MDL-27412 Upgrade the calculatedmulti question type to the new question engine.
2011-05-19 17:14:09 +01:00
Tim Hunt
efe3e87b61
MDL-27411 upgrade the calculatedsimple qtype to the new question engine.
2011-05-19 12:20:49 +01:00
Dan Marsden
6fa51b70a5
MDL-25177 Choice - fix typo for form creation causing pop-up window - thanks to Jason Hardin for fix
2011-05-19 13:01:21 +12:00
Tim Hunt
18f9b2d2cf
MDL-27410 qtype_calculated fix basic question editing and preview.
...
At least, after these changes, I was able to create a calculated question through the Moodle UI and then preview it. I am sure more testing and fixing is needed to make sure everything works.
2011-05-18 21:15:25 +01:00
Tim Hunt
1da4060f65
MDL-27410 qtype_calculated works in my unit tests.
...
Probably does not work through the Moodle UI yet.
2011-05-18 17:21:26 +01:00
Tim Hunt
f580e0e4b0
MDL-20636 Fix some minor problems with the question unit tests.
2011-05-18 17:07:16 +01:00
sam marshall
5e0dae125d
MDL-27532 Add backup support for course report per-course data
2011-05-18 14:56:11 +01:00
Tim Hunt
19e911a251
MDL-27410 qtype_calculated better errorhandling for invalid expressions.
...
Better method names.
2011-05-18 14:12:34 +01:00
Sam Hemelryk
d04f7fb4a8
weekly release 2.1dev
2011-05-18 18:11:10 +08:00
Sam Hemelryk
f138b7c13b
MDL-27161 Improved the 2 new strings in assignment
2011-05-18 17:29:39 +08:00
Sam Hemelryk
74cf2d0015
MDL-26704 Fixed up variable typo
2011-05-18 15:32:40 +08:00
Tim Hunt
0652547685
MDL-27410 qtype_calculated start working on the new code for the question type.
...
This is an attempt to start thinking about how to handle the dataset values.
2011-05-17 18:28:16 +01:00