Help With Computational Layer

sorry Dan sent you the wrong url the updated version is below.

I still see pretty much the same issue:

  1. For the variable “sub”, you want the total number of button pressCounts. So, you should have addition not multiplication, so change all the *'s to +'s.
  2. For “total”, you want the total score, so it should be a sum of all the scores. Change “sub1” to “tot1”, “sub2” to “tot2”, etc. It should be addition as you have it.
  3. “check” looks fine, using the “tot” variables with multiplication.