Commit graph

338 commits

Author SHA1 Message Date
gbateson
1e5a7649c3 allow teacher to select reports on single students 2005-09-22 06:38:41 +00:00
gbateson
bb380677cd modified reports to allow rowspan and colspan settings to work with "remove_column" function 2005-09-22 04:40:45 +00:00
gbateson
0c59601c11 changed some variable names to improve readability:
$i, $ii, $iii => $str_start, $cdata_start, $cdata_end,
 $hp->files => $hp->references
2005-09-22 01:19:00 +00:00
gbateson
d4e351cd8b SQL to update clickreportid must be done one statement at a time 2005-09-21 11:53:04 +00:00
gbateson
1ee38bed41 when adding a "chain" of HotPots, check quiz specified in "Next" button has not already been added 2005-09-21 11:51:07 +00:00
gbateson
2393e715d6 renumbered steps 1,2,3,3,4 => 1,2,3,4,5
signalled steps 3 and 4 as not required for Moodle 1.5 and later
2005-09-21 00:25:51 +00:00
gbateson
6241666438 removed XSS hole caused by urldecode 2005-09-20 11:48:50 +00:00
gbateson
4b83220717 Improved the setting of quiz name and summary for quiz chains 2005-09-20 07:12:00 +00:00
gbateson
7882cdaf79 improved handling of Hot Potatoes navigation buttons 2005-09-19 06:29:14 +00:00
gbateson
4b4a288247 Fixed bug for student view of index.php
Replaced use of DIRECTORY_SEPARATOR constant with '/'
2005-09-16 11:57:25 +00:00
gbateson
ab45e35e90 the v6 folder has been moved into the "templates" folder for HotPot v2.1 2005-09-16 07:48:16 +00:00
gbateson
57f35d211e changes to database and most scripts to allow enhancements for HotPot v2.1
- click-by-click reporting
  - manipulate "chains" of hotpot activities
  - standardized reporting across all quiz types
  - several smaller features
2005-09-16 07:24:12 +00:00
gbateson
410229b604 changes to database and most scripts to allow enhancements for HotPot v2.1
- click-by-click reporting
  - manipulate "chains" of hotpot activities
  - standardized reporting across all quiz types
  - several smaller features
2005-09-16 02:55:56 +00:00
mjollnir_
f3221af9e5 Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
skodak
c6d67e76fc merged from MOODLE_15_STABLE 2005-07-04 07:20:53 +00:00
gbateson
53ed0d14c8 size of top frame, if any, set using $CFG->resource_framesize 2005-05-30 23:13:56 +00:00
gbateson
96a4f85bd3 Additional explanation for quiz module add-in in Moodle 1.4.5 2005-05-30 23:06:05 +00:00
gustav_delius
f294ea047d fixed weird line endings in this file because perhaps it is the cause of bug 3301. 2005-05-20 20:44:25 +00:00
gbateson
88e899dcf9 use class="helplink" instead of inline styles 2005-05-17 07:45:39 +00:00
gbateson
5439ac0e07 correct wording on point 2, to "Install the messages and help files of the hotpot module" 2005-05-17 07:44:56 +00:00
gbateson
c1d439b594 use class="helplink" instead of inline styles
get_recent_mod_activity to initialize $activity in loop
2005-05-17 07:43:40 +00:00
gbateson
99d6674487 moved hard-coded text messages (about clipboard) to lang/en/hotpot.php 2005-05-17 03:13:17 +00:00
gbateson
baa58947c3 removed several (all?) XHTML incompatabilities 2005-05-17 03:11:01 +00:00
gbateson
fcf0a80b37 access to $_GET parameters now done using required_param()
HTML tags made XHTML compatible
2005-05-17 02:15:04 +00:00
gbateson
ae3d1aa42b Updated version number to 2.0.8 2005-05-16 08:59:40 +00:00
moodler
67e1691c61 Removed excess z 2005-05-14 06:07:04 +00:00
moodler
e62b179042 Some little style fixes bug 3222 2005-05-14 03:22:09 +00:00
gbateson
dde7cceda0 modified $moodle->requires to 2003091111 (Moodle v1.1.1) 2005-05-14 02:43:36 +00:00
gbateson
1fb986d10c setting of path templates directory no longer depends on strings "v6", "v5", etc in language pack 2005-05-13 12:39:47 +00:00
gbateson
c3d987648a removed install.php script because it is non-standard and not required in Moodle 1.5 2005-05-13 02:39:02 +00:00
gbateson
a38b77368d corrected spelling of "supprot forum" to "support forum" 2005-05-09 11:57:20 +00:00
gbateson
a06ade94b4 corrected version number to 2.0.7 2005-05-09 11:52:47 +00:00
gbateson
9736716d4a removed reference to install.php from README.TXT 2005-05-09 11:48:42 +00:00
gbateson
299716a664 added hotpot/install.php to simplify installation and upgrade
modified README.TXT explaining how to use install.php
2005-05-08 02:36:53 +00:00
gbateson
53fc076c19 two changes to "hotpot_db_update_field_type" to correct bugs when updating PostgreSQL database
- declare $db as global variable (line 760)
- curly brackets around $field when assigning $tmpfield (line 852)
2005-05-04 11:19:45 +00:00
moodler
df0fcc6f78 The initial installation is now properly handled.
Hot Potatoes is disabled by default in new installations.
2005-04-25 16:29:50 +00:00
moodler
57e0eac48e Change logic for new installs 2005-04-25 15:21:06 +00:00
moodler
d4b950d390 Hotpot module v2! Thomas Robb, Gordon Bateson - thanks!! 2005-04-25 14:41:28 +00:00