Moodle - the world's open source learning platform https://moodle.org/
Find a file
michaelpenne b9376ebef0 The following changes were made to help reduce confusion for students when essay questions are being used in a quiz.
- When a essay question has been submitted or being reviewed and has not been graded by the instructor, then the Marks are not shown and displays a message to the student instead of saying Incorrect. (changes to questiontypes/questiontype.php in functions print_question and print_question_grading_details).

    - For students, in view.php, a notice is printed to inform him/her that s/he has ungraded essay question(s).
    - For teachers, in view.php, a notice is printed to inform him/her that s/he has X number of ungraded essays for X number of studnets

    - In review.php, next to the grade output, informs the viewer if X number of ungraded essays in this attempt.

    - In questiontypes/essay/questiontype.php created a utility function to generate the numbers used in the above changes.

    - In lang/en/quiz.php added new lang entries.

So, hopefully the student will now understand that their grade does not include the ungraded essay questions.  Modification of lang entries might be needed to further drive this point.
2006-02-13 20:27:34 +00:00
admin fix for 4735 2006-02-13 02:44:37 +00:00
auth auth/radius: adding attribution 2006-01-16 05:25:37 +00:00
backup Merged from MOODLE_15_STABLE: Moved check_dir_exists function from backup/lib.php to moodlelib 2006-02-02 20:30:34 +00:00
blocks Show category list rather than the whole list of courses if there is only one category and with more than 200 courses in it 2006-02-08 04:21:22 +00:00
calendar removed isset_param() 2006-02-12 11:27:22 +00:00
course fixed whitespace only 2006-02-12 19:46:30 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol Remove empty line, see bug 4747 2006-02-12 23:30:37 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files Added selectall/deselectall to files/index.php 2006-01-11 02:26:26 +00:00
filter Added provision for resetting values to default. Bug #4123 2006-02-06 16:48:32 +00:00
grade bug fix for 4724 2006-02-09 07:52:48 +00:00
install Strings changed and some welcome page rework. It follows 2005-07-29 15:53:37 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Imporved the documentation for flatfile enrolment plugin on the configuration page 2006-02-13 00:36:56 +00:00
lib taking out adodb_logsql table 2006-02-13 01:58:42 +00:00
login adding a require_logout() function 2006-01-24 06:01:30 +00:00
message Message system now use current_charset(). 2006-01-05 16:19:26 +00:00
mod The following changes were made to help reduce confusion for students when essay questions are being used in a quiz. 2006-02-13 20:27:34 +00:00
my Reworked the My Moodle course overview API to be MUCH more efficient. 2006-01-17 20:49:43 +00:00
pix Initial checkin of stats (from processing the log table). 2005-09-01 04:14:31 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive So that we have the password handy later 2005-08-01 08:49:33 +00:00
theme Added missing icon (used by quiz editing page) 2006-02-11 14:07:54 +00:00
user Change password button should be displayed according to the setting of the user who is been viewed, not the user who is viewing(currently logged in) 2006-02-13 03:08:56 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php $CFG->filterall has a setting on the filters admin page, so isn't 2005-11-14 15:36:01 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php Fixed bug #4536 : error in optional_param 2006-01-09 01:55:42 +00:00
index.php Added a parameter to print_courses() to hide site course 2006-02-07 01:13:27 +00:00
install.php Now the installer looks for UTF-8 enabled DB (both for MySQL and 2006-02-05 00:57:44 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Updated tags file 2006-01-05 07:51:10 +00:00
version.php Reverting commits just made. This should be in MOODLE_16_MULTIENROL 2005-10-30 22:13:26 +00:00

README     $Id$
------

QUICK INSTALL
=============

For the impatient, here is a basic outline of the 
installation process, which normally takes me only 
a few minutes:

1) Move the Moodle files into your web directory. 

2) Create a single database for Moodle to store all
   it's tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should 
   be taken to the install.php script, which will lead
   you through creating a config.php file and then 
   setting up Moodle, creating an admin account etc.

4) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


For more information, see the INSTALL DOCUMENTATION:

   http://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer