3377 Commits

Author SHA1 Message Date
gustav_delius
54b3f8eb85 fixed typo in the wiki to markdown upgrade 2005-05-17 22:18:17 +00:00
mjollnir_
f010d33875 Merged from MOODLE_14_STABLE. Merging in my last unmerged patch. Corrects a bad constraint name in postgres for quiz. Bumped quiz version 2005-05-17 21:51:29 +00:00
moodler
d6f47d9a1b The Online assignment now self-upgrades and tries to populate itself
with all the Journals.

I'm sorry this is so late.  :-(

It probably has bugs and may lose Journal data.

Please test it for me - I need to sleep.
2005-05-17 20:04:01 +00:00
moodler
d175966b68 Fixed some upgrading bugs 2005-05-17 19:58:30 +00:00
moodler
be27364137 Very quick fix to remove notices (but loses some colors) 2005-05-17 19:55:37 +00:00
thepurpleblob
b98af62708 Now correctly handles changes in database format of numerical questions.
Also now properly supports numerical questions with multiple answers.
2005-05-17 15:47:31 +00:00
thepurpleblob
c4f9996d64 Numerical questions now work with recent database changes. 2005-05-17 14:49:55 +00:00
thepurpleblob
73ffd0ac03 Allow tolerance to be specified as array (like fraction and feedback) to
improve GIFT format compatibility.
2005-05-17 14:29:28 +00:00
thepurpleblob
b5abaacf51 Sorted hard coded string. 2005-05-17 14:12:42 +00:00
mindforge
16d85f5712 Fixed problem in random qtype (incorrect selection of state).
Fixed bug 3129. Randomsamatch now reports a propper error if not enogh SA questions are available.
2005-05-17 13:59:58 +00:00
mindforge
57b77d43d9 Reverted the random question type to the old storage model to make life easier in the upgrade, backup and restore scripts. 2005-05-17 13:33:53 +00:00
gustav_delius
b43757dbfa language strings and help files have now been moved to the main language directory 2005-05-17 13:25:40 +00:00
mindforge
de7df51644 The truefalse qtype now stores responses as it did in moodle 1.4. This fixes bug 3252. 2005-05-17 11:32:44 +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
stronk7
8a12a13250 Tabs are out 2005-05-16 23:42:48 +00:00
stronk7
5e5b6b7f19 Tabs are out.
Please don't use tabs in source code. Set your editor to 4 cc per tab.!
2005-05-16 23:41:58 +00:00
stronk7
87dddc1445 Replaced some (not all) tabs to spaces.
I've leave unmodified formats and nusoap library
2005-05-16 22:51:16 +00:00
stronk7
271fea974f Tabs are out.
(all the module was using them, please change your editor settings to 4 spaces)
2005-05-16 22:41:19 +00:00
stronk7
894ff63f8f Tabs are out 2005-05-16 22:22:31 +00:00
gustav_delius
1b05eeedad Put link to attempts on info page 2005-05-16 22:12:44 +00:00
gustav_delius
246143a1d8 Cleaned up config.html a bit 2005-05-16 21:49:37 +00:00
gustav_delius
87c32d8b7b removed unused language strings 2005-05-16 21:04:15 +00:00
gustav_delius
1f48479ebf quiz_upgrade_states() now creates entries in the quiz_newest_states table only for states that are associated to those questions that are listed in $attempt->layout. 2005-05-16 19:21:34 +00:00
mindforge
28c6786b49 Modified DB update to adapt multianswer states to the new storage.
ATTENTION: This currently only works for upgrades that upgrade from quiz versions pre 2005042900!
2005-05-16 17:01:21 +00:00
bobopinna
06abe84fde Fixed a SQL injection from $scoid 2005-05-16 15:05:53 +00:00
thepurpleblob
875c308e6c Added an example of specifying questiontext text format 2005-05-16 12:38:21 +00:00
thepurpleblob
0f27fa6bda Now allows questiontext text format to be specified. 2005-05-16 12:35:46 +00:00
thepurpleblob
ba67d803f0 Fix bug #3264 2005-05-16 09:17:21 +00:00
gbateson
ae3d1aa42b Updated version number to 2.0.8 2005-05-16 08:59:40 +00:00
thepurpleblob
691d06114e Added support for Examview import. 2005-05-16 08:12:40 +00:00
thepurpleblob
88e24f3a0f File is not used or required. 2005-05-16 07:50:50 +00:00
gustav_delius
3ab87ece98 Some explanation of the paging mechanism. 2005-05-16 05:55:03 +00:00
gustav_delius
3bac7ecaf8 removed doubled-up code, thanks Eloy 2005-05-16 05:26:09 +00:00
stronk7
8465c58a8d STEP 2 seems to be working relatively nice!!
quizzes, instances, versions, attempts, states and grades for pre15
are now restored. Not fully tested, so I'm sure it will need some
adjustments but, basically, it's done.
 CVS: ----------------------------------------------------------------------
2005-05-16 00:05:50 +00:00
stronk7
ce12d03e71 Now STEP1 is 100% completed.
Remap of multianswers isn't necessary because, under Moodle 1.5, it seems
to be always a  1..n collection of pairs and responses pairs are always
ordered from {#1} to {#n}.

If this isn't true we should look for an alternatice method of restore
attempts... :-(

For more info, bug 3252 has more info
(http://moodle.org/bugs/bug.php?op=show&bugid=3252)
2005-05-15 21:40:59 +00:00
gustav_delius
1b6fe5003a Removed some notices, some polishing.
No need to load all users and then remove teachers, can simply load all students.
2005-05-15 19:37:37 +00:00
gustav_delius
af4ed42f9f fixed bug 3258 2005-05-15 16:06:17 +00:00
gustav_delius
57a41f7f3e Put help icon on types.php 2005-05-15 15:43:58 +00:00
gustav_delius
0fc5939983 item analysis report contributed by Enrique Castro 2005-05-15 14:40:38 +00:00
gustav_delius
f7cb98c5ed changed string 'penalty' to 'penaltyfactor' 2005-05-15 14:21:11 +00:00
gustav_delius
488cf46b65 Cleaned up issues to do with timing. So for example late submissions are now detected correctly. 2005-05-15 11:45:12 +00:00
gustav_delius
9402459460 improved display of paging bar on edit page 2005-05-15 08:02:45 +00:00
gustav_delius
a5389464d7 edit page now remembers the paging for the question list 2005-05-15 07:54:31 +00:00
gustav_delius
b4096d4c0b remove an old line and thus a notice 2005-05-15 07:44:31 +00:00
gustav_delius
8e0fe8a5b4 fixing bug 3256 2005-05-15 07:42:51 +00:00