Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quiz feature #18

Open
popantsu opened this issue Jun 29, 2021 · 2 comments
Open

quiz feature #18

popantsu opened this issue Jun 29, 2021 · 2 comments

Comments

@popantsu
Copy link

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.

@abingham
Copy link
Collaborator

abingham commented Jul 1, 2021

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:

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.

@popantsu
Copy link
Author

popantsu commented Jul 2, 2021

Thank you, but it seems it’s way too beyond my ability right now. I’ll think about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants