301 Commits

Author SHA1 Message Date
toyomoyo
3f5abcb20a accessibility fixes 2006-12-14 07:48:40 +00:00
gbateson
4db2e65f9d fix undefined property "cr_timefinish", when viewing click report 2006-12-08 02:44:23 +00:00
skodak
b8db24a59c Fix frames accessibility on Hotpot MDL-7468 2006-11-28 10:43:27 +00:00
skodak
7150b8ae20 MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
gbateson
dce744cc05 fix sort order of questions in legend, which caused mismatch between question numbers used in Detailed Statistics report and those used in the legend 2006-11-18 08:55:11 +00:00
skodak
1936c10e54 fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
gbateson
97a313023d correct the setting the fixed flag in JMatch quizzes 2006-10-30 08:55:35 +00:00
gbateson
c81aa39f92 fix detection and display of fixed items in JMatch (jmt file) 2006-10-27 00:53:24 +00:00
stronk7
5d0fc5c33d Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0 Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac New upgrade.php file added for this module. MDL-7214 2006-10-26 17:33:40 +00:00
moodler
f274fe073c Merged AS keyword fixes from stable MDL-7207 2006-10-25 09:04:25 +00:00
moodler
3d81c41e2e Merged fixes for AS keywords MDL-7207 2006-10-25 08:51:32 +00:00
thompson697
cf0b1faded Apply modularity to the creation of the log file during restore to a new course.
Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch
2006-10-17 10:05:41 +00:00
gbateson
29c7c23082 removed a debug line which showed up in Rottmeier DropDown quizzes 2006-10-12 21:48:20 +00:00
gbateson
b4c2849e21 correct handling of correct, wrong and ignored answers in Rottmeier DropDown 2.4 quizzes 2006-10-12 08:08:52 +00:00
gbateson
247ed91b7f remove unnecessary <br /> before summary textbox when in edit mode (as opposed to add mode) 2006-10-12 08:06:58 +00:00
gbateson
97782e0c07 add global $CFG to hotpot_restore_dates function 2006-10-12 08:01:22 +00:00
skodak
0160a028c2 fixed wrong } in hotpot_restore_dates() 2006-10-11 09:21:30 +00:00
gbateson
25d13710ed standardized lock/unlock of dates (also name and feedbackurl); added standard "Groups" and "Show" settings at end of form. 2006-10-11 08:34:52 +00:00
moodler
2d5a4f255b Merged fixes for MDL-6907 from stable 2006-10-11 06:21:58 +00:00
gbateson
29651b84a5 use "noattemptstoshow" message instead of "noattempts" 2006-10-11 01:40:48 +00:00
gbateson
2ddc00d223 move restore dates in a HotPot record to a separate function 2006-10-11 01:32:40 +00:00
gbateson
2267e61012 allow selection of groups in reports 2006-10-11 01:30:27 +00:00
gbateson
c0e19266db simplified the javascript to hide "name", "studentfeedbackurl" and dates when not required 2006-10-07 14:57:37 +00:00
gbateson
fb414b62e5 added PARAM types for all calls to "optional_param()" and "required_param()" 2006-10-07 08:59:59 +00:00
gbateson
cc4782064d adjust "best grade" to range 0 to hotpot->maxgrade 2006-10-07 05:03:52 +00:00
gbateson
dee022991a remvoved course selection for admins, and tidied up handling of capabilities 2006-10-07 01:57:57 +00:00
gbateson
bd9c7e8473 fix undefined variable $context on line 135 2006-10-06 09:36:40 +00:00
gbateson
a81468432a allow display and deletion of attempts by "All users" including unenrolled students 2006-10-06 08:02:07 +00:00
gbateson
8e6461f749 fix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be ... get_context_instance(CONTEXT_COURSE, $course->id) 2006-10-06 07:09:27 +00:00
gbateson
259bcf0c8b added "format_string" and "stripslashes" when print HotPot name to browser 2006-10-06 06:22:15 +00:00
gbateson
2398e835a8 renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report; 2006-10-06 05:56:53 +00:00
toyomoyo
0c40e390ad adding utf8 support for new fields 2006-10-06 04:03:02 +00:00
gbateson
85b05f3784 removed all references to obsolete indexes on "hotpot_questions.name" and "hotpot_strings.string" 2006-10-06 02:03:43 +00:00
gbateson
cd49109677 reset version number in HotPot v1 with over-advanced version number 2006-10-06 01:25:56 +00:00
thompson697
eb87ac71c5 Change creation of restorelog file location to protected backupdata folder.
Reassign style and language links
2006-10-04 14:50:50 +00:00
gbateson
42cd7a105b do not join "hotpot_attempts" and "hotpot_details" tables when displaying "hotpot/index.php". This should speed display when courses have many HotPot activities, especially for students 2006-10-01 06:39:51 +00:00
gbateson
172ab53650 add/delete calendar events when adding/updating/deleting hotpots 2006-10-01 06:36:50 +00:00
gbateson
f7f630bce7 added PARAM types to calls using "required_param" and "optional_param" functions 2006-09-28 13:24:36 +00:00
martinlanghoff
d2715c70b6 mod/glossary, mod/hotpot: use sql_concat() and sql_concat_join()
Cleaned up several dbtype conditionals too.
2006-09-26 05:06:44 +00:00
vyshane
583b57b42d Changed <module>_print_recent_activity() functions so that they don't use $isteacher. However, I've left the $isteacher parameter in the functions, for backward compatibility so as not to break thrid party modules. Should we remove the parameter now? 2006-09-24 14:01:50 +00:00
skodak
189bb4a628 fixed warning in hotpot lib when running cron from commandline 2006-09-24 07:38:15 +00:00
skodak
eef868d17d major whitespace cleanup - fixed trailng whitespace in new files and admin area 2006-09-20 21:00:45 +00:00
skodak
03f5a0f87c major whitespace cleanup - fixed \r\n line-ending 2006-09-20 19:46:52 +00:00
toyomoyo
dc5586907d replacing deprecated calls and references to capability calls 2006-09-20 09:00:04 +00:00
toyomoyo
9ce384ba1e relacing deprecated functions with capability checks 2006-09-19 14:16:40 +00:00
toyomoyo
d76a5a7fed replacing references to user_* tables 2006-09-19 01:44:33 +00:00
moodler
fdb1cf2cc1 FIxed to use the new debugging function 2006-09-18 09:13:04 +00:00
gbateson
e69c04db5a do not add $restore->course_startdateoffset to ANY empty dates 2006-09-14 21:50:37 +00:00