Andreas Grabs
45c2f92aa3
MDL-21227 - convert Feedback to new files api
2010-04-23 23:18:56 +00:00
Andreas Grabs
271fdd6212
MDL-21227 - convert Feedback to new files api
2010-04-23 22:58:44 +00:00
Andreas Grabs
9d5fbd6554
the function feedback_print_item() now is splitted into 3 functions
...
feedback_print_item_preview()
feedback_print_item_complete()
feedback_print_item_show_value()
Now there is more control over the output
2010-04-21 11:48:49 +00:00
Petr Skoda
e372f4c7c1
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [thisdirection,core],[thisdirection,core_langconfig]
AMOS END
2010-04-10 18:26:20 +00:00
Andreas Grabs
51859310b3
no more modification of form outside the form class. All needed data are passed by the _customdata array
2010-04-08 19:32:43 +00:00
Andreas Grabs
01910dff66
changed line - defined('FEEDBACK_INCLUDE_TEST') ... to defined('MOODLE_INTERNAL')...
2010-03-28 10:00:24 +00:00
Andreas Grabs
51129b9922
MDL-21740 - excel-export should use the moodle-excel library
2010-02-28 22:19:30 +00:00
Petr Skoda
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
samhemelryk
ab5bd34d18
mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks
...
At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
2009-09-11 02:04:38 +00:00
nicolasconnault
9fad7b201e
MDL-19807 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:14:12 +00:00
nicolasconnault
d4b1d58ca3
MDL-19807 Converted print_box* to $OUTPUT->box*
2009-08-10 04:59:26 +00:00
agrabs
b7a479588a
MDL-17721 - feedback items now have a label which is printed on analysing and excel
...
export
2009-03-13 14:35:25 +00:00
agrabs
ed93c78b8e
MDL-18529 - the editing textbox of questions now has a with of 80 chars.
...
additionally I added the item information from feedback for 1.9
2009-03-12 11:04:21 +00:00
agrabs
a627a9c17d
MDL-17008 - added a function to access the _form member
2008-11-06 16:10:04 +00:00
agrabs
d558080856
MDL-15202
...
-
The item textarea print out a notice while the excelexport if there are no values
2008-06-10 13:04:34 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
0085fff8b2
MDL-15107 feedback dml conversion
2008-06-07 22:22:06 +00:00
agrabs
efc5916754
fixed issue MDL-14531
...
added an option to switch autonumbering on or off
2008-04-30 22:17:04 +00:00
agrabs
6ee09cfe8b
merge the items dropdown, radio and check to multiplechoice item
...
merge the items dropdownrated, radiorated to multiplechoicerated item
the creating or editing of an item now use the formslib
2008-04-28 09:58:09 +00:00
moodler
c70ad9f736
MDL-14493 First checkin of Feedback module into HEAD.
...
I made a number of small tidy-ups to the contrib version before adding this here:
- fixed some language string names
- renamed a capability from deletecompleteds to deletesubmissions (can we use "submissions" everywhere?)
- got rid of language packs (moved english to correct location)
- deleted 'pics' type (it needs to be rewritten to use user files in moodledata)
- moved changelog into README.txt
- moved captcha font out of subdir
- bumped version to today
Thanks very much to Andreas Grabs for all your work on this module so far, and congratulations! :-)
2008-04-23 09:33:54 +00:00