How to customise course format from theme. Example on course format grid.
Continue reading “Moodle – extended course format render from theme”Category: Devlion
Devlion solutions
Management – Helpful Extensions for Trello and Toggl
Small Trello Inconveniences
Sitting down to work on my next Trello ticket I realized my Toggl account was still on my previous task. I had to stop what I was doing and switch to Toggl counter to stop and create a new counter for my current task. Having finished the test I wanted to make a list of a few fixes that had to be tested elsewhere – since there is no easy way to refer to Trello cards other than their url address I made a list of links for reference.
Continue reading “Management – Helpful Extensions for Trello and Toggl”Laravel – Initiate smart admin
SmartAdmin for laravel framework for fast database representation as RESTfull.
SmartAdmin – more than a simple admin panel.
Moodle – יצירת קורס פורמת חדש
מבוא
הקורס פורמט הוא סוג תוסף מיוחד במוודל שאחראי על פריסת מידע של הקורס במערכת moodle. דף הקורס (/course/view.php) יכול להיות במצב תצוגה ועריכה, קורס פורמט של moodle מציג פרקים, משאבים ופעילויות בצורה מוגדרת בהגדרות הקורס במערכת moodle. מנהל מערכת יכול להפעיל, לבטל או למחוק תבניות לקורסים.
Continue reading “Moodle – יצירת קורס פורמת חדש”Moodle – Code Styling for PHP
List of rules for proper development in the Moodle environment
Naming of parameters (do not use “_” or uppercase)
//BED $Userid, $course_id, $ModuleCourseid //GOOD $userid, $courseid, $modulecourseid, $param1, $parm2 ..
Moodle – How to make a test course in CLI mode
The fast way to define test course Moodle using CLI Screen
The fastest way to define a test course Moodle using the CLI Screen
php admin/tool/generator/cli/maketestcourse.php --shortname=Course1 --fullname=Course1 --size=S
–size=S – under a 100 users in the course
–size=M – under a 1000 users in the course
add default password for all test students, write it in config.php:
$CFG->tool_generator_users_password='Yorepassword1!';
Math – Tangent Point Problem and Solution
In this problem the student is supposed to address some claims about tangents and function and to provide graphs which support his answers. In general student can use 1 method of adding a tangent line (by adding a straight line which is movable and with adjustable slope) and 2 methods of adding a function:
Continue reading “Math – Tangent Point Problem and Solution”