Re: crating a new block - using the example simpleHTML - need help
by Ray Morris. You would put it at the beginning of the get_content() function as per the tutorial.
View ArticleRe: Save Javascript Array to DB - Patch or new Module?
by Ray Morris. The adlnet page you linked to has some samples. Using their API javascript, you could set and get suspend data like this:doSetValue("cmi.suspend_data", yourdata);yourdata =...
View ArticleRe: Making 2D icons "shake" during MouseOver in Moodle
by Ray Morris. I didn't know which file to insert the javascript code into. Is this correct?Don't embed Javascript into themes. See:http://docs.moodle.org/dev/JavaScript_guidelines I'm trying to make...
View ArticleRe: Advanced fields with repeat_elements?
by Tim Hunt. I think Advanced should be an option in repeatelements. Please feel free to submit a patch. Note that the UI for this will change when MDL-30637, but that is probably only a good thing.
View ArticleRe: Question behavior with setting and ui
by Tim Hunt. I can't work out what you are trying to do, so it is hard to advise.Adding qbehaviour settings to the quiz settings from sounds nonsensical to me.
View ArticleRe: fisheye for moodle cvs?
by Derek Chirnside. I just stumbled upon this:http://fisheye.moodle.org/Must be a secret developer page.-Derek
View ArticleRe: Advanced fields with repeat_elements?
by Jean-Michel Védrine. Hello Tim,Yes I know there is a link with MDL-30637 and if you look carefully at my screenshot, you will see that in fact MDL-30637 is enabled on this test site. For that case,...
View ArticleRe: Question behavior with setting and ui
by Itamar Tzadok. I'm trying to add review options without hacking or extending the quiz module. As far as I can tell, a specialized question behavior could allow me to control the content of quiz...
View ArticleRe: Advanced fields with repeat_elements?
by Tim Hunt. I just pushed a branch to MDL-37932 that works for me, so it seems that the JavaScript added by MDL-30637 cannot cope with [] in field names. Hopefully that can be fixed.
View ArticleRe: Advanced fields with repeat_elements?
by Jean-Michel Védrine. Thanks for working on this Tim. I can confirm your patch works for me too without MDL-30637 but breaks if MDL-30637 is applied.I hope this can be corrected after intehration of...
View ArticleRe: Question behavior with setting and ui
by Tim Hunt. It sounds like http://docs.moodle.org/dev/Quiz_access_rules can do most of what you want.The one bit that you cannot do without a small core change is to allow your access rule to change...
View ArticleRe: Changes to Release Calendar
by Petr Škoda. Hmm, most core developers go on vacation in December/January or July/August. Maybe this change might result in more critical bugfixes included in .1 releases.
View ArticleRe: 2.4+ How do I link from a mod_form page to a settings page?
by Dan Poltawski. Off the top of my head I would just use the url to the settings page, e.g:$url = new moodle_url('/admin/settings.php', array('section' => 'modsettingMYMOD')); However, that is...
View ArticleRe: fisheye for moodle cvs?
by Dan Poltawski. Its a tool for seeing source code changes which links with the tracker, but its incredibly slow and (IMO) unusable. We want to replace it with something better (e.g. linking to...
View ArticleGrading assignments in etherpad
by Achini Randeni. How we can grade assignments of students which is written in etherpad for moodle?
View ArticleRe: Grading assignments in etherpad
by Davo Smith. No.The etherpad plugin does not support grading of students.If you want to add such functionality, I suggest you take a look through the code for any of the core plugins that do support...
View ArticleRe: How to used disabledIf on a radio element inside a group in mform?
by Joseph Rézeau. Hi Joseph,It's no use "bumping" your message. The lack of response to your original post looks like a clear indication that what you want to achieve is not possible. You can't use...
View ArticleParticipants page layout
by Dan Marsden. The participants page in the brief layout places a checkbox in the last column of the table which gets hidden in some themes with a small center column - it also seems inconsistent...
View ArticleRe: Grading assignments in etherpad
by Joseph Rézeau. https://moodle.org/plugins/view.php?plugin=mod_etherpad
View ArticleCreated activity template, plugin remains "To be installed"
by yves wheeler. I followed the instructions that came with the blank Activity Template, I get confronted with the "plugins check" page evertime I access the admin page, clicking on "upgrade moodle...
View Article