I mostly write stuff for Moodle; I've worked in e-learning since 2000, and the web since 1995.
- Australia
-
18:28
- 11h ahead - www.frumbert.org
Pinned Loading
-
A text parser that turns fairly regu...
A text parser that turns fairly regular plain text into a series of form elements for use in a survey. There is no concept of numbered questions, only responses. Questions can be grouped by adding a 'page:' identifier, which results in subsequent questions being part of a new fieldset, and are only a visual change (does not appear in results). Statements can be grouped by dichotomy. Lines without a type are ignored. Unanswered questions are reported as empty. There is no concept of required items. Results are in the format statement:answer or statement:answer1,answer2,answerN. 1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<meta http-equiv="X-UA-Compatible" content="IE=edge">
-
Make a marquee on the browser title
Make a marquee on the browser title 1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<title>argh!</title>
-
blob to dataurl, because I keep forg...
blob to dataurl, because I keep forgetting how to do it! 1function blobToDataURL(blob) {
2return new Promise((fulfill, reject) => {
3let reader = new FileReader();
4reader.onerror = reject;
5reader.onload = (e) => fulfill(reader.result);
-
moodle-format_onetopicplus
moodle-format_onetopicplus PublicForked from davidherney/moodle-format_onetopic
Moodle course format combining OneTopic with TopicActivityCards - with MORE options
PHP
-
moodle-tool_uploadactivitycompletions
moodle-tool_uploadactivitycompletions PublicA Moodle Admin Tool to upload user activity completion data to Moodle via CSV
-
clonecategory
clonecategory PublicA Moodle local plugin to clone all courses in a category, modifying shortname based on category idnumber, and adding start/end dates
17 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
frumbert/blob.frumbert.org,
frumbert/public,
Coursesuite/courseassembler.com
and 4 other
repositories
Loading
Contribution activity
March 2025
frumbert has no activity
yet for this period.