Re: Exporting Raw Data From Tests Developed As A Set OfMultiple Choice Questions
by Tim Hunt. If you are talking about the Moodle quiz activity, in Moodle 2.0 or later, then the answer is yes, you can do this.
View ArticleRe: Mootools
by Gareth J Barnard. This https://moodle.org/mod/forum/discuss.php?d=229525&parent=1013345 might help to sort this.
View ArticleRe: Programmatically clone a course
by Toan Tran. Thank you for the tip. I'll find this 'core_course_duplicate_course()' function. Moodle has so many functions that I didn't know where to look.
View ArticleRe: some chess, anyone?
by Frankie Kam. Installation StepsStep 1: Got to http://www.phpchess.com/Step 2: Click on the Download sectionStep 3: DownloadphpChess 4.1 alpha testStep 4: Extract the downloaded file named...
View ArticleRe: some chess, anyone?
by Frankie Kam. Hi DougThe next step (a toughie) is to ensure Single-Sign-On (SSO) so that the Moodle user can login automatically as a phpChess player.What you are describing reminds me of the...
View ArticleRe: Programmatically clone a course
by mohamed alsharaf. The code for the webservice function can be found in /course/externallib.php line 743 method public static function duplicate_course($courseid, $fullname, $shortname, $categoryid,...
View ArticleBest Moodle hosting company
by Sizwe Dumisani. GreetingsI'm new to Moodle and online course development. I'll be creating online IT Training courses shortly and would like to get a feel for which of the many Moodle hosting...
View ArticleRe: Best Moodle hosting company
by Davo Smith. If you are looking for dedicated Moodle hosting, you should have a look at the official Moodle partners in your area on http://www.moodle.com (Obviously I'd recommend my own employers...
View ArticleMoodle plugin unistall/remove
by Marianna Hmichael. I installed a plugin and once I log in as admin I can't access to the site.I just get a blank page with the address bar showing: http://localhost/admin/index.php. What should I...
View ArticleRe: Moodle plugin unistall/remove
by Davo Smith. First thing to do is to switch on debugging via your config.php file (or via direct editing of your database): http://docs.moodle.org/en/DebuggingThis should give you an error message...
View ArticleCreate new module
by Andrew Downes. Hi, I'm new to Moodle development and pretty new to PHP too. I'm trying to create a new module following the tutorial here: http://docs.moodle.org/dev/NEWMODULE_DocumentationI have...
View ArticleRe: Files from mod_page
by Michal Novák. I found this one: $content = file_rewrite_pluginfile_urls($page->content, 'pluginfile.php', $context->id, 'mod_page', 'content', $page->revision);but how to get context->id ?
View ArticleRe: Behat with Selenium, Selenium not being called/executed
by James McLean. Thanks for your continued help with this David.1) Yes, "base_url: 'http://localhost:8000'" is present in the under 'Extensions: Behat\MinkExtension\Extension:'. Those sections are...
View ArticleRe: Files from mod_page
by Davo Smith. If you have the course module id ($cmid) then you can get the context from:$context = context_module::instance($cmid);See http://docs.moodle.org/dev/Course_module for more about course...
View ArticleRe: General Developers meeting, Tue 30 July 13:00 UTC
by Michael de Raadt. Hi, all.Just a reminder that we have a General Developers meeting tomorrow.The agenda and details are in the parent of this message an on the meeting docs page.
View Articlerandom examination bank
by Tien Thanh Nguyen . I have request to create random examination bank.1. I suppose that we have 500 question in the question bank. 2. I will establish the online examination for 40 student. 3. Once...
View ArticleRe: General Developers meeting, Tue 30 July 13:00 UTC
by Anne Krijger. Hi Michael, It's the 1st time I'll try and take part using the Youtube/Dev chat set up.I see the chat is closed; I have no permission etc... I assume this will open up @ dev talk...
View ArticleRe: random examination bank
by Richard Oelmann. Isn't this pretty much what the quiz module already does?Create a bank of 500 questions and then the quiz module can generate a quiz using 100 randomly selected questions from...
View ArticleSlimmed down version of Question type - Extend or Duplicate?
by Anne Krijger. I need a slimmed down version of the Multiple choice (multichoice) Question type.The most important changes will be;* Separate question type that can be recognized as such as well by...
View Article