Debugging Challenge- Epidemic model REMIX

First, remix this model and rename it, and save it to your public gallery (and add your partner as a collaborator). Before each step, be sure the program is saved and you have clicked Run Code. When you have debugged each step, go on to solve the next problem.
1- Hit Setup a few times, it's not supposed to have so many turtles! Why do I get more and more turtles? (delete everyone when setup is pushed)
2- It looks like there is only 1 sick turtle but I want 10 that are spread out in the population. (scatter everyone after creating 10 pink turtles)
3- the turtle movement is not what I expect, I want them to have a wiggle walk. (add procedure wiggle)
4- Even with the transmission rate on the highest, not all are getting sick. (changed forever toggle to call wiggle)
5- They aren't recovering, just getting sick and staying sick. (edit collision code and added call recover to setup pushed)
6- my graph isn't working right. (coding for graph had set numbers for each healthy and sick)

Engine speed5
Loading...
0%

Loading...