Martin Dougiamas
9a5b90053b
MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
...
AMOS BEGIN
CPY [modulename,assignment],[pluginname,assignment]
CPY [modulename,chat],[pluginname,chat]
CPY [modulename,choice],[pluginname,choice]
CPY [modulename,data],[pluginname,data]
CPY [modulename,feedback],[pluginname,feedback]
CPY [modulename,folder],[pluginname,folder]
CPY [modulename,forum],[pluginname,forum]
CPY [modulename,glossary],[pluginname,glossary]
CPY [modulename,hotpot],[pluginname,hotpot]
CPY [modulename,imscp],[pluginname,imscp]
CPY [modulename,label],[pluginname,label]
CPY [modulename,lesson],[pluginname,lesson]
CPY [modulename,page],[pluginname,page]
CPY [modulename,quiz],[pluginname,quiz]
CPY [modulename,resource],[pluginname,resource]
CPY [modulename,survey],[pluginname,survey]
CPY [modulename,url],[pluginname,url]
CPY [modulename,wiki],[pluginname,wiki]
CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
David Mudrak
4c80a990fa
MDL-21695 Lesson module now uses new help strings
...
AMOS BEGIN
HLP lesson/activitylink.html,[activitylink_help,mod_lesson]
HLP lesson/custom.html,[customscoring_help,mod_lesson]
HLP lesson/dependency.html,[dependencyon_help,mod_lesson]
HLP lesson/displayleft.html,[displayleftmenu_help,mod_lesson]
HLP lesson/displayleftif.html,[displayleftif_help,mod_lesson]
HLP lesson/feedback.html,[displaydefaultfeedback_help,mod_lesson]
HLP lesson/grade.html,[maxgrade_help,mod_lesson]
HLP lesson/handlingofretakes.html,[handlingofretakes_help,mod_lesson]
HLP lesson/import.html,[importquestions_help,mod_lesson]
HLP lesson/importppt.html,[importppt_help,mod_lesson]
HLP lesson/jumpto.html,[jumps_help,mod_lesson]
HLP lesson/maxanswers.html,[maximumnumberofanswersbranches_help,mod_lesson]
HLP lesson/maxattempts.html,[maximumnumberofattempts_help,mod_lesson]
HLP lesson/maxpages.html,[numberofpagestoshow_help,mod_lesson]
HLP lesson/mediafile.html,[mediafile_help,mod_lesson]
HLP lesson/minquestions.html,[minimumnumberofquestions_help,mod_lesson]
HLP lesson/modattempts.html,[modattempts_help,mod_lesson]
HLP lesson/mods.html,[modulename_help,mod_lesson]
HLP lesson/nextpageaction.html,[actionaftercorrectanswer_help,mod_lesson]
HLP lesson/ongoing.html,[ongoing_help,mod_lesson]
HLP lesson/overview.html,[overview_help,mod_lesson]
HLP lesson/practice.html,[practice_help,mod_lesson]
HLP lesson/progressbar.html,[progressbar_help,mod_lesson]
HLP lesson/questionoption.html,[multianswer_help,mod_lesson]
HLP lesson/questionoption.html,[casesensitive_help,mod_lesson]
HLP lesson/retake.html,[retakesallowed_help,mod_lesson]
HLP lesson/review.html,[displayreview_help,mod_lesson]
HLP lesson/slideshow.html,[slideshow_help,mod_lesson]
HLP lesson/timed.html,[maxtime_help,mod_lesson]
HLP lesson/usepassword.html,[usepassword_help,mod_lesson]
AMOS END
2010-05-03 14:14:34 +00:00