Commit graph

144 commits

Author SHA1 Message Date
gbateson
abe2308eab if starttime and endtime are empty, set them to zero 2006-01-13 07:57:50 +00:00
gbateson
729b2dfad2 remove unused microreportid field from postgre7 database 2006-01-13 07:56:33 +00:00
toyomoyo
e8f7b20f9a more bug fixes =( 2006-01-13 07:24:43 +00:00
gbateson
85e537d4f9 add, delete and rename certain fields and indexes that were not correctly setup by postgres7.sql 2006-01-13 06:08:27 +00:00
mjollnir_
1ecea97679 Granular backup & restore:
This patch allows the much requested selection of individual instances of modules within a course to backup and restore.
It needs A LOT of testing and probably some prettyifying too.
2006-01-13 03:45:31 +00:00
mjollnir_
be2ae09442 Replaced mysql specific comments with generic ones in hotpot sql 2006-01-12 23:28:20 +00:00
toyomoyo
7c5406967d some bug fixes 2006-01-12 02:39:13 +00:00
toyomoyo
c8ee027b0e added 2 fields in xml, addindex and dropindex, and bug fixes 2006-01-11 01:46:22 +00:00
gbateson
3ebf4ea79e change relative URLs in stylsheets to absolute URLs 2006-01-10 04:06:38 +00:00
toyomoyo
1e4d9ff6dc utf8 migration support scripts 2006-01-09 06:06:49 +00:00
gbateson
c5295983e6 removed unnecessary tabs at end of lines 2006-01-08 05:53:49 +00:00
gbateson
6166591d01 changes to allow JQuiz in mobile format 2006-01-08 05:43:03 +00:00
gbateson
eab7bfe215 defined PARAM_CLEAN if necessary (for mobile template on Moodle<=1.4) 2006-01-08 05:34:31 +00:00
stronk7
31d3283ee7 Now Hotpot is using the new Excel generation API.
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:38:20 +00:00
gbateson
d4ef3c5aaf JMatch: allow extra, unused RHS items 2005-11-25 23:01:15 +00:00
gbateson
01a8d9bd6f corrected scoring and finishing of JMatch with unused RHS items 2005-11-25 13:04:38 +00:00
gbateson
71a10ef2ad removed bad newlines (\r\r\n) which caused double-spacing in HTML/JS/CSS source 2005-11-24 07:00:33 +00:00
gbateson
02aff07d3b removed bad newlines (\r\r\n) which caused double-spacing in PHP source 2005-11-24 06:44:25 +00:00
gbateson
64b4e0f155 removed bad newlines, which caused double-spacing in PHP source 2005-11-24 05:40:36 +00:00
gbateson
2cc57707a8 fix bad newlines which caused double spacing 2005-11-24 05:16:19 +00:00
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