I mostly write stuff for Moodle; I've worked in e-learning since 2000, and the web since 1995.
- Australia
-
07:37
(UTC +11:00) - 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.