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

Errors when evaluating projects #9

Open gregoriorobles opened 6 years ago

gregoriorobles commented 6 years ago

Eliana Brochado elianabrochado@gmail.com

Good evening, I need Dr. Scratch to evaluate these two projects for me to use the data in my master's research. When submitting the projects to Dr. Scratch, error appears.

  1. https://scratch.mit.edu/projects/215889601/

  2. https://scratch.mit.edu/projects/215888932/

jemole commented 6 years ago

The error is caused because there are several sprites with the same name (for instance, objeto1). Sprite names must be unique.

ValueError: Sprite names must be unique