Re: Useful SQL Queries? - find links to youtube, vimeo, etc.
by prakash mishra. i have problem regarding moodle query .. my sql query is to find the list of course have enrolled by a user the sql query executing properly in sqlyog but on moodle only one course...
View Articlecourse not completed
by nikhil pednekar. Does anyone knows what will be the exact query for showing list ofuser who have not completed the course?thanks,Regards,Nikhil Pednekar
View ArticleRe: Programming with Eclipse
by Luis de Vasconcelos. Joseph, what do you use now in place of Eclipse?
View ArticleRe: Programming with Eclipse
by Joseph Rézeau. Luis, I use http://code.google.com/p/tortoisegit/
View ArticleRe: course not completed
by Jitendra Gaur. Hi Nikhil,Use this query SELECT u.username, c.fullname FROM {course_completions} ccJOIN {course} c ON (c.id = cc.course)JOIN {user} u ON (u.id = cc.userid)WHERE cc.timecompleted IS...
View ArticleRe: Useful SQL Queries? - find links to youtube, vimeo, etc.
by Jitendra Gaur. Can you tell me what is the code you are using i think you should use $DB->get_records_sql() to get all the records dont use $DB->get_record_sql()
View ArticleJavaScript Question
by Christian Thompson. Hi Everyone,I am the Moodle Admin for an online university and we are using a JavaScript bookmarklet which I programmed to change the settings for each of our course actvities...
View ArticleRe: JavaScript Question
by Christian Thompson. Naturally, pretty much as soon as I submitted my post, I realized how to do it - using the click() method. I hope somebody else finds this useful. Take it easy and keep on...
View ArticleRe: JavaScript Question
by Christian Thompson. OK. Now, I am having the same problem with the dropdown menu for completion tracking. For checkboxes, I can use the click() method as outlined in my previous response to...
View ArticleIs this true of Git?
by Gareth J Barnard. Is this true of Git?... http://geek-and-poke.com/2012/07/simply-explained-2.html
View ArticleIs Canvas a threat?
by Gareth J Barnard. Hi,On another forum (https://moodle.org/mod/forum/discuss.php?d=217586#p960570) there has been some discussion about usability and Canvas was mentioned -...
View ArticleYUI combo not found
by edu g. Hi,I created a YUI extension in my theme. It works in localhost but when I deployed in my pre-production server, Moodle can't found the file.My extension has...
View ArticleRe: YUI combo not found
by edu g. solved.the name of the directory was toggleListBox and it had to be all lowercase, as written in the code. parts of the name of the module are used as namespace.
View ArticleEtherpad with different users
by Kate Fernando. I created users in moodle. They individually login to the system and work with etherpad. But in etherpad there is no different color for the users. All the things which all users...
View ArticleRe: Is Canvas a threat?
by Marcus Green. I don't see it as a threat, more as a potential inspiration for user interface concepts. It would make sense for developers to login/install copies of canvas and see how they do it...
View Articlectags
by Bas Brands. Hi All,I used to be able to find a Moodle function easily using the file tags.txt. Now it only contains a line that tells you how to create this file yourself or where to download it....
View ArticleIt is possible to Add Activity Or Resource into an exiting Activity?
by Black Dream. Hello, I have created my own module called "Teaching Flows" with PHP and i want to know if it is possible to add an activity or resource into an exiting"Teaching Flow" activity. If...
View ArticleRe: ctags
by Onno Schuit. Hey Bas,Did you do sudo apt-get install exuberant-ctags?The command you supplied works fine for me (from within Vim, using Ubuntu 10.04 LTS).Groeten!Onno
View Article