Re: sequence of course modules in a section
by Oleg Mikheev. If you talk about OUTPUTS, then it is outputrenderers.php file in lib folder.
View ArticleRe: Activity module form target view without id
by Davo Smith. Once you have done this part: $insertdata_form = new mymodulename_insertdata_form(null, array('id'=>$id); Then the form's custom data knows about the course module id, but it still...
View ArticleRe: Activity module form target view without id
by Eduard Winter. thanks again.I've tried this exactly, but it also doesn't works. Then the view.php?id=2 doesn't load completely. It displays only the header and the heading, thats all.Any...
View ArticleRe: Activity module form target view without id
by Eduard Winter. Thanks for your response, too.So i've added the hidden element as you described and the transfer of the id is than successful in this way, that i can work with the id as with other...
View ArticleRe: Activity module form target view without id
by Davo Smith. I've written a lot of Moodle forms and I can promise you that as long as a hidden 'id' paramater is included in the submitted form, then optional_param or required_param will pick it up.
View Articleusin moodle for assessment(Computer-based assessment)
by sama masoudi. Hi..i am sama masoudiRecently I've becomefamiliarwith theenvironment. ..soI installedtheenvironment(onlysoftwaremoodle)Mydissertation topic is"Proposing an Intelligent Method based on...
View ArticleRe: sequence of course modules in a section
by errol zantua. Thank you for your reply Oleg! Unfortunately, I have not found outputrenderers.php inside lib folder. I've also searched in other folders but, no items matched my search.
View ArticleRe: usin moodle for assessment(Computer-based assessment)
by John Andrewartha. Hi Sama,Can you clarify please, you want to assess the student on multiple correct answers for the question?ExampleQ The sky is what colour?A Dark Blue = correct 100 Blue Correct...
View ArticleRe: usin moodle for assessment(Computer-based assessment)
by sama masoudi. Thank you John ..first i want to know in this environment, can i add assessment environment by code in code folder or link ? how?then i will work about assessment..Thank you
View ArticleRe: usin moodle for assessment(Computer-based assessment)
by John Andrewartha. Hi Sama,Thank you, if I have this correct, you have a external examination on another machine that you want to embed into Moodle as the assessment for a course or series of...
View ArticleHow do I make the entire Block's title clickable (to make it show and hide...
by Nadav Kavalerchik. I am tring to have the entire Block's title element area clickable and have it show and hide the block's content in a similar fashion as the .block_action imges do.trying to...
View ArticleRe: How to dowload files from course
by Matteo Scaramuccia. Hi Oriol,let's see if I'll be able to have some spare time for coding a proof of concept from now to the end of the first week of January.Matteo
View ArticleUnable to fetch available updates data - unexpected cURL error.
by Joseph Rézeau. Hi all,On my local machine I have installed moodle 1.9, 2.3, 2.4 and master (2.5). Just today I updated all versions to the latest available (using GIT). All went fine, but now I...
View ArticleRe: usin moodle for assessment(Computer-based assessment)
by sama masoudi. Thank you John..almost (need to integrate it into Moodle)...i want to know that can i write code with php language in moodle that it work like a assessment system ...i didn't do...
View ArticleRe: How do I make the entire Block's title clickable (to make it show and...
by John St. I did something like this with CSS only. Make the header of the block have a relative position (and give it a nice min-height), then made the .block-hider-hide have a block display and...
View ArticleRe: Building a facebook wall style forum
by Frankie Kam. I managed to gammify the wall post. Word statistics are displayed, including a Readability score. The gammification part is when the system automatically produces a color-coded...
View ArticleRe: Building a facebook wall style forum
by Frankie Kam. I've also implemented a privacy-ala-Moodle-Journal feature for the Wall.A student can only view updates to the Wall posted by either himself/herself or by the Course Administrator....
View ArticleRe: How do I make the entire Block's title clickable (to make it show and...
by Darko Miletić. This sort of works but event is called twice. Not sure why.// module.jsM.block_yeah = M.block_yeah || {};M.block_yeah.init = function(Y) { M.block_yeah.Y = Y; var click = function...
View ArticleRe: How do I make the entire Block's title clickable (to make it show and...
by Mary Evans. Hi Nadav,John's reply is a good way to do this and is less intrusive and easily reversed if someone prefers the original way the block works.To add the switch_minus.png and...
View ArticleRe: I need some javascript help
by Marcus Green. How bad/naughty would it be to bundle a little JQuery and use that to do the drag and drop in that? Yui, the COBOL of Web 2.0.
View Article