1.0.8 • Published 7 months ago

@determaer/cmkd v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Cognitive Maps of Knowledge Diagnosis

Cognitive Maps of Knowledge Diagnosis (CMKD) - visualization method for describing hierarchical subjects, semantically connected between each others. It can be used for representing such entities like educational courses with purpose to improve learning experience. More details about method in this paper

Screenshot

npm.io

Inputs

PropInputDestination
drawingMode'default', 'score', 'light'Defines form of CMKD - excluding not significant lines, applying color on elements, etc
widthNumberWidth and height of the CMKD block
labelsLabel[]Array of elements, combined like parametric map, including data from learner model, course model
positionNumberPosition of the last 'learned' element for simplifying CMKD's connections
showSupportRectBooleanIncluding additional material, presented outside of basic trajectory of course in CMKD
showImportantBooleanHighlighting important connection lines

Events

@clicked - return information about sector, connection line or element label when user events click.

Save CMKD to PNG

<script setup>
const cmkd = ref()
//execute this in some event
cmkd.value.downloadURI()
</script>

<template>
  <CMKD 
    ref="cmkd"
    ...
  />
</template>

Usage

npm install @determaer/cmkd

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago