TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
Hierarchy management via REST
I am looking to import an unknown quantity of tests into the TAO environment and would like to be able to organise them on import, rather than them all ending up under the root node.
Is there any provision to manage the hierarchy of items / tests / deliveries via REST? i.e Can I create the classes via REST and assign them to new or existing nodes also via REST?
Many thanks.
Comments
Check out https://hub.taotesting.com/restapis/tao-testqti/qti-test-rest-api#/. It explains how to createClass(1st endpoint) then import(2nd endpoint). Import api accepts class-uri as parameters to specify which class has to be used to create the test
Ahh, that's great. I'd noticed class-creation within the delivery compilation API but I'd missed the same within the QTI Item and Test. This means I can create the same folder structure with items, tests, and deliveries.
Many thanks!
Glad that helped!