1{ WHEN ask > 0 THEN add_to_faq(); }
Linking "topic" objectives to "outcome" objectives
Is there any way to represent a relationship between objectives?
Can an activity belong to more than one objective?
Is there a way to add in a "publication date" field to the assets for 2.002? The professors want to release videos only after the lectures have occurred, so we need to control them somehow.
Is there a way to link "topic" objectives to "outcome" objectives? Right now CrossLook2 seems broken because I cannot link the two types of objectives together. Steps I have taken to investigate this:
From the documentation, it seems like I should be able to link the two types of objectives through the other relationships or other relationshipids services, except I don't know the relationshipTypeId's that I can use...
So ticket is to document how I can link the two types of topics together, or create a method to do so.
(By looking at the data and the docs for the activity bean it looks like they can only belong to one objective. It seems like an activity could address more than one objective.)
No, there is another method for just this situation Cole: handcar/services/learning/objectivebanks/{objectiveBankId}/activities/assetbased Norman Wright: https://oki-dev.mit.edu/handcar/contractdocs/HandcarLearningService.html#HandcarLearning-createAssetBasedActivity Cole: ok, thanks! So just attach the bean... Norman Wright: it's a different bean one who's activity has an asset embedded inside it Cole: Hey Norm, I think the answer is no but want to confirm the workflow I need to do-- Cole: And if not automatically created, I have a 3 step process? 1) create activity, 2) create asset, 3) update activity to point to the asset? Norman Wright: