74 Commits

Author SHA1 Message Date
gbateson
de0eca74b0 Sequitur improvments: corrected score and added counts for number of correct and wrong clicks 2005-11-19 16:23:47 +00:00
gbateson
14f793ba98 micro-incremented version number to 2.1.5 2005-11-19 02:10:15 +00:00
gbateson
72e5f837c8 incremented version number and added one more sponsor 2005-11-19 02:09:26 +00:00
gbateson
7ba55121e7 corrected JMatch reporting and added intermediate reporting of TexToys Rhubarb quizzes 2005-11-19 02:02:13 +00:00
gbateson
0e143b3514 allow "penalties" to be returned from Rottmeier Find-It quizzes 2005-11-18 06:07:02 +00:00
gbateson
daa08c4e4c remove [] from clue button text in JCloze (HP default is [?], so additional [] are not needed) 2005-11-18 01:13:31 +00:00
gbateson
72e0b1f534 correct score calculation in TexToys Rhubarb 2005-11-14 11:32:40 +00:00
gbateson
e791e20949 get clue button text from quiz XML file (hitherto, it was always been set to "?") 2005-11-11 06:34:51 +00:00
gbateson
7867d9dbce fix error on line 700 when student displays hotpot/index.php 2005-11-10 09:00:17 +00:00
gbateson
29781718a6 changes to allow quizzes in tail of HotPot chains to be visible 2005-11-08 07:48:10 +00:00
gbateson
d4817b7317 fixed undefined index line 147 in "remove_column" function 2005-11-04 02:16:40 +00:00
defacer
3f754e638c Fixing a typo ("=" to "=>") which killed my Moodle after grabbing the latest CVS. 2005-10-31 01:58:42 +00:00
gbateson
1e2b831839 add PARAM_ALPHANUM for Moodle 1.4 and less 2005-10-30 23:32:07 +00:00
gbateson
b24a1f7fe5 improved detection of $quiztype for "mobile" output format 2005-10-30 23:31:33 +00:00
gbateson
efc49e0f65 replace relative URLs in <embed> tags 2005-10-23 11:41:40 +00:00
gbateson
730b36aa31 allow student to review results (if teacher allows it) 2005-10-19 09:56:39 +00:00
gbateson
f74a8cc6ce corrected spelling in sponsor details 2005-10-12 22:00:54 +00:00
gbateson
0c4d3fd7f2 micro version increase to 2.1.4 2005-10-12 12:20:58 +00:00
gbateson
a9919f5460 added list of (two) sponsors 2005-10-12 12:19:55 +00:00
gbateson
7957e323ff corrected the setting of "ignored" fields on mobile output format 2005-10-12 07:11:14 +00:00
gbateson
6d8ddde3f3 insert modified submission form for mobile phone output 2005-10-12 07:08:54 +00:00
gbateson
1ebc0e6238 allow non alphanumeric chars in filenames when searching for relative URLs, and added $HOTPOT_QUIZTYPE array to map numeric quiz type to text description 2005-10-12 07:07:30 +00:00
gbateson
4af510f604 detect mobile phone browsers and use mobile format if required and available 2005-10-07 05:31:11 +00:00
gbateson
b1db3c9018 add get_file_contents for php<4.2, use get_file_contents($filepath) instead of fread($fp, filesize($filepath)) 2005-10-07 01:56:33 +00:00
gbateson
2116866547 use get_file_contents($filepath) instead of fread($fp, filesize($filepath)) 2005-10-07 01:52:19 +00:00
gbateson
1d0bbc406e fixed setting of name+summary from quiz when adding all files in a folder as a chain 2005-10-06 23:59:08 +00:00
gbateson
6cadcaf077 attempt.php now includes view.php for "mobile" outputformat; added checks, hints and score for "mobile" outputformat 2005-10-05 13:00:42 +00:00
gbateson
4fcd13b2b4 simplified logic which handles passing of invalid (non-numeric) atrtemptid 2005-10-05 03:49:35 +00:00
gbateson
5ceaebac4f modified handling of JCross question numbers in hotpot_add_attempt_details() 2005-10-05 03:47:50 +00:00
gbateson
5237207862 added some reporting for HP5 (v5 and v6) quizzes; improved reporting on JCross and JQuiz multichoice; some modifications to prepare for upcoming "mobile" output format; corrected positioning bug when IE displays feedback box on long reading 2005-10-03 00:06:45 +00:00
gbateson
b045850b40 improved the display of "Give Up" button and <IFRAME> navigation buttons (however <IFRAME> still does not resize on FireFox) 2005-09-28 03:14:54 +00:00
gbateson
76a72c55b8 use while loop instead of foreach loop during regrade, to allow for the possibility of splitting a regrade and so avoid "maximum execution time exceeded" errors 2005-09-27 04:46:28 +00:00
gbateson
e2f9f968cc slight modificaition to the function which updates from v1.2.0 or v1.2.1 to v1.2.2, so as to catch all incorrectly labelled "in progress" attempts 2005-09-26 11:33:53 +00:00
gbateson
4e31156d03 when updating from v2.1.0 or 2.1.1, check there is no more than one "in progress" attempt per user for each quiz, and if there is such an attempt, it must be the most recent attempt on the quiz by that user 2005-09-26 01:27:31 +00:00
gbateson
51b2d9910b switch output_formats v3, v4, v5 and moved "hotpot_flush" function to "db/update_to_v2.php" 2005-09-26 00:44:52 +00:00
gbateson
77cf1e9060 ensure %-signs in "reportpercentscore" are doubled for sprintf (only applies to Moodle 1.4 and less) 2005-09-22 07:32:56 +00:00
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