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? The number of healthy turtles is climbing faster than the number of sick.
2- It looks like there is only 1 sick turtle but I want 10 that are spread out in the population. Move the slider to 10.
3- the turtle movement is not what I expect, I want them to have a wiggle walk. Change the turtle movement to wiggle walk.
4- Even with the transmission rate on the highest, not all are getting sick. The sick rate code is set too high.
5- They aren't recovering, just getting sick and staying sick. The code is incorrect.
6- my graph isn't working right. The graph code setup is not correct.

Engine speed5
Loading...
0%

Loading...