Closed Caption Default to Off

Hi, Is it possible to have the closed captions default to off when exporting to a SCORM file? I added the captions from a .srt file. I would like users to have to click the CC button to enable the closed captions.
I am using Windows 10 and version 8.5.0 Thank you!

Hi,

You can add the following script to Project Properties > Event tab to set the closed captions default to off:

prez.showClosedCaption(false);

Regards

Awesome! Thank you so much!