Where did you get stuck? The number of boxes isn't a "method". There are two common methods:
Activity on Node (AoN): AoN representation has the activitiy inside the node and the arrows represent the precedence relationships. This is used most often in conjunction with computer programs as they allow for easy data entry once precedence has been established. They are also convenient for determining start and finish times by hand.
Activity on Arc (AoA): AoA (also known as Activity on Branch) has the activity represent by the arrows themselves and the nodes represent the precedence as points in time where predecessors have been completed.
So... this is AoN (the number of boxes doesn't really change anything), and as I wrote above, it's fairly straightforward except for the finish-to-finish lag. I trust you're OK on the forward pass for A, B, C, F, and H.
Again, explain where you got stuck and maybe I or someone else can explain that part better.