TripleSeat templates, along with Futuri (both for header and transcript updates). Create SCORM course node script. Added some todos as well.

This commit is contained in:
Norm Rasmussen
2024-03-07 16:15:01 -05:00
parent 48acea45ba
commit 3490b97063
208 changed files with 6578 additions and 164 deletions

5
Scripts/temp.py Normal file
View File

@ -0,0 +1,5 @@
propslist = '["Anthology 101: Essential", "Anthology Student: Essential", "Power BI: Essential", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]'
# propslist.split(',')
props = propslist.replace(']','').replace('[','').replace('"",','')
props2 = props.replace('"','')
print(props2)