Giter Site home page Giter Site logo

childgrowthxamarin's People

Contributors

jdbravol avatar kevinjyee avatar sbordov avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

childgrowthxamarin's Issues

lol

VaccineBuilder().WithID(1).WithVaccineDueDate(0.WithInfo( " " ).WithVaccineName( "Hepatitis B (HepB)" ).Build());
VaccineBuilder().WithID(2).WithVaccineDueDate(1.WithInfo( " " ).WithVaccineName( "Hepatitis B (HepB)" ).Build());
VaccineBuilder().WithID(3).WithVaccineDueDate(2.WithInfo( " " ).WithVaccineName( "Rotavirus (RV)" ).Build());
VaccineBuilder().WithID(4).WithVaccineDueDate(2.WithInfo( " " ).WithVaccineName( "Diphtheria and tetanus toxoids and acellular pertussis (DTaP)" ).Build());
VaccineBuilder().WithID(5).WithVaccineDueDate(2.WithInfo( " " ).WithVaccineName( "Haemophilus influenzae type b (Hib)" ).Build());
VaccineBuilder().WithID(6).WithVaccineDueDate(2.WithInfo( " " ).WithVaccineName( "Pneumococcal conjugate (PCV13)" ).Build());
VaccineBuilder().WithID(7).WithVaccineDueDate(2.WithInfo( " " ).WithVaccineName( "Inactivated poliovirus (IPV:<18 yrs)" ).Build());
VaccineBuilder().WithID(8).WithVaccineDueDate(4.WithInfo( " " ).WithVaccineName( "Rotavirus (RV)" ).Build());
VaccineBuilder().WithID(9).WithVaccineDueDate(4.WithInfo( " " ).WithVaccineName( "Diphtheria and tetanus toxoids and acellular pertussis (DTaP)" ).Build());
VaccineBuilder().WithID(10).WithVaccineDueDate(4.WithInfo( " " ).WithVaccineName( "Haemophilus influenzae type b (Hib)" ).Build());
VaccineBuilder().WithID(11).WithVaccineDueDate(4.WithInfo( " " ).WithVaccineName( "Pneumococcal conjugate (PCV13)" ).Build());
VaccineBuilder().WithID(12).WithVaccineDueDate(4.WithInfo( " " ).WithVaccineName( "Inactivated poliovirus (IPV:<18 yrs)" ).Build());
VaccineBuilder().WithID(13).WithVaccineDueDate(6.WithInfo( " " ).WithVaccineName( "Hepatitis B (HepB)" ).Build());
VaccineBuilder().WithID(14).WithVaccineDueDate(6.WithInfo( " " ).WithVaccineName( "Diphtheria and tetanus toxoids and acellular pertussis (DTaP)" ).Build());
VaccineBuilder().WithID(15).WithVaccineDueDate(6.WithInfo( " " ).WithVaccineName( "Pneumococcal conjugate (PCV13)" ).Build());
VaccineBuilder().WithID(16).WithVaccineDueDate(6.WithInfo( " " ).WithVaccineName( "Inactivated poliovirus (IPV:<18 yrs)" ).Build());
VaccineBuilder().WithID(17).WithVaccineDueDate(6.WithInfo( " " ).WithVaccineName( "Influenza (IIV)" ).Build());
VaccineBuilder().WithID(18).WithVaccineDueDate(12.WithInfo( " " ).WithVaccineName( "Haemophilus influenzae type b (Hib)" ).Build());
VaccineBuilder().WithID(19).WithVaccineDueDate(12.WithInfo( " " ).WithVaccineName( "Pneumococcal conjugate (PCV13)" ).Build());
VaccineBuilder().WithID(20).WithVaccineDueDate(12.WithInfo( " " ).WithVaccineName( "Measles, mumps, rubella (MMR)" ).Build());
VaccineBuilder().WithID(21).WithVaccineDueDate(12.WithInfo( " " ).WithVaccineName( "Varicella (VAR)" ).Build());
VaccineBuilder().WithID(22).WithVaccineDueDate(12.WithInfo( " " ).WithVaccineName( "Hepatitis A (HepA)" ).Build());
VaccineBuilder().WithID(23).WithVaccineDueDate(15.WithInfo( " " ).WithVaccineName( "Diphtheria and tetanus toxoids and acellular pertussis (DTaP)" ).Build());
VaccineBuilder().WithID(24).WithVaccineDueDate(18.WithInfo( " " ).WithVaccineName( "Influenza (IIV)" ).Build());
VaccineBuilder().WithID(25).WithVaccineDueDate(24.WithInfo( " " ).WithVaccineName( "Hepatitis A (HepA) - Second Dose" ).Build());
VaccineBuilder().WithID(26).WithVaccineDueDate(30.WithInfo( " " ).WithVaccineName( "Influenza (IIV)" ).Build());

Sign-In Page

Remove User name and Password

Remove Skip sign in to make it a "launch" icon

Null Height Weight Bug

If a child doesn't have any height weight info, selecting their weight and height to be viewed will cause the app because of a null pointer exception

Dynamically Plotting Percentiles and have Legend show up

We are currently not plotting percentiles based on the child's Weight, Height, Head.

We are just plotting one straight line (hard-coded) to reflect WHO percentiles.
Dynamically plot the correct percentile based on user's inputs.

OR just have a show percentiles function.

We need to have a legend indicating the lines labels.

Text Overflow

Anywhere you see text overflowing or cut off. Reword or resize the font.

Milestones page doesn't dynamically refresh upon change in Child Selection

When changing all pages to dynamically refresh, the Milestones page would crash for whatever reason. I remember that Juan used to create new instances of all pages to dynamically update before--maybe we could use this strategy for the Milestones page alone to fix the current, semi-broken state.

lol2

Milestones.Add(new MilestoneBuilder().WithID(1).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Begins to smile at people" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20651/20651_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(2).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Can briefly calm herself (may bring hands to mouth and suck on hand)" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20653/20653_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(3).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Tries to look at parent" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20654/20654_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(4).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Coos, makes gurgling sounds" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/ktGf_CSVCVk/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(5).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Turns head toward sounds" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/7LNUNCfvwKk/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(6).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Pays attention to faces" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20655/20655_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(7).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Begins to follow things with eyes and recognize people at a distance" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20656/20656_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(8).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Begins to act bored (cries, fussy) if activity doesn�t change" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/HJS68Ls9rB8/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(9).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Can hold head up and begins to push up when lying on tummy" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20659/20659_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(10).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Makes smoother movements with arms and legs" ).WithMilestoneDueDate(2).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20660/20660_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(11).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Smiles spontaneously, especially at people" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20660/20660_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(12).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Likes to play with people and might cry when playing stops" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/oZavlDUOhXg/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(13).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Copies some movements and facial expressions, like smiling or frowning" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/StmNaT9vD90/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(14).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Begins to babble" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/i8Iuo_fTyv0/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(15).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Babbles with expression and copies sounds he hears" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "https://i.ytimg.com/vi/5JObUQDR4Gg/hqdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(16).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Cries in different ways to show hunger, pain, or being tired" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/oZavlDUOhXg/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(17).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Lets you know if he is happy or sad" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20661/20661_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(18).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Responds to affection" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/UBndd-Coq60/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(19).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Reaches for toy with one hand" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20663/20663_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(20).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Uses hands and eyes together, such as seeing a toy and reaching for it" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20674/20674_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(21).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Follows moving things with eyes from side to side" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20672/20672_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(22).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Watches faces closely" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20664/20664_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(23).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Recognizes familiar people and things at a distance" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/qVDBiDWGmi0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(24).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Holds head steady, unsupported" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20665/20665_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(25).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Pushes down on legs when feet are on a hard surface" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20671/20671_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(26).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "May be able to roll over from tummy to back" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20668/20668_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(27).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Can hold a toy and shake it and swing at dangling toys" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20666/20666_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(28).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Brings hands to mouth" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/MoD-xOT9ExI/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(29).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "When lying on stomach, pushes up to elbows" ).WithMilestoneDueDate(4).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20667/20667_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(30).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Knows familiar faces and begins to know if someone is a stranger" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20676/20676_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(31).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Likes to play with others, especially parents" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20677/20677_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(32).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Responds to other people�s emotions and often seems happy" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/_ewfCVshil0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(33).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Likes to look at self in a mirror" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20678/20678_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(34).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Responds to sounds by making sounds" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/TkFgYc303f0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(35).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Strings vowels together when babbling (�ah,� �eh,� �oh�) and likes taking turns with parent while making sounds" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/-RCSbpez9EU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(36).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Responds to own name" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/H5yukc5becc/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(37).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Makes sounds to show joy and displeasure" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/XvDXOc4YH8c/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(38).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Begins to say consonant sounds (jabbering with �m,� �b�)" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/hmQUUDYUeFE/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(39).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Looks around at things nearby" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/1MFgx-pr8hs/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(40).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Brings things to mouth" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20679/20679_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(41).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Shows curiosity about things and tries to get things that are out of reach" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20680/20680_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(42).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Begins to pass things from one hand to the other" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20681/20681_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(43).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Rolls over in both directions (front to back, back to front)" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/KybaUJNhmpo/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(44).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Begins to sit without support" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20682/20682_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(45).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "When standing, supports weight on legs and might bounce" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/Y3EySKt7BmU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(46).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Rocks back and forth, sometimes crawling backward before moving forward" ).WithMilestoneDueDate(6).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/gnwtliGFY5s/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(47).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "May be afraid of strangers" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/Puel3D6fMEA/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(48).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "May be clingy with familiar adults" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/2ANlZWF8a1k/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(49).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Has favorite toys" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/0SeOY0q8Ii0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(50).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Understands �no�" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/OxzBuPAwt2E/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(51).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Makes a lot of different sounds like �mamamama� and �bababababa�" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/JbwH30VV5VI/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(52).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Copies sounds and gestures of others" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20683/20683_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(53).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Uses fingers to point at things" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20685/20685_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(54).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Watches the path of something as it falls" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/UGJuozLLX9s/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(55).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Looks for things she sees you hide" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20686/20686_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(56).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Plays peek-a-boo" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/cQJPM8gW8oU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(57).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Puts things in his mouth" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20689/20689_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(58).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Moves things smoothly from one hand to the other" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20690/20690_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(59).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Picks up things like cereal o�s between thumb and index finger" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20694/20694_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(60).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Stands, holding on" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20695/20695_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(61).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Can get into sitting position" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/6QFwdkuYxdU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(62).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Sits without support" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20696/20696_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(63).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Pulls to stand" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20697/20697_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(64).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Crawls" ).WithMilestoneDueDate(9).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/YlVDkF9WXLs/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(65).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Is shy or nervous with strangers" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/rkC2Wf4A_nw/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(66).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Cries when mom or dad leaves" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/p86vpbe6cOE/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(67).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Has favorite things and people" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20700/20700_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(68).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows fear in some situations" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/0h1OoeVTHJw/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(69).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Hands you a book when he wants to hear a story" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20703/20703_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(70).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Repeats sounds or actions to get attention" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/HV-SB7iYQtM/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(71).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Puts out arm or leg to help with dressing" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20704/20704_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(72).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Plays games such as �peek-a-boo� and �pat-a-cake�" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20705/20705_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(73).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Responds to simple spoken requests" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/tzjCTwrlEqI/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(74).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Uses simple gestures, like shaking head �no� or waving �bye-bye�" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/h1xwTJNV0rA/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(75).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Makes sounds with changes in tone (sounds more like speech)" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/5eceKJPl8UU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(76).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Says �mama� and �dada� and exclamations like �uh-oh!�" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/JiGnOH1GTdM/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(77).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Tries to say words you say" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/ANzafxAxLW0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(78).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Explores things in different ways, like shaking, banging, throwing" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/pMVinh7qvT8/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(79).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Finds hidden things easily" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20707/20707_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(80).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Looks at the right picture or thing when it�s named" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/rQ6RuauvK3Y/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(81).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Copies gestures" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20710/20710_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(82).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Starts to use things correctly; for example, drinks from a cup, brushes hair" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/9nyrA0e9BGE/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(83).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Bangs two things together" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/UVoVM0k065Q/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(84).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Puts things in a container, takes things out of a container" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/gHYUR7nI8mI/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(85).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Lets things go without help" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/33E6N81FKDk/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(86).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Pokes with index (pointer) finger" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20711/20711_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(87).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Follows simple directions like �pick up the toy�" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/pFy0ZT7aLjk/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(88).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Gets to a sitting position without help" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20713/20713_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(89).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Pulls up to stand, walks holding on to furniture (�cruising�)" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/fDgMPUtm1os/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(90).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "May take a few steps without holding on" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/hrTXjv3TjX4/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(91).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "May stand alone" ).WithMilestoneDueDate(12).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20716/20716_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(92).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Likes to hand things to others as play" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20717/20717_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(93).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "May have temper tantrums" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/iSKMkHKhocQ/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(94).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "May be afraid of strangers" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/0bUa6AvfaeQ/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(95).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows affection to familiar people" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20721/20721_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(96).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Plays simple pretend, such as feeding a doll" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/6kszHh5F4fU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(97).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "May cling to caregivers in new situations" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20718/20718_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(98).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Points to show others something interesting" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20719/20719_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(99).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Explores alone but with parent close by" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20720/20720_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(100).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Says several single words" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/AMxgyI4EdSM/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(101).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Says and shakes head �no�" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/az4jhcbsDms/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(102).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Points to show someone what he wants" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/nmkZphuIzvk/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(103).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Knows what ordinary things are for; for example, telephone, brush, spoon" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20722/20722_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(104).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Points to get the attention of others" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20723/20723_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(105).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Shows interest in a doll or stuffed animal by pretending to feed" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20724/20724_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(106).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Points to one body part" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/RSynaBnWz4k/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(107).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Scribbles on his own" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20725/20725_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(108).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Can follow 1-step verbal commands without any gestures; for example, sits when you say �sit down�" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/kL4-4Ls0W7Q/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(109).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Walks alone" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/JaOUmM5ItYU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(110).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "May walk up steps and run" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/pJ6lJT0OakY/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(111).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Pulls toys while walking" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/E5zpJPaxm18/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(112).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Can help undress himself/herself" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/6D4MyzTdyTE/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(113).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Drinks from a cup" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20727/20727_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(114).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Eats with a spoon" ).WithMilestoneDueDate(18).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20726/20726_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(115).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Copies others, especially adults and older children" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20728/20728_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(116).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Gets excited when with other children" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "nan" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(117).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows more and more independence" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20729/20729_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(118).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows defiant behavior (doing what he has been told not to)" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/HaXnKsnlohk/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(119).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Plays mainly beside other children, but is beginning to include other children, such as in chase games" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/aau2i8hIQaY/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(120).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Points to things or pictures when they are named" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/o9vfRS7x53c/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(121).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Knows names of familiar people and body parts" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/o-icLJC6tHc/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(122).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Says sentences with 2 to 4 words" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/rIdCA-imsZU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(123).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Follows simple instructions" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/enEGavf5Cn8/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(124).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Repeats words overheard in conversation" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/7WoNafM_RIk/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(125).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Points to things in a book" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20730/20730_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(126).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Finds things even when hidden under two or three covers" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20731/20731_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(127).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Begins to sort shapes and colors" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20733/20733_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(128).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Completes sentences and rhymes in familiar books" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/e_X8gip0ikQ/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(129).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Plays simple make-believe games" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20734/20734_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(130).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Builds towers of 4 or more blocks" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20735/20735_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(131).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Might use one hand more than the other" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/RIUgcQSHAVc/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(132).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Follows two-step instructions such as �Pick up your shoes and put them in the closet.�" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/tySEn371aZM/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(133).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Names items in a picture book such as a cat, bird, or dog" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/HFg1eSu_KTk/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(134).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Stands on tiptoe" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20736/20736_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(135).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Kicks a ball" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20737/20737_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(136).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Begins to run" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/6vnTQD0qqGU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(137).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Climbs onto and down from furniture without help" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20738/20738_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(138).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Walks up and down stairs holding on" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20739/20739_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(139).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Throws ball overhand" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20741/20741_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(140).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Makes or copies straight lines and circles" ).WithMilestoneDueDate(24).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/6XV8xXdy0lg/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(141).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Copies adults and friends" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20743/20743_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(142).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows affection for friends without prompting" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "nan" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(143).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Takes turns in games" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/c9KtszF2_oc/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(144).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows concern for crying friend" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20747/20747_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(145).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Understands the idea of �mine� and �his� or �hers�" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/Om-zZvqXPlY/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(146).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Shows a wide range of emotions" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20746/20746_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(147).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Separates easily from mom and dad" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20751/20751_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(148).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "May get upset with major changes in routine" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "nan" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(149).WithCategory(MilestoneCategory.SOCIAL_AND_EMOTIONAL).WithHelpfulText( "" ).WithQuestionText( "Dresses and undresses self" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20752/20752_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(150).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Follows instructions with 2 or 3 steps" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/-d6rgPOGnSQ/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(151).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Can name most familiar things" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/LY8Ot4DJjpU/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(152).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Understands words like �in,� �on,� and �under�" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/xIqVMimUWN0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(153).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Says first name, age, and sex" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "#VALUE!" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(154).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Names a friend" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/ogqu1lRL4j8/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(155).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Says words like �I,� �me,� �we,� and �you� and some plurals (cars, dogs, cats)" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/T4tybEWGaIg/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(156).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Talks well enough for strangers to understand most of the time" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/k0Hu0FOe5Pc/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(157).WithCategory(MilestoneCategory.COMMUNICATION).WithHelpfulText( "" ).WithQuestionText( "Carries on a conversation using 2 to 3 sentences" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/dlFBFObuVlM/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(158).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Can work toys with buttons, levers, and moving parts" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20760/20760_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(159).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Plays make-believe with dolls, animals, and people" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20754/20754_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(160).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Does puzzles with 3 or 4 pieces" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20755/20755_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(161).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Understands what �two� means" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://img.youtube.com/vi/BUDDlzpgYc0/maxresdefault.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(162).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Copies a circle with pencil or crayon" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20756/20756_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(163).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Turns book pages one at a time" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20757/20757_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(164).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Builds towers of more than 6 blocks" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20758/20758_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(165).WithCategory(MilestoneCategory.COGNITIVE).WithHelpfulText( "" ).WithQuestionText( "Screws and unscrews jar lids or turns door handle" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20759/20759_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(166).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Climbs well" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20911/20911_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(167).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Runs easily" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20762/20762_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(168).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Pedals a tricycle (3-wheel bike)" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20761/20761_lores.jpg" )).Build());
Milestones.Add(new MilestoneBuilder().WithID(169).WithCategory(MilestoneCategory.MOVEMENT).WithHelpfulText( "" ).WithQuestionText( "Walks up and down stairs, one foot on each step" ).WithMilestoneDueDate(36).WithMedia(new Models.MediaUtil.Media( "http://phil.cdc.gov/PHIL_Images/20763/20763_lores.jpg" )).Build());

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.