Closed (won't fix)
Project:
Closed Question
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 09:39 UTC
Updated:
18 Jun 2015 at 07:09 UTC
Jump to comment: Most recent
Comments
Comment #1
HylkeVDS commentedIt's an interesting feature, but not quite as simple as that.
Adding a field to a questions either means adding a dependency on cck, or adding a table for each question.
The list of template questions can then be created using a view and turned into a json object.
This can then be loaded by the editor using an ajaj call and added to the template list.
Sorting the questions by type is quite something else, as the only way to get the question type is to interpret the complete XML, and that is not something you want to do for a lot of questions every time the editor loads.
I'm not sure I'll have time for this soon, but if anyone wants to make a patch... :)
Comment #2
jvdkolk commentedOk.
The Node clone module (http://drupal.org/project/node_clone) also seems to do the job pretty well.
Comment #3
jvdkolk commented