20109 Commits

Author SHA1 Message Date
moodler
83fb561f0c Cleaning up the header a bit 2006-05-01 03:12:17 +00:00
moodler
6279c33fbd Some fixes for the links in the blog tags block 2006-05-01 03:11:45 +00:00
mark-nielsen
53354ec03c Due to changes in Quiz which allows commenting and manual grading of all question types, essay no longer needs its two tables: question_essay and question_essay_states
backuplib.php removed backup code related to question_essay_states
type/essay/db/mysql.sql and postgres7.sql removed all SQL
type/essay/display.html improved essay display
type/essay/questiontype.php, editquestion.php, and editquestion.html removed all uses
of the two tables - this resulted in a great simplification of the essay question type
2006-05-01 02:56:06 +00:00
toyomoyo
116bd4ec0d changes made to accomodate adodb_logsql table. bug 5003 2006-05-01 02:42:36 +00:00
toyomoyo
8d92d7ad71 info column is missing a key 2006-05-01 02:34:29 +00:00
moodler
82c8137db9 Added css for blog class audience 2006-05-01 02:21:39 +00:00
moodler
776d8f1581 Moved blog_tags block styles to the block itself 2006-05-01 02:01:37 +00:00
moodler
7fdc360c1e New style for blog audience info 2006-05-01 02:00:06 +00:00
skodak
4908ad3ebf added optional salting of user passwords stored in internal table - first part; admin UI and docs coming soon (SC#236) 2006-04-30 21:02:28 +00:00
urs_hunkler
df74830cfd cleaned and enhanced CSS for quiz 2006-04-30 17:39:58 +00:00
urs_hunkler
43015b3b6a cleaned and enhanced CSS for questions 2006-04-30 17:39:02 +00:00
gustav_delius
7d042862c8 Warning strings for missing questions or question types. Misprint in string name fixed. 2006-04-30 17:33:30 +00:00
gustav_delius
2b44d03f81 Error message for when a questiontype is missing is prepended to question text. 2006-04-30 17:33:00 +00:00
gustav_delius
f57c624262 Use the missingtype question type to print the explanation message when a random question is missing 2006-04-30 17:31:33 +00:00
gustav_delius
2be604b665 Missingtype now also works without notices when the missing question has no answers. 2006-04-30 17:30:22 +00:00
gustav_delius
ed28abca24 Don't throw a php error when there are no question answers in the default question type. 2006-04-30 17:13:44 +00:00
gustav_delius
4572d78f71 When a teacher deletes a question that was already used as a random question in a quiz the student now gets a useful message about the fact rather than just a php error. 2006-04-30 16:59:23 +00:00
gustav_delius
28a8ec9148 Make sure that the newgraded field always points to a valid state. 2006-04-30 16:23:55 +00:00
gustav_delius
2e9b6d157c Fixed bug 5192 2006-04-30 16:15:04 +00:00
gustav_delius
1a1293edd7 Making sure grading and feedback use the same way of testing responses, thanks to Joseph, bug 5134 2006-04-30 15:11:13 +00:00
gustav_delius
b518c69e3b Question preview now handles duplicate responses properly 2006-04-30 12:07:08 +00:00
gustav_delius
ca56222d50 Fixed and simplified the logic in the response processing. Remove the walking through previous graded states. 2006-04-30 11:45:14 +00:00
stronk7
f84b602b44 Too much restrictive optional_param was producing
some undesired efects with formats. Bug 4858.
(http://moodle.org/bugs/bug.php?op=show&bugid=4858)

Merged from MOODLE_15_STABLE
2006-04-30 10:07:36 +00:00
stronk7
60b5242a53 entrylist format now show the 'send ratings' button. Bug 4915.
(http://moodle.org/bugs/bug.php?op=show&bugid=4915)
2006-04-30 09:41:19 +00:00
gustav_delius
c4c11af898 Now that the shuffling within a question can be controlled also at question level the default at the module level needs to be set to true, otherwise people can not test the question setting. 2006-04-30 08:11:49 +00:00
gustav_delius
7a38b61bfa Fixing empty lines 2006-04-29 20:01:27 +00:00
gustav_delius
26f6d51c88 Fixed empty lines 2006-04-29 19:52:44 +00:00
gustav_delius
a159b825a3 Fixed empty lines 2006-04-29 19:46:41 +00:00
gustav_delius
99dc4f381c Removed empty lines 2006-04-29 19:36:56 +00:00
stronk7
d639dbf762 Some more table/form mixed things remains in two forms. The rest
validates OK now. Bug 5371 created for the validation problem!
(http://moodle.org/bugs/bug.php?op=show&bugid=5371)
2006-04-29 16:39:02 +00:00
stronk7
954ec82fd0 body and html close were being printed twice! Number of XHTML
errors highly reduced by the form-table mix remains...
2006-04-29 15:54:52 +00:00
stronk7
755a1c4b02 XHTML closing some input tags. But this page doesn't validate at
all because the table/form intermixed tags!
2006-04-29 15:40:46 +00:00
stronk7
85e20335a6 Avoid [[namesite]] to appear when editing site activities. Bug 5370.
(http://moodle.org/bugs/bug.php?op=show&bugid=5370)
2006-04-29 15:13:31 +00:00
stronk7
97cc77e090 Initial revision 2006-04-29 12:22:58 +00:00
mark-nielsen
be1af5b770 Moved the require login and isteacher checks to infront of the form data processing 2006-04-29 07:37:52 +00:00
mark-nielsen
6cd88ca593 REMOVED: This feature is no longer in the lesson settings screen. This functionality has moved to report.php 2006-04-29 01:42:28 +00:00
mark-nielsen
fe9588b971 Deleted lang entry for Deleting student attempts in the lesson settings page. This functionality has been moved to report.php 2006-04-29 01:40:18 +00:00
mark-nielsen
31eb5b5335 [Removed] the Delete user attempts option in the Lesson settings (changes to mod and lib)
[Added] new functionality to report.php to delete individual student attempts
[Fixed] High scores text in view.php when no high scores were recorded needed to be centered
2006-04-29 01:37:50 +00:00
stronk7
062a84a62a Columns cannot be null anymore. Bug 5343.
(http://moodle.org/bugs/bug.php?op=show&bugid=5343)

Please document it in coding guidelines!!!
2006-04-28 23:42:12 +00:00
stronk7
2ce22ad858 Bump to beta4! ;-) 2006-04-28 17:57:46 +00:00
stronk7
e857af01f8 No need to display the iframe because now it's never hidden. 2006-04-28 13:18:49 +00:00
gustav_delius
3f13e16094 Removed the answershuffle field from the random short answer question because in a random question this options is irrelevant. 2006-04-28 09:44:13 +00:00
gustav_delius
4ff35ad41e Small improvement to help files 2006-04-28 09:43:19 +00:00
thepurpleblob
c515fcf73e Removed mystery (probably diagnostic) message 2006-04-28 09:39:13 +00:00
thepurpleblob
a9b16aff8d Now ignore hidden questions. Bug #4988 2006-04-28 09:36:17 +00:00
gustav_delius
b59126298d Just a small comment to avoid problems in the future 2006-04-28 09:34:33 +00:00
ethem
0168503ab2 Direct access to this script is forbidden. 2006-04-28 07:20:25 +00:00
toyomoyo
993763bf17 1.6 Beta 4! 2006-04-28 05:54:27 +00:00
toyomoyo
0327c40abb bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
moodler
92718cce32 Make sure we can see all installed languages regardless of langlist 2006-04-28 02:29:36 +00:00