This IS possible, but will require you to edit some of the code of HD Quiz. How comfortable would you be with this?
HD Quiz uses custom taxonomies (categories) for quizzes and a custom post type for questions. It works similar to a blog, where you can add posts to categories.
Unfortunately, WordPress does not store who the “author” of taxonomies is, only posts. This means that HD Quiz knows who created a question, but not who created the quiz – or at least this is how it would have worked if I did not anticipate this and save the author ID as custom quiz meta 😀
What this means is that in order to achieve what you are looking for, we need to modify the function that displays the list of quizzes. We change it to the following logic.
IF: current user is an Admin, show all quizzes
ELSE: Only show quizzes with the same author ID as the currently logged in user.
Thanks for the information.
How comfortable would you be with editing code? If I told you the file and code to edit?
I’m not sure, I don’t want to take the risk.
I got many HD quizzes, I don’t want to spoil anything.
But if you write the code maybe I can decide what to do next.
Thanks for your support.