Moodle Plugins directory: Import competency framework from RDF | Moodle.org

Import competency framework from RDF
Administration tools ::: tool_lpimportrdf
Maintained by
Damyon Wiese
This is an importer for XML/RDF formatted curriculum files from the
achievement standards network.
Latest release:
26 sites
8 downloads
13 fans
Current versions available: 1
This is an importer for XML/RDF formatted curriculum files from the
achievement standards network.
See http://achievementstandards.org/ to browse and download various
curriculum files as RDF/XML. Not all metadata is retained when the
standards are imported - but as much as possible is.
This importer is generic enough to work well with a variety of RDF
formatted curriculum files, such as the ones from
http://www.australiancurriculum.edu.au/technical/download
but if you have custom requirements, or a file format that does not
import well, you should contact a Moodle Partner
http://www.moodle.com/
to have this plugin customised to your needs.
Useful links
Contributors
Damyon Wiese (Lead maintainer)
Please login to view contributors details and/or to contact them
http://integration.moodle.org/job/Precheck%20remote%20branch/23439/artifact/work/smurf.html
Thanks Damyon for sharing this plugin with the community. I have not had a chance to fully test the functionality of the plugin. The code itself is quite clean and easy to follow. I noticed that only some of the input fields are sanitized by clean_param() on the input but then I realized that the core competency API implements the properties validation at the model definition level.
I am happy to approve this now. You are cleared to land. Welcome to the plugins directory.
Coding error detected, it must be fixed by a programmer: generate_uuid() cannot be used anymore. Please use \core\uuid::generate() instead.
any idea?