PostMessage completion events
When a learner clicks Finish at the end of the debrief review in embed mode, the simulator fires window.parent.postMessage with type "w3cb_scenario_complete". Payload includes: scenarioId, scenarioName, triggered (boolean), payoutAmount (USD), riskScore (0–1), coverageTier, and timestamp (ISO 8601). Platforms can use this to record completion, update a gradebook, or surface a custom overlay — without any server-side API dependency.