This PR fixes a couple of problems related to ingestion of the learning model.
LOs attached to pages were not showing up in Torus. Root cause was that the id of Objective resource was not being set to the "globalized" id. That was a single line fix (line 138 of convert.ts.
After fixed 1 above, the objective hierarchy was not being preserved, and attached skills were not being preserved because those attributes still used the "local" id. Those now get translated to the global id.
This PR fixes a couple of problems related to ingestion of the learning model.
convert.ts
.Closes #66