2204 Commits

Author SHA1 Message Date
michaelpenne
324da715f2 updated lesson_calculate_ongoing_score to match the grading algorithm used in view.php. Also suppressed a warning in lesson_print_tree_link_menu function. 2004-11-17 01:05:39 +00:00
michaelpenne
8bca120ff0 Changed the grading algorithm. Now it divides points earned by total points possible. Before was dividing points earned by max grade. Also updated essay grading to work much more reliably and fixed some formatting problems with essay emails. 2004-11-17 01:02:14 +00:00
stronk7
1b4002e0b7 Just changing some parameters stuff to new functions...
See SC and Bug 1837

Merged from MOODLE_14_STABLE
2004-11-17 00:14:34 +00:00
stronk7
2b99ea9efb Print view isn't accesible if the activity is hidden.
Bug 1837
(http://moodle.org/bugs/bug.php?op=show&bugid=1837)

Merged from MOODLE_14_STABLE
2004-11-16 23:36:35 +00:00
stronk7
62067fe3ae Header is out and "Site:" is in.
Partially solved Bug 1837
(http://moodle.org/bugs/bug.php?op=show&bugid=1837)

Merged from MOODLE_14_STABLE
2004-11-16 23:12:21 +00:00
rkingdon
0446243690 Stock comments can now contain single quotes. 2004-11-16 20:49:25 +00:00
rkingdon
3f6a03249d Fixed some error messages in assessments.php which gave the wrong table
(workshop_elements) should be workshop_grades.
2004-11-15 19:10:52 +00:00
rkingdon
b6cc3466aa Fixed bug in the "checking for a rapid submission" code. 2004-11-15 18:18:43 +00:00
kaipe
813ac2e00a The previous update was supposed to be an enlargement of answer in quiz_responses (not quiz_answers)
It is now correct and the mistake never made it to the stable version :-)
2004-11-13 19:25:13 +00:00
kaipe
c4fb195046 Fixed a typo that was introduced with revision 1.4 - I believe that revision must have been developed with some sort of script... 2004-11-13 18:51:47 +00:00
kaipe
401f9a6a78 Changed to absolute path for reaching the questiontype dependent editing page layout file.
This should increase robustness - some installations have faced problems with the previously used relative references.

This fix should be merged with the stable branch asap
2004-11-13 18:29:25 +00:00
kaipe
80acb051d9 Fixed typo 2004-11-13 18:18:06 +00:00
rkingdon
cb0a172434 Display of current/final grades now has the individual lists order by
grade.
2004-11-13 01:00:17 +00:00
rkingdon
65e187edb6 Version 2004111000. This removes the unnecesary emails about grading of
assessments.
2004-11-12 19:30:12 +00:00
rkingdon
9a21768212 Version 2004111000 of workshop. 2004-11-12 17:28:07 +00:00
bobopinna
085778e23b Patched a nav.event data model problem 2004-11-11 14:25:59 +00:00
moodler
7c6c30ed2b Changes for XHTML and accessibility compliance 2004-11-11 12:07:08 +00:00
moodler
ab00ea8ccf Merged changes from STABLE 2004-11-11 07:57:52 +00:00
moodler
7054372371 More secure use of parameters, merged from stable 2004-11-11 07:45:27 +00:00
moodler
6aac6eef8c Access fixes, merged from stable 2004-11-11 07:44:14 +00:00
moodler
6a6002f68c Merged changes from stable 2004-11-11 07:42:04 +00:00
moodler
9957501099 Merged fix to allow teacher to always take quiz 2004-11-11 02:22:08 +00:00
moodler
27d394caf9 Merged removed notice from stable 2004-11-10 14:19:40 +00:00
moodler
e200a26ec0 Merged robustness check from stable 2004-11-10 14:06:20 +00:00
stronk7
ae06e00e75 Old-awaiting for 1.4.2 release changes in the glossary.
Now, print view is different for each format (consistent with it).
New, custom formats can, optionally, define their print view. Else
the default one will be used.
With this, 1.4.x glossary developments are finished and we can start
solving some pending things in 1.5...

Merged from MOODLE_14_STABLE
2004-11-09 23:23:04 +00:00
mjollnir_
36c2c0efee glossary attachments fix to allow optional file upload 2004-11-09 21:02:39 +00:00
mjollnir_
cfd146aefa Wiki integration with upload class.
Changes in two upload forms and in moodle_binary_store.php - moodle_binary_store_file

These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-363
    Penny Leach <penny@catalyst.net.nz>
    wiki integration with upload class.
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-364
    Penny Leach <penny@catalyst.net.nz>
    fixed lost submit button from last wiki upload patch, also fixed bug related to generating db id for attached files

Full logs:

Revision: moodle--eduforge--1.3.3--patch-363
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Nov  8 11:18:08 NZDT 2004
Standard-date: 2004-11-07 22:18:08 GMT
Modified-files: mod/wiki/ewiki/ewiki.php
    mod/wiki/ewiki/plugins/moodle/downloads.php
    mod/wiki/ewiki/plugins/moodle/moodle_binary_store.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-363
Summary: wiki integration with upload class.
Keywords:


Revision: moodle--eduforge--1.3.3--patch-364
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Nov  8 16:01:29 NZDT 2004
Standard-date: 2004-11-08 03:01:29 GMT
Modified-files: mod/wiki/ewiki/plugins/moodle/downloads.php
    mod/wiki/ewiki/plugins/moodle/moodle_binary_store.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-364
Summary: fixed lost submit button from last wiki upload patch, also fixed bug related to generating db id for attached files
Keywords:
2004-11-08 05:32:18 +00:00
mjollnir_
f7f36ce260 few wayward typos breaking postgres workshop install 2004-11-08 05:26:27 +00:00
moodler
9cc9b7c169 Merged mailout fix from STABLE 2004-11-07 15:27:19 +00:00
moodler
2a488ba553 Some XHTML compatibility changes 2004-11-04 09:24:51 +00:00
moodler
df5da3fc88 Fixed missing prefix 2004-11-04 08:55:19 +00:00
moodler
81b7339acf Merged change from stable 2004-11-04 07:06:28 +00:00
moodler
5938401cff Updated Resource, Wiki and Scorm to use the new files/index.php to
choose files.   The old coursefiles.php is obsolete.
2004-11-02 12:53:32 +00:00
paca70
5b9ce58cdc Corrected typo in mysql.sql
Added support for postgresql.
BTW is it posible to use table_column() function also with mysql, that would make
mysql-code easily portable to other database-files.
2004-11-02 08:51:24 +00:00
stronk7
4070cddfb2 Bug 2140 solved partially. Now categories are
deleted properly.

Delete of orphan categories will be done later...

Merged from MOODLE_14_STABLE
2004-11-01 20:50:03 +00:00
michaelpenne
9390ae0017 added fields: useranswer field in lesson_attempts, and added modattempts to lesson and lesson_default tables, and removed essay table creation 2004-11-01 20:47:08 +00:00
michaelpenne
8f4c2d41e4 added alter table commands to insert useranswer field in lesson_attempts, and added modattempts to lesson and lesson_default tables 2004-11-01 20:44:06 +00:00
michaelpenne
2e75518667 added a link to report, changed conditions for displaying essay link, modified the essay functions to reflect the new view of an essay question, and updated view.php to work with modattempts option 2004-11-01 20:41:55 +00:00
michaelpenne
eb73cd47e0 moved output from inside this file, to lesson.php and view.php. Also now uses lang file. 2004-11-01 20:39:30 +00:00
michaelpenne
f50e2abc74 can restore the new backup code now 2004-11-01 20:37:16 +00:00
michaelpenne
37eeba778f report displays statistics regarding users attempts for a particular lesson. If a student has attempted a lesson, a link will appear when you edit the lesson to view statistics. This feature works best with the newest version of lesson because lesson now retains more information regarding how the user answered a given question. Old lesson attempts will not display correctly. 2004-11-01 20:35:45 +00:00
michaelpenne
d01e2b0ba2 added a new setting which is modattempts 2004-11-01 20:27:28 +00:00
michaelpenne
9959aab238 on line #277, return null instead of throwing an error 2004-11-01 20:25:42 +00:00
michaelpenne
ecb00e05e2 increased the lesson version number 2004-11-01 20:21:21 +00:00
michaelpenne
b986908256 changed lesson_calculate_ongoing_score function and added some comments 2004-11-01 20:18:26 +00:00
michaelpenne
db22702089 endofcluster pages are not displayed anymore, shortanswer wrong answers are interpreted correctly, added user answer tracking to attempts so it can be used later by report.php, essays are no longer insterted into an essay table... now kept in the useranswer field in attempts, fixed a problem with grading numerical questions, modified to work with modattempts option, fixed a problem with grading matching questions and fixed addpage so that it displays multichoice with the multianswer option 2004-11-01 20:15:11 +00:00
michaelpenne
493c24e5a8 backup now actually backs up. Includes all of our database changes 2004-11-01 19:53:06 +00:00
moodler
9814a0eda6 Merged $parent initialisation from stable 2004-11-01 12:49:04 +00:00
moodler
d4eec24384 Merged fix from stable 2004-10-31 04:10:37 +00:00
moodler
325505f4ed XHTML changes and general tidy up 2004-10-29 06:50:52 +00:00