You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't currently have an API for that, but I don't think it would be too hard to add. Based on a quick look, it seems that quizzes and markers have a very similar structure in the tscproj format. My guess is that you'd be able to extend python-camtasia to support quizzes by copying how markers are implemented; see:
timeline/track_media.py where we deal with markers associated with particular pieces of media
In the tscproj format, it looks like the major difference between quizzes and markers is that markers are stored under the 'parameters/toc' section while quizzes are stored under the 'parameters/quiz' section.
So if you're willing/able to take a try at implementing this, I'll do what I can to help.
This is the first time for me to submit new issue here, so sorry if I'm rude or missing important information.
I would like to get the information about quiz from existing tscproj files.
Does this API have the property that can access the quiz feature?
Thanks.
The text was updated successfully, but these errors were encountered: