Hello all!
I am new to the forums. I am working on a project and am wondering the best way to go about accomplishing a particular task.
A little about the project:
The project involves automating a client's training guide creation process. Training developers create training guides using a series of macro buttons. They use them to create tables and various content blocks.
The issue:
I am looking to create two separate types of content blocks by using the buttons in the attached image. The sole purpose of these content blocks is to be able to distinguish regular content from facilitator notes. The user will have the option when the guide is complete to press a button that says "Make participant guide" and basically the button will iterate through the regular content blocks and place them in a new document. This is a time-saving process. I am sure there are other ways to accomplish the automation of the participant guide, but I haven't thought of anything better.
The question:
How can i create a sort of content block that I can use code to iterate through later? It can be a form field that has a name set in an array (content(i) --> content1, content2, content3, etc)... or a special invisible tag <regularcontent>stuff here</regularcontent. That way I can either iterate through the content blocks or parse the content later.
What are your suggestions?
Thank you so much in advance. I'm a bit stumped on this.
I am new to the forums. I am working on a project and am wondering the best way to go about accomplishing a particular task.
A little about the project:
The project involves automating a client's training guide creation process. Training developers create training guides using a series of macro buttons. They use them to create tables and various content blocks.
The issue:
I am looking to create two separate types of content blocks by using the buttons in the attached image. The sole purpose of these content blocks is to be able to distinguish regular content from facilitator notes. The user will have the option when the guide is complete to press a button that says "Make participant guide" and basically the button will iterate through the regular content blocks and place them in a new document. This is a time-saving process. I am sure there are other ways to accomplish the automation of the participant guide, but I haven't thought of anything better.
The question:
How can i create a sort of content block that I can use code to iterate through later? It can be a form field that has a name set in an array (content(i) --> content1, content2, content3, etc)... or a special invisible tag <regularcontent>stuff here</regularcontent. That way I can either iterate through the content blocks or parse the content later.
What are your suggestions?
Thank you so much in advance. I'm a bit stumped on this.