Tracking of modules / outcome has changed
by Steve Bunting. I am very new to moodle and have taken over looking after the site. Users complete e learning courses and completion is tracked by the number of slides viewed. If all sections are...
View ArticleRe: Which visibility to declare for classes methods?
by Joseph Rézeau. Thanks, Michael, just what I needed.Joseph
View ArticleDuplicate class name error?
by Joseph Rézeau. Further to my question in this discussion, I am now faced with another Code checker warning when I check file questionnaire.class.php.Duplicate class name "questionnaire" found;...
View Articlemoodle theme, PHP help needed!
by Ash Haque. hi everyone,I have been trying to make my own theme for moodle however I have been stuck on the div tags for the site(not sure if it is div tags). for example my theme is not split into...
View ArticleRe: xdebug doesn't work with NetBeans 7.3 on Mac OS X 10.8
by Philippe Blain. Hi Rajesh,thanks for the suggestion. Unfortunately, it still doesn't work. The content of my php.ini file relating to xdebug is this :...
View ArticleRe: Duplicate class name error?
by Michael Aherne. It's almost definitely nothing to do with the name of the file, but I'm not sure what it could be! I'd guess the most likely possible explanation is that questionnaire.class.php is...
View ArticleRe: homepage for a teacher need to some modification
by lutfun shorna. hi richard , thanks for ur response. as from your suggestion i try to solve my problem like following this instruction-( A simpler solution maybe to set the users' home page to...
View ArticleRe: moodle theme, PHP help needed!
by Kimber Warden. Are you starting from scratch? The easiest thing to do is find a theme that is laid out similarly to what you want and then modify it.
View ArticleRe: moodle theme, PHP help needed!
by Ash Haque. Hi kimber i have started from scratch. it would be ideal if i can do it via this way instead of customising a existing theme. regards, ash
View ArticleRe: Duplicate class name error?
by Joseph Rézeau. Well, each time it's loaded from another file in the mod, it is called by a require_once.
View ArticleRe: Duplicate class name error?
by Michael Aherne. That's not it, then, but I'm not sure what else it could be!
View ArticleRe: Certain kind of quiz report
by Tim Hunt. Another thing to look at is STACK's concept of 'Answer note':...
View ArticleRe: Run code on successful quiz completion
by Tim Hunt. There is a quiz_submitted event that you could subscribe to in a custom plugin. That plugin could check the student's current grade at a quiz, and if good enough, ping the CM API.
View ArticleRe: Duplicate class name error?
by Rex Lorenzo. Make sure you also check that you are only calling "include_once" instead of just "include". That can also cause the class to try to be loaded more than once.
View ArticleRe: Help with sample HTML file for popup window content in a Lesson.
by Rodney Wolford. It's been a couple of days, but hope you can still take a look. I am attaching 3 images of the screens and one file containing the CSS and HTML.After quite a bit of frustration...
View ArticleRe: Writing Moodle's Global Search
by Prateek Sachan. There was a slight confusion regarding the apache solr readme. I confirmed with those people. So, the module could be compiled w/o any dependencies on the used webserver.Sorry, for...
View ArticleRe: Duplicate class name error?
by Joseph Rézeau. Thanks Rex, but it's not that either.Got it! It so happens that in that questionnaire.class.php file we had remnants of combined HTML and PHP items, which confused the Code checher....
View ArticleRe: Writing Moodle's Global Search
by Tomasz Muras. As long as you can install solr PHP extension it should work on IIS just fine.Tomek
View ArticleRe: PHPdoc checker questions
by Jean-Michel Védrine. Hello Joseph,I can't answer your first question but the warning about package quizacess not valid is because rules have changedlines like * @package quizaccess * @subpackage...
View ArticleRe: Idea - Rubrics in Quiz (for essay questions)
by Tim Hunt. I don't think the Activity grader interface should let you do things that are not supported by the underlying activity. What I mean is, that if the Activity grader interface lets you...
View Article