This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Description
Follow-on to https://github.com/LLK/scratchjr/pull/260
Expected Behavior
For research knowing the kinds of blocks being used in programs is important. For this reason it would be better to have adding a block of a certain type be a unique event instead of lumping all blocks in one event.
In analytics, adding a forward block should trigger an event called 'new_block_forward'; shrink block - 'new_block_shrink' etc.
Actual Behavior
In analytics adding a block of any type triggers the 'new block' event.