skodak
c25cedf2a5
MDL-17463 - renamed outline to activity report - merged from MOODLE_19_STABLE
2008-11-29 15:09:50 +00:00
pichetp
0bddf4b6ac
Displacing <label> to enclose correctly answer text in question display
...
so no possible XML problem.
Cleaning comments
Better handling of empty responses when grading,
2008-11-29 15:02:27 +00:00
skodak
a2e4bf7f23
MDL-17463 - reparate capabilities for course and admin reports
2008-11-29 14:22:10 +00:00
skodak
088a4df8fc
MDL-14679 improved limit handling
2008-11-29 13:32:56 +00:00
pichetp
54db4df23e
MDL-17264 minor corrections (spaces)
2008-11-29 09:34:14 +00:00
pilpi
033c8cde6e
quiz editing: MDL-17294 removed unnecessary comment
2008-11-28 19:51:30 +00:00
pilpi
81f26811da
quiz editing: MDL-17460 select element is populated with user-created data, CSS it width: 100%
2008-11-28 19:50:55 +00:00
pilpi
588a58b8d9
quiz editing: MDL-17294 improved the error situation handling in process_randomquestion_formdata
2008-11-28 19:43:45 +00:00
pilpi
4897ae1b94
quiz editing: MDL-17294 removed unnecessary comment
2008-11-28 18:58:30 +00:00
pilpi
49a020c672
quiz editing: MDL-17294 removed unnecessary comments
2008-11-28 18:57:43 +00:00
pilpi
38faf00984
quiz editing: MDL-17418 added another random question preview link
2008-11-28 18:49:28 +00:00
pilpi
94da24dc76
quiz editing: MDL-17294 added a call to quiz_question_tostring()
2008-11-28 18:47:46 +00:00
pilpi
8c4d6dd2a2
quiz editing: MDL-17294 removed the $showbreaks parameter from quiz_print_question_list
2008-11-28 18:37:24 +00:00
skodak
dfca83b7b1
MDL-16865 course defaults default settings are applied later when other settings already present, this fixes warnings during install and other potential problems
2008-11-28 18:24:47 +00:00
pilpi
c7c7f25a84
quiz editing: MDL-17294 changed quiz_process_randomquestion_formdata to always return (instead of sometimes redirecting)
2008-11-28 17:29:04 +00:00
pilpi
b48b5754f8
quiz editing: MDL-17294 fixed a TODO, added the url to usability testing results
2008-11-28 16:47:21 +00:00
pilpi
439d9cbe90
quiz editing: MDL-17452 customized the link tooltip to "Remove empty page" for the link for deleting an empty page
2008-11-28 16:33:48 +00:00
pilpi
8333ad82ae
quiz editing: MDL-17398 Added "show category contents" as a tooltip for the link with the category name as its contents
2008-11-28 16:27:42 +00:00
pilpi
3814fb96fc
quiz editing: MDL-17398 link to edit random question (configuration) in new UI
2008-11-28 15:43:10 +00:00
pilpi
7b2c3bde9e
quiz editing: MDL-17451 CSS and whitespace fixes to truncate overlong question category name
...
Tested on opera 9.27, IE6, Firefox 3 on Ubuntu Linux 8.04
2008-11-28 15:16:40 +00:00
pilpi
9cdcf82665
quiz editing: MDL-17398 cleaned up random question display in the edit subtab
...
made the link in an empty random question more readable, added a link to show category contents after the list of sample questions of a random question
2008-11-28 14:07:06 +00:00
skodak
eb7f89bc15
MDL-17419 misconfigured openssl extension blocks installation - openssl.cnf missing??
2008-11-28 12:54:15 +00:00
jamiesensei
2280e147c5
MDL-12418 "Item Analysis shows duplicate responses for Multiple Choice questions with LaTeX in answers" This problem was caused by the formatting of questions in get_actual_responses. Now formatting is done in response_summary rather than get_actual_response which returns an array of unformatted strings.
...
Have fixed the formatting in responses report and in statistics report to use the correct formatting for the question type.
Created new functions format_responses and format_response. format_responses works on an array and normally just walks through the array calling format_response.
2008-11-28 10:14:19 +00:00
danmarsden
d54e2145ba
add time restriction MDL-12588 - add ability to restrict the viewing of SCORM objects using a time/date restriction like most other modules already allow.
2008-11-28 09:20:59 +00:00
skodak
a1442d4e3e
MDL-17436 fixed pg issue with char <> num comparison
2008-11-28 09:16:24 +00:00
skodak
f63d6374a1
MDL-11090 merging forgotten version.php which breaks upgrade badly
2008-11-28 09:15:16 +00:00
skodak
b63a6a6338
MDL-17372 admin reports: Added full plugin support for admin reports - fixed sorting regression, plugins now loaded as last category
2008-11-28 08:04:23 +00:00
danmarsden
86ed86b8dd
MDL-17115 - no point in waiting for SCORM API to load when we know JS is disabled.
2008-11-28 06:49:10 +00:00
tjhunt
f24493ec9b
random essay questions: MDL-8648 Allow essay questions to be selected by random question.
...
In the 1.9 branch this is controlled by a new option under Admin -> Experimental. In Moodle 2.0 dev it is not optional, it just works.
The main change is letting the manual grading report know which random questions might need manual grading. MDL-4004 - this depends on the random question under consideration, which requires a new questiontype method.
I also changed the random question code so that I could remove some global variables.
2008-11-28 06:07:11 +00:00
ikawhero
cf74300857
MDL-17434 Fixed URLs for enrol/unenrol links
...
Merged from MOODLE_19_STABLE
2008-11-28 06:06:35 +00:00
moodlerobot
38589cbde7
Updated the HEAD build version to 20081128
2008-11-28 01:53:26 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
skodak
a7b4fc7f28
MDL-17399 workaround for missing mysqli ext
2008-11-27 22:28:56 +00:00
skodak
3c67721aa1
MDL-17405 moving Data mod upgrade notification to proper place (upgrade.php) - better notification will be implemented in MDL-17427
2008-11-27 22:14:34 +00:00
skodak
95f0446147
MDL-17372 course reports: Added full plugin support for course reports
2008-11-27 20:30:14 +00:00
wildgirl
37ba8a281d
admin lang string configextrauserselectorfields typo fix
2008-11-27 14:47:18 +00:00
sam_marshall
c34845e2e2
MDL-17425: Unit test system - improved reporting of moodle_exception
2008-11-27 13:41:08 +00:00
tjhunt
df4e224454
question bank: MDL-14434 Cannot edit the only question category in a context.
2008-11-27 11:50:29 +00:00
tjhunt
004ff192d4
listlib: MDL-17422 Paging in listlib was badly screwed
2008-11-27 10:53:46 +00:00
tjhunt
21cbf9da8b
question bank: MDL-17078 Error after deleting a question category.
2008-11-27 07:30:17 +00:00
tjhunt
9f64eef7fd
health centre: MDL-16935 Question categories should belong to a valid context solution has SQL that does not work in MySQL
2008-11-27 05:57:11 +00:00
tjhunt
16590517fa
fix notices: MDL-15974 Some systems that were upgraded have nullable columns, leading to notices
...
A new install has NOT NULL DEFAULT 0.
2008-11-27 05:12:11 +00:00
dongsheng
1c4a15521d
REPOSITORY YOUTUBE PLUGIN/MDL-16911
...
Make change thumbnail height possible
2008-11-27 03:32:48 +00:00
tjhunt
1327f08eed
formslib file upload: MDL-17403 try adding accept-charset="utf-8" to forms to fix occasional upload problems.
2008-11-27 02:49:02 +00:00
moodlerobot
a1440be4d8
Updated the HEAD build version to 20081127
2008-11-27 01:58:45 +00:00
skodak
a0005f678f
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:40 +00:00
skodak
d994ced22b
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:39 +00:00
pilpi
9e5d7a8c5b
quiz editing: MDL-17418 added back (removed comments around) random question preview link for also the random question printing function for the order and paging tab.
2008-11-26 16:24:46 +00:00
pilpi
1b90bb45c5
quiz editing: MDL-17284 removed a print_r() call that must have been forgotten there when debugging
2008-11-26 15:36:34 +00:00
pilpi
0ff9576738
quiz editing: MDL-17284 converted a space to an to keep preview label on same line with its icon.
2008-11-26 15:35:08 +00:00