2.2.0 • Published 2 years ago

scratch-analysis v2.2.0

Weekly downloads
10
License
BSD-3-Clause
Repository
-
Last release
2 years ago

scratch-analysis

Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.

Build Status Greenkeeper badge

Getting Started

npm install scratch-analysis
const analysis = require('scratch-analysis');
analysis(buffer, function (err, result) {
    // handle any validation errors and ...
    // do something interesting with the results!
});

Analysis Modules

General

The scratch-analysis module will return an object containing high-level summary information about the project:

KeyAttributes
scriptscount
blockscount, unique, list, frequency
spritescount
variablescount, id
cloudcount, id
listscount
costumescount, list, hash
soundscount, list, hash
extensionscount, list
commentscount

Concepts

Coming Soon

Complexity

Coming Soon

Classification

Coming Soon

References

New Frameworks for Studying and Assessing the Development of Computational Thinking

Author(s): Karen Brennan, Mitchel Resnick PDF: Download

2.2.0

2 years ago

2.1.0

3 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago