Don't forget to check the message titles, John :)
So, it looks like you're using SCORM 1.2. First of all, you need to determine your requirements. Do you need to run some reports so administrators/managers can see these scores? Or are you tracking them primarily for use within the course (either so the learner can see them, or to drive other decisions like sequencing?)
Your best bet is to use cmi.objectives to report your individual activity scores. Each objective (if I remember correctly) can have an ID, a status, and a score (raw, min, max). These properties are read/write, so you can use them across sessions durably. Some LMS's will provide reports that include this information, but most won't. You'll have to test yours to find out. If you need reporting and the LMS doesn't have it, you have two possibilities:
1) If the LMS supports it, build a custom report to pull out that information from cmi.objectives.
2) If not, you'll likely have to separate into multiple SCOs- one for each scored activity that you need to track.
Hope that helps,
Ryan