Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.
Find a file
Andrew Sliwinski 84d97ed46e
Merge pull request #4 from thisandagain/feature/cloud
Add support for cloud variables
2019-03-18 09:57:33 -04:00
lib List variable manipulation on cloud vars differently in block listing 2019-03-13 15:57:04 -04:00
test List variable manipulation on cloud vars differently in block listing 2019-03-13 15:57:04 -04:00
.eslintignore Initial working version 2018-12-17 18:11:08 -05:00
.eslintrc Initial working version 2018-12-17 18:11:08 -05:00
.gitignore Initial working version 2018-12-17 18:11:08 -05:00
.travis.yml Add travis config 2018-12-18 12:55:40 -05:00
LICENSE Update LICENSE 2018-12-17 14:38:24 -05:00
package.json Prepare for release 2019-03-13 15:57:45 -04:00
README.md Add aggregate cloud variables data to analysis results 2019-03-13 15:01:11 -04:00
TRADEMARK Add trademark file 2018-12-18 12:59:09 -05:00

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:

Key Attributes
scripts count
blocks count, unique, list, frequency
sprites count
variables count, id
cloud count, id
lists count
costumes count, list, hash
sounds count, list, hash
extensions count, list
comments count

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