Re: Generating test questions
by Ramesh Jambulingam. Thanks Tim. I will have a look walkthrough_tests.php files and work out. Regards, Ramesh.
View ArticleRe: Checking for new version - incorrect version shown
by sam marshall. Rod at the OU noticed this too and I passed it on in developer chat - David / Eloy / somebody is going to fix it. I would suggest not doing anything based on the notification until it...
View ArticleRe: GIT HELP REBASE - MASTER HAS DIVERGED
by Mary Evans. Hi Tim, It looks like I am back agin trying to rebuild MOODLE_23_STABLE after doing the same silly thing as I did earlier this year, by rebasing MDL-35571_M23 incorrectly. Would it be...
View ArticleRe: Checking for new version - incorrect version shown
by David Mudrák. Yeah, sorry for this. It just happened as an accident typo in the $release information in the main version.php. The release title should read "2.3.2+" at MOODLE_23_STABLE branch and...
View ArticleRe: Checking for new version - incorrect version shown
by Séverin Terrier. Thanks for this information. I'll just wait some days before upgrading. Séverin
View ArticleRe: Checking for new version - incorrect version shown
by Eloy Lafuente (stronk7). Hi, this is just to say that everything (git, cvs, notifications and downloads) should be now fixed and we are "back" to our current correct version (2.2.5+ and 2.3.2+)....
View ArticleMerging cells in a grid
by Susan Mobley. In moodle 1.9, is there a way to merge table cells when adding a table/grid?
View ArticleRe: GIT HELP REBASE - MASTER HAS DIVERGED
by Tim Hunt. The quickest way to get your messed up MOODLE_23_STABLE branch back to origin/MOODLE_23_STABLE is (assuming that you are on your MOODLE_23_STABLE branch) to do git reset --hard...
View ArticleRe: Embed an applet served by pluginfile.php
by Luis de la Torre. Hi Sam, Thanks for your reply. Actually, before trying with the <embed> tag, I tried with the <applet> one and I had exactly the same problem. I thought the root of...
View ArticleShow/Print values of extra fields added into a resource
by george alex. Hi! I need your help! I created some extra fields into a resource form, like author/dateofcreation etc. For this purpose i just created a new table and connected it via ids with the...
View ArticleRe: funtion to return 'course total' score
by jj v. Hi Stephen does this mean you're gonna build a kind of global gradebook? I'm desperately looking for a global oversee about the grades from all students from all courses. And I am not the...
View Articlejs_init_call returning "Cannot call method" in block plugin
by Matt Bond. Hi, I'm looking for some help resolving a javascript issue with a block plugin I'm working on. No matter how I try, the javascript called by the js_init_call always throws an error...
View ArticleRe: Update on FLV Player activity module
by Ayman Baba. Hi Matt, any idea when will you have mplayer support 2.3? Thanks
View ArticleRe: js_init_call returning "Cannot call method" in block plugin
by Tim Hunt. You have not said global $PAGE; and so that global is not accessible. However, you should not access global $PAGE in a block. Instead you should say $this->page->requires->...
View ArticleRe: js_init_call returning "Cannot call method" in block plugin
by Matt Bond. global $PAGE is declared as the first line of the get_content method. The js_init_call method is firing, because if the named javascript file is missing it throws a "Attempt to require a...
View ArticleRe: js_init_call returning "Cannot call method" in block plugin
by Tim Hunt. Ah, so that is a different error message than the one you said before. OK, so Moodle is doing a file-exists call on that file path, and not finding it, and it is telling you that. Is the...
View ArticleRe: Customizing Error Messages
by Javier Castro. The problem I am trying to solve is the following: I have administer a site that uses joomla and Moodle with Jfusion to integrate both cms login. The user logs in via Joomla to both....
View ArticleRe: display data from get_recordset_sql
by Muhammad Hasnain. get_recordset_sql will return all the rows and get_records_sql may not do the same case as when it turns the records to object the primary key (Identifier) it uses may be same for...
View ArticleRe: Customizing Error Messages
by Nicolas Martignoni. See https://moodle.org/mod/forum/discuss.php?d=214355 The solution is analogous. Good luck, Nicolas
View ArticleAny Moodle devs know how the mdl_enrol database table works?
by Alex Walker. Hi all, Background Info One of the projects I'm working on is called Moodle Inspector. It's a web application that sits outside Moodle. You point it at a Moodle database, and it...
View Article