Re: What are story points?
by Matteo Scaramuccia. Hi Russel,they represent an arbitrary metric to evaluate the Effort required by the Team to implement that User Story: shortly, it's part of the stuff that should be required by...
View ArticleRe: What are story points?
by John Andrewartha. Try this link https://confluence.atlassian.com/display/GH/Story+Pointif it makes sense let us all know.
View ArticleRe: How to display image store in mdl_file table in course componant
by Davo Smith. The function you want is 'file_rewrite_pluginfile_urls'.Have a look for examples of this within the 'course' folder to see how to use it.
View Articleתשובה ל: Re: תשובה ל: Re: תשובה ל: Re: תשובה ל: Re: Adding an activity to...
by Raphael Goldman. Thank you very much for your help
View ArticleRe: What are story points?
by Séverin Terrier. Hi,It would be good to have it clearly documented in dev docs, for everybody to be able to understand exactly what it means, and/or it's used for.Some questions examples : Is it...
View ArticleRe: A bit of silliness - bug sweepstake
by Tim Hunt. The entries were, ... drum roll, ...Tomasz (Tomek) Muras 2013-05-11 19:28:00Gareth Barnard 2013-06-24 09:24:48Andrew Nicols 2013-07-23 21:33:09Anne...
View ArticleRe: Browsing contrib area
by Gareth J Barnard. Dear Richard,Use the search on https://moodle.org/plugins/ to see if mod_xxxx is being used. The dev/contrib page had a link to...
View ArticleRe: A bit of silliness - bug sweepstake
by Gareth J Barnard. Thanks Tim I'm happy to run the next competition - it's a bit of fun . I agree about the restriction, but also think to be manageable and in the spirit of contributing to the...
View ArticleRe: Solving Moodle's edit mode clutter
by Rex Lorenzo. Kevin, we proposed something very similar in:Re: Improving editing icons on course page to avoid clutterhttps://moodle.org/mod/forum/discuss.php?d=213649&parent=932198And a design...
View ArticleRe: A bit of silliness - bug sweepstake
by Tim Hunt. 45026 is not a number that grabs me. I would go for 44444 45000 or 50000, but if you are going to organise this, it is your call.Anyone with a forum badge would work. A more relaxed...
View ArticleRe: A bit of silliness - bug sweepstake
by Gareth J Barnard. Dear Tim,Entirely up to you if you want me to run the next one. But if I do, I'll stick with the entry criteria to avoid having to spend ages entering vast lists of entries. I...
View ArticleSQL query: Assignment Forum Quiz
by Franz Flores. Hi guys,I want to create a SQL query that let's me easily find:1) How many quiz with zero (0) or 1 (one) there are in a course. (by each weekend) (total 5 sessions)2) Select the value...
View ArticleHow can I refresh browser sessions without refreshing the page?
by Matt Bury. Hi,I'm sure we're all familiar with the issue of online learning activities taking longer than the $CFG->sessiontimeout variable allows: the learner clicks next or submit only to be...
View ArticleRe: Can't see the problem in my $mform code
by Matt Bury. Thanks for the suggestions. I'll check those out.
View ArticleRe: What are story points?
by Michael de Raadt. Hi, Guys.We're using Story Points as a way of measuring the relative scale issues we are about to work on in Scrum sprints. This is purely an internal metric so we can estimate...
View ArticleRe: Writing Moodle's Global Search
by Aparup Banerjee. " if/when my GSoC project gets approved"Its full steam ahead for this project now
View ArticleRe: Global Search rewrite
by Aparup Banerjee. The GSoC project has been accepted to undertake completing this.Siri, please see discussion @ https://moodle.org/mod/forum/discuss.php?d=227805
View ArticleRe: Solving Moodle's edit mode clutter
by Kevin Wiliarty. Thanks for those leads, Rex. The examples you point me to are definitely in the same spirit. I've seen, too, that the bootstrap-based Clean theme is doing something with aligning...
View ArticleRe: How can I refresh browser sessions without refreshing the page?
by Davo Smith. As far as I'm aware, an AJAX call to a PHP script that simply calls 'require_once('/path/to/config.php'); require_login();' should do that. (probably with a define('AJAX_SCRIPT', true);...
View ArticleRe: How can I refresh browser sessions without refreshing the page?
by Matteo Scaramuccia. Hi All,here are some examples already filed into the Tracker: MDL-28261, MDL-34498.HTH,Matteo
View Article