Archive for June 20th, 2008

Search and Replace Awk

Friday, June 20th, 2008

a search and replace in a file where only items right of a seperator should be replaced: awk '{FS = "=";OFS = "=";gsub("course", "module", $2); print}' moodle.php > moodle.php.new

Custom Scorm Report Moodle

Friday, June 20th, 2008

Just thought of some nice side feature of our custom scorm report for Moodle. If there is a new release of a SCORM module or test, just add a new SCORM activity and hide the old one. The report will automatically pick up the new SCORM as not being scored ...