kaipe [Thu, 20 Nov 2003 19:39:08 +0000 (19:39 +0000)]
Made it possble to give negative grades for single multichoice answers in a question with embedded answers, as suggested by Koen Roggemans. The total score of the whole question must still be greater than or equeal to zero.
stronk7 [Thu, 20 Nov 2003 18:45:52 +0000 (18:45 +0000)]
This report shows the total number of views for each activity in a course.
It is based in the "Outline User Activity Report". I commit it here, but
you (Martin, of course) decide if you want to link to it from the "logs" page.
kaipe [Thu, 20 Nov 2003 18:39:25 +0000 (18:39 +0000)]
Added simplified aliases for answer types, as proposed by Thomas Robb. It is now possible to use these aliases:
SHORTANSWER = SA = MW ;
NUMERICAL = NM ;
MULTICHOICE = MC
willcast [Wed, 19 Nov 2003 17:47:40 +0000 (17:47 +0000)]
- Case sensitive search when click on a letter, fixed.
- Adding a display format manager. It controls the behavior of the display format when the user enter the glossary and when an auto-link is shown.
- Adding support to the new fullname function.
willcast [Wed, 19 Nov 2003 17:36:00 +0000 (17:36 +0000)]
- Case sensitive search when click on a letter, fixed.
- Adding a display format manager. It controls the behavior of the display format when the user enter the glossary and when an auto-link is shown.
- Adding support to the new fullname function.
moodler [Wed, 19 Nov 2003 15:59:45 +0000 (15:59 +0000)]
This function is just a stub to stand in for a while until I have more
time ... Following this I'll be converting all the other files around
the place to use this function.
willcast [Tue, 18 Nov 2003 02:28:18 +0000 (02:28 +0000)]
- Using user-defined functions to display comments properly.
- Adding a default view to auto-linked entries when the new display format is used (temporarly until the display format manager is done)
stronk7 [Sun, 16 Nov 2003 22:49:11 +0000 (22:49 +0000)]
When restoring "teacher" forums, if it exists in destinatio course, discussions
are merged mantaining a unique forum (previously, a second "teacher" forum
was created). See bug 880 (http://moodle.org/bugs/bug.php?op=show&bugid=880).
willcast [Sat, 15 Nov 2003 15:55:47 +0000 (15:55 +0000)]
- Rewrite of the internal API in order to, hopefully, create an easy way to handle the flow of data internally and externally.
- Adding a new frame: Browse by Author
- A new, friendly way to show entries (asked by Martin): view?id=cm&mode=term&hook=[concept | alias ]
- Handling user activies, outline and complete.
- Properly showing new entries in recent activity box.
- Adding a flag to categories to specify if a category should or should not be automatically linked.
- Adding some missing strings and files as well.
- Adding a field to each glossary that specify how many entries by pages it should show.
moodler [Tue, 11 Nov 2003 16:13:57 +0000 (16:13 +0000)]
Added some bug-fixing code from Eloy Lafuente that fixes a quiz problem.
What happens is that adding random questions used to set the timestamps
of these questions to the same value. This is fine in normal operation,
but it stuffs up the backup of that course, overwriting the question.
When the course is restored, the missing questions cause quizzes to
have lots of red notices like "Question not found".
Anyhow, this patch should safely fix older installations that may have
these duplicate questions lying around.