hey
we want to make instructor uses quizzes from any site in out platform!
or
there is any way to send bulk of quizzes and questions to instructor?
if you don't understand me i will explain:
i have a multi-site platform
and i have a site only for quizzes and questions.
i'm the only who add quizzes and questions to any site.
i want to make an instructor the author or any something that he can edit any questions or quizzes?
i hope you understand me
hi
well, privacy is a factor in wplms
the instructor cannot use anyone's content by default.
but would like to request check this one once:
add_filter('wplms_get_instructor_quizzes',function($args){unset($args['author']); return $args;});
where to put this request ?
and now i will replace author by email right?
and what what i can replace for questions and quizzes and what i will put in it
can you give me example ?
thank you,