19358 Commits

Author SHA1 Message Date
moodler
c8505cacd5 Better looking form for preferences and more accessible 2006-03-26 15:54:41 +00:00
moodler
6be88c6af0 Shortanswers can now be '0' 2006-03-26 15:03:08 +00:00
gustav_delius
5f9ef821df Moved detailed responses report into contrib 2006-03-26 12:02:46 +00:00
gustav_delius
a239d1d92c Renamed the question style class from question to que, see bug 4904 2006-03-26 11:11:29 +00:00
gustav_delius
d077b8793e Took out the restriction of the question styles to the quiz module only. 2006-03-26 10:48:47 +00:00
mits
9ab8f17df1 fixed "tablink text" visibility. 2006-03-26 10:06:27 +00:00
gustav_delius
d23e3e11dd Moved the code for basing new attempts on previous attempts from questions to quiz and fixed the bug reported at http://moodle.org/mod/forum/discuss.php?d=42029#194212 in the process 2006-03-26 07:59:43 +00:00
mits
d4156b1bd1 improved "tablink text" visibility. 2006-03-26 07:40:30 +00:00
moodler
886583bf6d FIlter wasn't using site databases globally 2006-03-26 06:28:50 +00:00
moodler
4ef4cff973 Added string for the filter 2006-03-26 06:06:00 +00:00
moodler
10aba62740 Tidy messages and display 2006-03-26 06:00:28 +00:00
moodler
5600b50118 New strings 2006-03-26 05:59:52 +00:00
moodler
33819735aa More tidying up 2006-03-26 05:36:34 +00:00
moodler
75c42c876f Properly fixed page flow for approvals and deletions 2006-03-26 05:22:16 +00:00
moodler
473dd2888b Various little fixes. 2006-03-26 05:03:10 +00:00
stronk7
3620b8dccf New generaltable styles added... 2006-03-26 01:31:46 +00:00
mark-nielsen
07de03b06a [Added] two new lang entries for import.php 2006-03-26 00:13:37 +00:00
mark-nielsen
90455bb3ab [Fixed] Import. Updated code to work with /question instead of /mod/quiz. Lead to a few interal bug fixes. Also moved two hard coded strings to the lang file. 2006-03-26 00:10:39 +00:00
stronk7
6385df35bc Fixed typo. 2006-03-25 23:43:14 +00:00
mark-nielsen
69baf10f74 [Removed] Tree view setting has been removed. Its functionality has been replaced with the tabs. 2006-03-25 21:43:10 +00:00
mark-nielsen
97d2756c65 [New Feature] Tabbed navigation added to lesson (similar to quiz)
[Added] Graceful fails added to view.php, essay grading, and reports
[Changed] got rid of a lot of references to $_POST/GET/REQUEST
[Fixed] In reports, it required teacheredit, should only be teacher
[Changed] High scores - teachers can actually see them!  Also, improved output by using print_table and print_heading
[Changed] Grade essays now uses fullname() to print user names
2006-03-25 21:38:57 +00:00
gustav_delius
f1b50ee94c Use existing language string for correct answer 2006-03-25 21:36:00 +00:00
mark-nielsen
b59c1d77e9 [New] lang entries for tabs
[Changed] old lang entries to help bring consistancy and unity to the different lesson pages
2006-03-25 21:29:20 +00:00
gustav_delius
0705c069c0 Shortened and simplified a string, so that it fits better onto the quiz editing form. 2006-03-25 21:28:41 +00:00
gustav_delius
5cb9076a58 Removed warning when deleting questions with no states 2006-03-25 21:07:11 +00:00
gustav_delius
d7bc70247c Fixed typo 2006-03-25 21:04:44 +00:00
moodler
9803d9740f Fixed some mistakes 2006-03-25 17:19:42 +00:00
moodler
7da6274c35 Return to the record you edited after editing 2006-03-25 16:29:35 +00:00
moodler
dbcf5bdcbf Fixed some bung security logic 2006-03-25 16:19:06 +00:00
moodler
2740351ee9 Improvements to RSS . it could be better 2006-03-25 16:12:42 +00:00
moodler
d74a6d5e67 Removced the "generate all" button and just made it a default action for
new databases
2006-03-25 14:58:14 +00:00
moodler
a44e70811a Update the passed-in data object when generating new templates 2006-03-25 14:57:36 +00:00
moodler
4d75b9eb0d Smarter links for the templates tab 2006-03-25 14:56:27 +00:00
moodler
32cba33f8e iChanged strings 2006-03-25 14:20:00 +00:00
moodler
ec865e2d74 Fixes for fields display 2006-03-25 14:00:54 +00:00
stronk7
11f7b25d18 Bump! Now we support Win32 locales. B-)
Anyway some "holes" remain. See:

http://docs.moodle.org/en/Table_of_locales
2006-03-25 12:26:33 +00:00
stronk7
9533fbd5a6 English_Australia is our root Windows locale! :-P
See: http://docs.moodle.org/en/Table_of_locales
2006-03-25 12:21:35 +00:00
moodler
be51e3d504 Rename a string 2006-03-25 08:49:20 +00:00
moodler
66cb6f29d7 Better-looking add fields 2006-03-25 08:46:35 +00:00
moodler
a7ee8d45cc Don't prefix add filed with label 2006-03-25 08:46:02 +00:00
mjollnir_
effbd108a3 Fixing call to upgrade_plugins since questiontypes moved to question/type 2006-03-25 07:55:56 +00:00
moodler
a33c4e5a84 Added support for Yahoo and MSN Search 2006-03-25 07:09:40 +00:00
gustav_delius
4eda4eecbd Added question type that is used if a question of unknown type is encountered.
Also removed some of the unnecessary calls to name()
2006-03-24 21:21:59 +00:00
gustav_delius
5c2447494d These are no longer needed because the backup functions are part of the questiontype classes now. 2006-03-24 20:44:13 +00:00
mjollnir_
9ec656750e More time fixes for stats - under certain dst situations there could have been an infinite loop. Please someone who is clever about timezones & dst review this 2006-03-24 20:43:38 +00:00
gustav_delius
ca252edb1d Setting title attribute on questiontype icons so that tooltips show the question type name 2006-03-24 20:02:42 +00:00
gustav_delius
aaae75b04f Renaming question/questiontypes/ to question/types/ as requested by Martin 2006-03-24 19:54:13 +00:00
gustav_delius
643ec47d32 Renaming question/questiontypes/ to question/types/ as requested by Martin 2006-03-24 19:31:46 +00:00
nfreear
3d9237d685 Accessibility: resizable icons moved to pix/a/ and renamed. 2006-03-24 17:08:47 +00:00
moodler
204ff4a127 Always allow regeneration of templates 2006-03-24 14:49:21 +00:00