Question selector mform

Re: Question selector mform

by Arvind Murali -
Number of replies: 0
Tim,

I tried passing output->checkboxes back to php from javascript but that doesn't seem to work. Can I initialize the checkboxes in php based on number of questions in the category, hide them and use javascript to selectively turn them visible ? Since the number of questions in a given category can change over time, not sure how the form can be setup to show checkboxes that were previously selected. I'm starting to think implementing a separate edit quiz type page similar to the quiz would be a better way to go. Is there portions of the code from the quiz edit question selector I need to grab if I were to add that step into another plugin?