jemole / drScratch

drScratch is an analytical tool that evaluates your Scratch projects in a variety of computational areas to provide feedback on aspects such as abstraction, logical thinking, synchronization, parallelization, flow control, user interactivity and data representation. This analyzer is a helpful tool to evaluate your own projects, or those of your Scratch students.
35 stars 27 forks source link

Continual error #8

Open austrudy opened 6 years ago

austrudy commented 6 years ago

We receive an error when analysing this project (have tried continuously for the last week) and we are not sure why. Help! https://scratch.mit.edu/projects/212421375

jemole commented 6 years ago

This is a bug in Dr. Scratch website, since the Hairball analysis is correct:

$ hairball -p mastery.Mastery The\ Very\ Hungry\ Caterpillar.sb2 The Very Hungry Caterpillar.sb2 {'Abstraction': 1, 'Parallelization': 3, 'Logic': 1, 'Synchronization': 3, 'FlowControl': 2, 'UserInteractivity': 2, 'DataRepresentation': 1} Total mastery points: 13/21

jemole commented 6 years ago

Thank you for pointing it up. We'll look into it asap.