It’s possible to do this, but it will need you to either do it yoruself, or hire someone to do it (post and job offers here, not in the forums). While it’s not a huge job, it’s still pretty big and will require a knowledge of the WordPress back-end API, PHP programming and JavaScript and AJAX. If you sethe system up the right way it wil lbe easy ofr your admin staff to enter new questions, but this all dpeends on how you design the back-end componnet of it.
I was thinking in maybe an easyer solution, but im not sure it it would be easyer, harder, of even possible to implement then doing a full plugin for this.
I was thinking in maybe just let the content be filled through a custom template page via a
list and through css’s and maybe some jquery shape them acording to what i posted earlyer.
Maybe this is more viable?
That’s possible, but you haven’t mentioned anything about how the questions are entered by your admin staff, how any updates are made to the questions or the answers, and you also haven’t mentioned anything about how the users answers are stored or processed. You can do it all, and there’s a lot of ways of doing it, but you have ot ocme up with a concrete idea of how everything is going to work before you strat doing anything or you’ll end up doing it a whole lot of times over.
My apologies for the lack of information, im pretty new to this.
Originaly my idea was:
Using the #wpdb method to create and use a custom table where i have WP installed and through simple selects, get the information needed for formating. The users would have a plugin wich would enable the insertion of the data throught simple html lists codes to facilitate the visualization of the several layers.
Now the problem is that i dont know very much about plugin creation nor how that information would be ilustrated on a page/post so i started to think in a diferent way.
Using the default WP tables, create a normal page, with just a few custom features regarding CSS, and let, again, the user implement the information through simple HTML lists. But insted of leting the page display the list without any formatation, i would use CSS or/and Jquery to turn that listing into the format that im looking for.
But problem so far with this method is that i dont know how to use the get_template_part method very well to format the information acordingly.