forms fun
by sakai user. I have a couple things that I think this forum can help with RE forms in moodle. I'm creating a moodle tool that makes use of a moodle form (mostly checkboxes/checkbox_controllers and...
View ArticleRe: forms fun
by Davo Smith. If you want two forms on one page, just create two Moodle form objects, do all the usual cancel / get_data checks on them (one after the other), then output them both. e.g.:if...
View ArticleRe: forms fun
by sakai user. Davo - Great! Thanks for the tips.. That is exactly the info I was looking for. thanks - Kevin
View ArticleRe: Verify if the student accessed a page
by Kimber Warden. Unfortunately, my coding skills aren't sufficient to be of much use to you. I had hoped you could just insert a little PHP script into a label, but on further investigation, Moodle...
View Articleinsert another aplication in moodle
by Megawati Pratiwi Rifai. Iwant to developMoodle,how to addanothermenuthat are notavailableinMoodle?So hereIwant toadd anewphpsource codeinMoodleandwillI makethe menuinMoodle,pleasehelp
View ArticleRe: insert another aplication in moodle
by Mary Cooch. Hello there. I have just sent you a message to let you know I have moved this to the General Developer forum.
View ArticleRe: insert another aplication in moodle
by Megawati Pratiwi Rifai. himary!Iworked onthisprojectformythesisandI happened tochoose thee-learningwiththe title of"observingstudents' cognitivestylesbased onMyersbriggstypeindicatortoobserve...
View ArticleInsert new string for helpbutton
by Maria Kyprianou. Hello. I want to insert a new string to use it in mform->addHelpButton(...........). Where I have to declare it?Thanks in advance.
View ArticleHow new plugin form data get stored into database
by pankaj kumar. Hi,I am creating a new plugin as an activity. I want to know after clicking 'submit and display' button, which function gets called for storing form data into database. Suppose I have...
View ArticleRe: How new plugin form data get stored into database
by Ankit Agarwal. Hello Pankaj,$mform->get_data() is responsible for getting data from forms. Than you can process data in anyway you like.This has all details with examples...
View ArticleRe: Insert new string for helpbutton
by Tim Hunt. http://docs.moodle.org/dev/Help_strings should explain.
View ArticleSubmitting a quiz question from a webservice
by Frank van Schie. Hi,I am attempting to use a quiz (for its feature completeness) and make it accessible from a custom mobile application. To do this I implemented a webservice under quiz. Future...
View ArticleRe: Submitting a quiz question from a webservice
by Tim Hunt. Forking the quiz module would be a very short-sighted move.Your problem is probably that you are creating a new question_usage for this. To submit data to an existing quiz attempt, you...
View Articleadvertising course (hide links)
by Sonya Svetik. Hi!please help withthis task...is it possible tomake theadvertisingcourse inmoodle...necessaryto allow forrecorded onthis coursebyall attachedmaterials and allsubjects wereavailable...
View ArticleRe: advertising course (hide links)
by Joseph Thibault. I think you could restrict access with conditional activities, you'd just need to have a guest role that had access to some of t he links (blue), all grey links would be...
View Articleadmin settings why reading all settings tree : performance problems
by Céline Perves. Hello,while customizing our plateform on moodle 2.4.x, We,ve got big performance troubles with admin settings pages due to the following facts :while calling admin/settings.php for a...
View ArticleRe: advertising course (hide links)
by Rex Lorenzo. Yeah, a neat thing about conditional activities is that you can set it up so that the content will appear, but it wouldn't turn into a link a user clicks on until they fullfil the...
View ArticleRe: admin settings why reading all settings tree : performance problems
by Tim Hunt. It only does this if you are logged in as admin.If you are using a php accellerator, including all the settings.php is not that big a deal.Calling a method like make_category_list in a...
View ArticleHow should the URL auto-linking filter work?
by Tim Hunt. Consider the following three example URLs in context:See this wikipedia page: http://en.wikipedia.org/wiki/Slash_(punctuation).Here is a picture of a smile: "...
View Article