Re: possible to customize course view dynamically per student
by Jason Hardin. Another implementation of this would be using restrict access only in reverse. Adding a rule in restrict access that says stop showing these activities if a student has completed X....
View ArticleRe: Writing Moodle's Global Search
by Amir Elion. Hi Prateek,this is very welcome. Hope it becomes fruitful soon.I would suggest considering more capabilities to control which roles see which results. E.g. You could add a view search...
View ArticlePHP
by Jesus Israel Contreras Ortega. la importancia de php y las novedades que ofrese para el desarrollo de las paginas web
View ArticleRe: Logging grade access
by Farhan Karmali. Hi William,On the grade/report/user/index.php file itself, after the initial checks for capabilities you may add the functionadd_to_log($courseid, $module, $action, $url='',...
View ArticleRe: PHP
by Richard Oelmann. https://moodle.org/course/view.php?id=11 - Moodle in Spanish
View ArticleProgramatically add Scale and Grade Book Item
by David Fritsch. I am creating a plugin and have gotten it to update a grade for a course based on actions in the course. However, I would prefer to not have part of the plugin installation being...
View ArticleRe: Where does Moodle store homepage?
by Rex Lorenzo. I believe what you want is the config setting:$CFG->customfrontpageincludeMore info here: http://docs.moodle.org/25/en/Front_page_FAQ#How_can_I_change_the_look_of_the_front_page.3F
View ArticleRe: HEADS UP: Moodle 2.5 and minor versions coming next week
by Maxi Lopez Prieto. Maybe I don´t understand. But the 2.5 stable version will be launched the next week?
View ArticleRe: HEADS UP: Moodle 2.5 and minor versions coming next week
by Mary Cooch. Yes - 2.5 will be out on May 13.
View ArticleRe: Development roadmap and Stanford MOOC
by Elizabeth Dalton. This is very interesting. I looked at Totara a bit today, but didn't find detailed information about this feature yet. It's the ability for the learner to select outcomes and due...
View ArticleRe: possible to customize course view dynamically per student
by Michael Zehr. Thanks, I got something working that shows nothing, "(edited)" or "(graded)" after the assignment.I will look at the completion options as well, although students are allowed to work...
View ArticleBrowser support statement
by Mark Aberdour. Hi, I have a question about browser support.2.5 release notes state a recommended minimum browser of: Google Chrome 11Firefox 4Safari 5Internet Explorer 8 (IE 10 required for drag...
View ArticleRe: Logging grade access
by William Mair. Perfect, thanks - although I did change it to add_to_log($courseid, 'gradebook', 'view', $url='', $info='', $cm=0, $user=0)for anyone who specifically wants to add in reports for...
View ArticleRe: Browser support statement
by Andrew Nicols. Hi Mark,The YUI target environments list is also relevant: http://yuilibrary.com/yui/environments/. It would be great if we could produce a table like this for Moodle to simplify...
View Articlelist of users entitled to get access to a conditioned resource
by Daniele Cordella. A customer is asking me a report with the list of [users enrolled in a course AND entitled to access a specific resource].The resource is a conditioned activity. So a generic user...
View ArticleRe: Tables with horixontal scrollbar at the bottom
by Prateek Sachan. The div class "no-overflow" takes care of both vertical as well as horizontal scrollers. Do not forget to close the "div class: no-overflow". Your correct code should be like...
View ArticleRe: Writing Moodle's Global Search
by Prateek Sachan. Hi Amir,Thanks for the feedback. For the first version I will be trying to concentrate on including only important search features, just to get it started. Once it has been done,...
View ArticleRe: Javascript aaaargh
by Davo Smith. $PAGE->requires->js - this just loads some javascript from the location, but does no initialisation, so either the javacript code has got to include some inline initialisation...
View ArticleRe: Javascript aaaargh
by Howard Miller. Thanks - appreciated.I think part of my confusion is that someone (mentioning no names to protect the guilty) has removed the documentation for js_init_call() from the docs and...
View ArticleRe: possible to customize course view dynamically per student
by Jason Hardin. I like the automated aspect of this. I wonder how this could work with the group grading workflow that Damyon has been reviewing for Assignment. Seems like this is a perfect fit for a...
View Article