koenr
7f57bd8358
changing thislanguage to NCR so it displays properly in the languagelist
2004-11-05 23:18:15 +00:00
koenr
6bcaedefdd
The Kannada Translation in UTF-8.
...
Thanks to Hari Prasad Nadig [hpnadig@gmail.com ] and his team
2004-11-05 18:40:59 +00:00
scop22
93996ffeab
New language strings added in several files, especially in workshop.php
2004-11-05 12:52:42 +00:00
stronk7
90ee39c0e3
Updated to 1.4.2 release
2004-11-05 08:20:55 +00:00
moodler
2038a163d8
Merged sesskey fix from stable
2004-11-05 06:29:48 +00:00
moodler
29a84fcb6a
Fix blockname string
2004-11-05 06:29:18 +00:00
barias
77ce9a69ff
Minor changes in spanish translation
2004-11-04 22:07:19 +00:00
barias
a43c1fbee3
Minor changes in spanish translation
2004-11-04 18:22:41 +00:00
moodler
80711843ef
Copied from stable
2004-11-04 16:58:30 +00:00
moodler
379c6084bd
Added sesskey to some buttons
2004-11-04 16:58:00 +00:00
skodak
a7668713dd
merged from MOODLE_14_STABLE:
...
initialized $image and moved filemtime after file_exists
2004-11-04 09:34:27 +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
c1177e371f
Fixed a comment without // at the start in block restoring
2004-11-04 08:12:33 +00:00
skodak
650874544b
merged from MOODLE_14_STABLE: initialized variables - the same as algebra/pix.php
2004-11-04 08:00:39 +00:00
moodler
56c178a754
Merged search trim from stable
2004-11-04 07:15:50 +00:00
moodler
81b7339acf
Merged change from stable
2004-11-04 07:06:28 +00:00
mits
8bdbbd987c
translated some.
2004-11-04 07:00:44 +00:00
moodler
9b74055f4b
Merged pathinfo fix from stable
2004-11-04 07:00:12 +00:00
stronk7
0a23fdb759
Now courses are deleted from backup_courses when they have been
...
deleted from Moodle. See:
http://moodle.org/mod/forum/discuss.php?d=13633
Merged from MOODLE_14_STABLE
2004-11-04 00:10:33 +00:00
carlesbellver
ed3d2f482d
*** empty log message ***
2004-11-03 11:48:09 +00:00
moodler
d491049d2e
Merged from stable
2004-11-03 02:02:15 +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
moodler
8e73aa9705
Copied from STABLE
2004-11-02 12:45:04 +00:00
martignoni
c484958bc2
Blocks are now saved to and restored from course backups!
2004-11-02 10:54:40 +00:00
villate
44b6575136
Initial translation for new modules
2004-11-02 09:55:24 +00:00
villate
7b1ed85666
More translations contributed by moodle-pt community
2004-11-02 09:18:09 +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
mits
43004050cc
translated some.
2004-11-02 03:45:50 +00:00
michaelpenne
f4a246d2a5
help file for modattempts option in lesson settings. Empty at the moment though
2004-11-01 20:50:54 +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
983e7d0e2a
added new lang entries for lesson module
2004-11-01 20:48:51 +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
paca70
1b2a38043b
Theres no enums in postgresql 7.x. Fix for this.
2004-10-31 14:36:35 +00:00
mits
4275bed49b
translated some and new pre-translated file added.
2004-10-31 04:59:37 +00:00
moodler
d4eec24384
Merged fix from stable
2004-10-31 04:10:37 +00:00
gustav_delius
cdef00de3e
Merged from STABLE. Fixed a bug that allowed teachers to upload images of arbitrary size
2004-10-30 22:51:12 +00:00
mits
dad9bb654e
translated some.
2004-10-30 00:57:08 +00:00