7599 Commits

Author SHA1 Message Date
danmarsden
7325b01691 skip content structure page:MDL-11908: skip content structure page with multiple scos - if a teacher has set to skip, it should skip! - even with multiple scos. 2008-12-07 21:54:49 +00:00
stronk7
e6b3d18342 MDL-17518 resource names filter: Improve handling when name contains htmlentities() chars. Merged from 19_STABLE 2008-12-07 17:34:37 +00:00
tjhunt
4e6f553d43 quiz editing: MDL-15903 fix the code that updates $quiz->sumgrades,
so we only update the database when something changes, not on every page view.
2008-12-05 05:08:37 +00:00
tjhunt
ab652c35ee quiz settings: MDL-16781 Avoid concatenating and calling strtolower on language strings. 2008-12-05 04:20:26 +00:00
piers
f2c86f9445 MDL-17115 - SCORM onload API checking. Hunt for the API. 2008-12-05 03:19:56 +00:00
danmarsden
43f4e520be rename api.php file:MDL-17515: Moodle API will treat files called api.php in a special way.... 2008-12-05 02:50:17 +00:00
pilpi
74c640b3a7 quiz editing: MDL-17409 converted string to use $a
created new string
2008-12-04 15:53:30 +00:00
pilpi
5af1b21ab2 quiz editing: MDL-17409 converted strings to use $a
converted concatenation to use $a instead for new (committed with the rest of Quiz UI redesign project) strings, created new strings for old strings that did not yet use $a
2008-12-04 15:13:22 +00:00
pilpi
3e6ad1d7a4 quiz editing: MDL-17409 removed ":" from source
removed ":" from source where they occured with new (committed with the rest of Quiz UI redesign project) strings and changed the strings accordingly
2008-12-04 13:28:20 +00:00
dongsheng
4faace3781 "MDL-17448, fix assignment due time, merged from 1.9" 2008-12-04 08:17:24 +00:00
piers
b86aa44854 MDL-17310 - Fixup an issue with relative directory paths. Thanks Jonathan. 2008-12-04 03:25:43 +00:00
poltawski
a07e0af03a forum: Portfolio save button was adding an additional '|' when no plugins
available MDL-17467
2008-12-01 20:40:42 +00:00
danmarsden
9316beca89 force scorm update:MDL-17034: force update of SCORM when scorm_simple_play is used. 2008-12-01 03:32:39 +00:00
piers
7554f67190 MDL-16651 - add in delete attempt capability - thanks Dan/Tim. 2008-11-29 17:51:47 +00:00
pilpi
033c8cde6e quiz editing: MDL-17294 removed unnecessary comment 2008-11-28 19:51:30 +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
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
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
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
f63d6374a1 MDL-11090 merging forgotten version.php which breaks upgrade badly 2008-11-28 09:15:16 +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
skodak
214b1cf7a8 MDL-17428 Do not include in the middle of file in global scope 2008-11-27 22:46:34 +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
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
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
thepurpleblob
79ae8789bb MDL-17125
Fix as suggested by Jonathan Kemp.

Merged from STABLE_19
2008-11-26 15:15:58 +00:00
thepurpleblob
4d22ec8144 MDL-11090
Passwords are now held in clear text so you can see what the password
is on the config screen.
Still backward compatible with old md5 passwords (which are still not displayed
of course)

Merged from STABLE_19
2008-11-26 14:34:40 +00:00
pilpi
101cad083a quiz editing: MDL-17294 added back (removed comments around) random question preview link 2008-11-26 13:16:49 +00:00
thepurpleblob
508fe4d8b5 MDL-17411
defaultquestion() now reflects the one in the question bank code, thus supressing
lots of notices

Merged from STABLE_19
2008-11-26 13:10:18 +00:00
tjhunt
2e883810d3 quiz editing: MDL-17296 refactor print_timing_information to avoid duplicating code from mod/quiz/accessrules.php 2008-11-26 04:52:46 +00:00
tjhunt
d7129a519f accessibility / lang strings: MDL-17359 remove > being used as an arrow - screen readers don't like it. 2008-11-25 13:15:53 +00:00
tjhunt
1372b5d2cf quiz editing: MDL-17298 We should not add JavaScript to the YAHOO namespace Also, use the newer methods for including required JavaScript. 2008-11-25 12:31:59 +00:00
jamiesensei
bbf4f440ee MDL-15326 "allow for per report capabilities to replace mod/quiz:viewreports" 2008-11-25 12:11:27 +00:00
jerome
f1cddcf961 database: MDL-16999 move the flag from config table to config_plugins table, merged from 1.9 2008-11-24 00:54:20 +00:00
piers
15f5036a10 MDL-17310 - take the opportunity to change the scorm defaults to a highest grade orientation. 2008-11-23 21:39:29 +00:00
tjhunt
1332ce5397 quiz unittests: MDL-17295 start writing unit tests for some of mod/quiz/locallib.php - and fix the bugs they revealed! 2008-11-23 12:46:51 +00:00
tjhunt
1499ce3185 unit test reliability: For some reason this does not work on my laptop. because the standard function getrempteadr returns '', so just skip this test. 2008-11-23 11:53:21 +00:00