I'm going to offer something that is not quite what you asked for but, I believe would be very helpful to anyone wanting to learn Pascal.
Most (probably all) of the tutorials I've seen simply expose the language features and not much more than that. IOW, they rarely show how to use Pascal's features to design a better solution to a problem (better than what could be done with another language that doesn't have the features.)
Personally, for anyone who wants to learn Pascal, I strongly recommend the book "Oh Pascal" by Doug Cooper. It is a really old book but, it teaches Pascal and it teaches _programming_. It doesn't matter if someone knows Pascal, C, C++, PL/1, some other language or all of them, if they don't understand how to program, they won't be very good, they'll create code they will not be proud of and the whole thing won't be a source of satisfaction (which it should be, if it isn't, the individual should be doing something else.)
It would be very easy to use Lazarus and FPC to follow "Oh Pascal". There is a version of the book that is "Oh Turbo Pascal" which would make it a cinch to follow with Lazarus and FPC.
I suggest the online stuff should be used mostly to supplement what he has learned in a good book/textbook such as the one above.
Lastly a comment most won't appreciate. A prospective programmer should be exposed to traditional procedural programming before being exposed (and mentally damaged) by the object oriented fad that has taken over.
HTH.