defacer
970f144ef4
A slight improvement for my last edit, which could trigger a small bug.
...
I should go out and drink more often, it helps debugging! ;-)
2005-10-25 01:55:21 +00:00
michaelpenne
62eda6ea18
NEW: Progress bar option. Now a progress bar can be optionally displayed at the bottom of the lesson page.
...
NEW: Display Left Menu IF. The left menu will only display if the student has a grade better than the one set in the lesson settings. This is nice to allow only students who are reviewing the lesson to have access to the left menu.
BUG FIX: In Windows IE, the content was being aligned center. Now, the content is explicitly aligned to left as default.
BUG FIX: High Scores variable was not spelled correctly at the End of Lesson.
ADDED: Div tags around branch tables. This will allow users to choose to display them or not or move them around
CHANGED: converted more of the links to the stylized button. Also, removed a lot of forms and javascript and replaced it with links with the variables in the href.
CHANGED: the slide show styles have been moved to the style sheet.
CHANGED: removed the CDC comments
Other minor changes have been made to the code as well.
2005-10-24 23:06:43 +00:00
defacer
72989350be
Fix for bug 3794:
...
Times in chat messages are now displayed correctly to all users, with each
user's timezone and DST status taken into account.
2005-10-24 17:30:56 +00:00
gbateson
efc49e0f65
replace relative URLs in <embed> tags
2005-10-23 11:41:40 +00:00
urs_hunkler
09b6a59785
merged from 1.5
2005-10-22 15:46:30 +00:00
moodler
999aa80783
added addslashes as per bug number 4213
2005-10-21 09:24:15 +00:00
gustav_delius
e2fff6460d
Many links to assess.php were missing $cm->id
2005-10-21 07:11:04 +00:00
gbateson
730b36aa31
allow student to review results (if teacher allows it)
2005-10-19 09:56:39 +00:00
gustav_delius
d92a995811
Fixing misprint leading to fatal error
2005-10-17 07:59:47 +00:00
patrickslee
3f7f17bfa1
Fixed a small bug which displays quiz name incorrectly in quiz regrade report
2005-10-17 01:18:04 +00:00
stronk7
46867914ef
Solve some wrong CVS Id tags
...
Merged from MOODLE_15_STABLE
2005-10-15 10:40:36 +00:00
stronk7
3043912d9b
Commiting some old unmerged changes.
2005-10-15 10:30:15 +00:00
michaelpenne
b6a64b0295
Removed a notice warning when lessons are created in a course with no category (eg: home page)
2005-10-14 19:25:11 +00:00
bobopinna
1347b1c10b
Updated css for playscorm.php
2005-10-14 07:02:51 +00:00
bobopinna
105058b390
Revised all html code.
...
Fixed to be XHTML Strict
2005-10-14 07:00:06 +00:00
stronk7
33e9836968
Solve copy/paste bug. Now items are properly checked.
2005-10-13 22:02:44 +00:00
bobopinna
4b5a6dff0a
Fixed a bug in a javascript string.
2005-10-13 13:42:26 +00:00
gbateson
f74a8cc6ce
corrected spelling in sponsor details
2005-10-12 22:00:54 +00:00
stronk7
92c8e57b51
SC#162
...
Merged from MOODLE_15_STABLE
2005-10-12 19:25:50 +00:00
gbateson
0c4d3fd7f2
micro version increase to 2.1.4
2005-10-12 12:20:58 +00:00
gbateson
a9919f5460
added list of (two) sponsors
2005-10-12 12:19:55 +00:00
gbateson
7957e323ff
corrected the setting of "ignored" fields on mobile output format
2005-10-12 07:11:14 +00:00
gbateson
6d8ddde3f3
insert modified submission form for mobile phone output
2005-10-12 07:08:54 +00:00
gbateson
1ebc0e6238
allow non alphanumeric chars in filenames when searching for relative URLs, and added $HOTPOT_QUIZTYPE array to map numeric quiz type to text description
2005-10-12 07:07:30 +00:00
mjollnir_
db48e8d1f0
Merged from MOODLE_15_STABLE: Execute some updates silently (dropping non existent columns in workshop) bug 2964
2005-10-12 02:15:42 +00:00
michaelpenne
4e644e8d50
Reverted grading back to 1.4.X for when custom scoring is turned OFF
2005-10-07 20:33:39 +00:00
gbateson
4af510f604
detect mobile phone browsers and use mobile format if required and available
2005-10-07 05:31:11 +00:00
gbateson
b1db3c9018
add get_file_contents for php<4.2, use get_file_contents($filepath) instead of fread($fp, filesize($filepath))
2005-10-07 01:56:33 +00:00
gbateson
2116866547
use get_file_contents($filepath) instead of fread($fp, filesize($filepath))
2005-10-07 01:52:19 +00:00
gbateson
1d0bbc406e
fixed setting of name+summary from quiz when adding all files in a folder as a chain
2005-10-06 23:59:08 +00:00
michaelpenne
d6941aff55
Recoded most of the left menu:
...
Got rid of a table
Restructured and added more div tags in the left menu (much more logical)
Reworked the styles for the left menu in the styles sheet (everything should be customizable via style sheet)
More compatible with MacIE5
Added styles to the individual links in the menu (allows styling the for currently selected page and for all the rest)
Cleaned up the left menu link generation in locallib.php
2005-10-05 22:45:38 +00:00
stronk7
d75584e3e6
Now entries containing apostrophes can be exported to main glossay
...
and deleted without problems. Bug 4136.
(http://moodle.org/bugs/bug.php?op=show&bugid=4136 )
Merged from MOODLE_15_STABLE
2005-10-05 18:27:40 +00:00
gbateson
6cadcaf077
attempt.php now includes view.php for "mobile" outputformat; added checks, hints and score for "mobile" outputformat
2005-10-05 13:00:42 +00:00
gbateson
4fcd13b2b4
simplified logic which handles passing of invalid (non-numeric) atrtemptid
2005-10-05 03:49:35 +00:00
gbateson
5ceaebac4f
modified handling of JCross question numbers in hotpot_add_attempt_details()
2005-10-05 03:47:50 +00:00
mjollnir_
5cde495031
Merged from MOODLE_15_STABLE (ish): Fixing the mass migrate postgres upgrade to be silent in quiz. Added a fix to a previous rename table that breaks pg_dump & pg_restore (incorrectly named sequence)
2005-10-05 01:36:59 +00:00
michaelpenne
b8437c1cbc
Removed filtering on page contents, answers and responses for lesson pages and their answers (this includes removing parameter cleaning and noclean in format_text).
...
Also, fixed some warning errors in action/updatepage.php.
2005-10-03 21:29:05 +00:00
michaelpenne
8b87bbde6c
BIG FIX: "Edit Page Contents" button for when $pageid is empty (first page)
2005-10-03 19:46:44 +00:00
gbateson
5237207862
added some reporting for HP5 (v5 and v6) quizzes; improved reporting on JCross and JQuiz multichoice; some modifications to prepare for upcoming "mobile" output format; corrected positioning bug when IE displays feedback box on long reading
2005-10-03 00:06:45 +00:00
patrickslee
9db357c08b
Improved number rounding for grades fix (Merged from MOODLE_15_STABLE
2005-10-02 22:03:36 +00:00
stronk7
4cce92bdb4
Make some extra chacks because there were some problems
...
with invalid manifests and PHP5.
2005-10-01 21:51:26 +00:00
gustav_delius
e4ec114a07
fixed a help button
2005-10-01 13:36:50 +00:00
michaelpenne
544121b12d
Switched buttons in lesson navigation to stylized links similar (well, the same rather for default) to the home button in the footer. This will allow for easy (hopefully) personalized customization of the buttons in lesson (ex: background images, colors, etc).
...
styles.php: added new styles, added comments and cleaned it up
view.php: converted the buttons for each question type to the new button standard. Also recoded branch table button layout generation.
action/continue.php: updated the buttons there as well.
2005-09-28 21:55:05 +00:00
gbateson
b045850b40
improved the display of "Give Up" button and <IFRAME> navigation buttons (however <IFRAME> still does not resize on FireFox)
2005-09-28 03:14:54 +00:00
stronk7
af0b56397d
Minor bug with some unclosed tags solved.
2005-09-27 16:09:58 +00:00
gbateson
76a72c55b8
use while loop instead of foreach loop during regrade, to allow for the possibility of splitting a regrade and so avoid "maximum execution time exceeded" errors
2005-09-27 04:46:28 +00:00
bobopinna
95b58efe16
Downgraded Moodle requirements to Moodle 1.5
2005-09-26 15:16:49 +00:00
bobopinna
77f18d3936
Added the new popup window mode
2005-09-26 15:15:07 +00:00
bobopinna
27a10b8dd8
Fixed a problem with version datamodel
2005-09-26 15:08:39 +00:00
gbateson
e2f9f968cc
slight modificaition to the function which updates from v1.2.0 or v1.2.1 to v1.2.2, so as to catch all incorrectly labelled "in progress" attempts
2005-09-26 11:33:53 +00:00