Concept Map Question Type

Question types ::: qtype_conceptmap
Maintained by Jorge Villalon
Question type that allows students to draw and submit a Concept Map as answer

Concept Map Question Type 1.3.2

Moodle 2.3, 2.4
Released: Alhamisi, 2 Mei 2013, 5:52 AM
------------------------------------------
Concept Map question type for Moodle 2.4.x
Version: 1.3.2
------------------------------------------

Author: Jorge Villalon (villalon@gmail.com)

Release notes
-------------

1.3.2: Added hack to fix Moodle's $USER->lang representation (all in lowercase) to support country specific languages (es_CL, us_GB, pt_BR, etc.).
1.3.1: Added support for brazilian portuguese (pt_BR).
1.3: Changed language files and form for compliance in Moodle 2.4.

NOTE
----

This question type has been developed and tested for Moodle 2.4. It is based
on the essay question type by The Open Univeristy.

Introduction
------------

Concept Maps (CMs) are widely used in education as a way to visualize
a person's knowledge (typically a student). CMs are usually drawn by
students on paper, or using a software tool like CmapTools or MindMap.

However, there was a need for a web based Concept Map editor, that allows
students to create their maps with no software installations required.

As part of my doctoral work on technology applied to education, I wrote
the code for a web based Concept Map editor called 'CmapWeb', that
implements a very simple interface to work with CMs.

I have integrated CmapWeb with Moodle 2.1 so it is easier for teachers
to create Concept Mapping activities for their students. It was integrated
as a question type, so you can just add a quiz, and create a Concept Map
question and add it to the quiz. That will give you all the useful
features in Moodle quizzes (start and end dates, time frames, grading, etc.)

Installation
------------

I guess you already unzipped the conceptmap.zip file so you are reading
this document. If that is the case, simply copy and paste the folder in
your moodle question type folder (e.g: moodle/question/type/). You will
recognize the folder because it contains several other folders for question
types like 'essay' and 'multichoice'.

Once you copied the file, simply login as administrator in Moodle and
browse to Site administration->Notifications

Acnkowledgments, suggestions, complaints and bug reporting
----------------------------------------------------------

I'll be happy to get any useful feedback from you. Please feel free to
email me, my name and email address are in the top of this document.

Version information

Version build number
2013050101
Version release name
1.3.2
Can be updated from
1.2, 1.3.1 (2013042301)
Can be updated to
1.3.3
Maturity
Release candidate
MD5 Sum
55340bbf8970f67daa6118da0abd3b52
Supported software
Moodle 2.3, Moodle 2.4
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4

Default installation instructions for plugins of the type Question types

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation