AQAOHQIT ; IHS/ORDC/LJF - QI TOOLS HELP TEXT ;
;;1.01;QAI MANAGEMENT;;OCT 05, 1995
;
;This rtn contains entry points for introductory text and help text
;on data fields for the Brainstorming and Multivoting option.
;
INTRO ;ENTRY POINT for intro text on Brainstorming menu
;called by ^AQAOTL1
W @IOF,!!?25,"BRAINSTORMING TOOLS MENU",!!
W !?5,"Use this option to record brainstorming sessions by your"
W !?5,"QI team. You can also perform multivoting with this option."
W !?5,"Use the GENERAL INFO function to record the session date & time"
W !?5,"the team name, all members in attendance, and optionally, the"
W !?5,"minutes. Use the BRAINSTORMING function to record all ideas,"
W !?5,"to list them, and to group them by category. Use MULTIVOTING"
W !?5,"to cast your votes, by team member. Then print REPORTS for"
W !?5,"the results of the session.",!!
Q
;
;
MIN ;ENTRY POINT for help on MINUTES field in Qi Brainstorm Session
;called by input tempalte [AQAO QIT MTG]
W !!?20,"SESSION MINUTES (OPTIONAL)",!
W !?5,"Enter the minutes for your brainstorming session. These"
W !?5,"will print on the FULL REPORT followed by the listing of IDEAS"
W !?5,"and VOTING RESULTS.",!
Q
AQAOHQIT ; IHS/ORDC/LJF - QI TOOLS HELP TEXT ;
+1 ;;1.01;QAI MANAGEMENT;;OCT 05, 1995
+2 ;
+3 ;This rtn contains entry points for introductory text and help text
+4 ;on data fields for the Brainstorming and Multivoting option.
+5 ;
INTRO ;ENTRY POINT for intro text on Brainstorming menu
+1 ;called by ^AQAOTL1
+2 WRITE @IOF,!!?25,"BRAINSTORMING TOOLS MENU",!!
+3 WRITE !?5,"Use this option to record brainstorming sessions by your"
+4 WRITE !?5,"QI team. You can also perform multivoting with this option."
+5 WRITE !?5,"Use the GENERAL INFO function to record the session date & time"
+6 WRITE !?5,"the team name, all members in attendance, and optionally, the"
+7 WRITE !?5,"minutes. Use the BRAINSTORMING function to record all ideas,"
+8 WRITE !?5,"to list them, and to group them by category. Use MULTIVOTING"
+9 WRITE !?5,"to cast your votes, by team member. Then print REPORTS for"
+10 WRITE !?5,"the results of the session.",!!
+11 QUIT
+12 ;
+13 ;
MIN ;ENTRY POINT for help on MINUTES field in Qi Brainstorm Session
+1 ;called by input tempalte [AQAO QIT MTG]
+2 WRITE !!?20,"SESSION MINUTES (OPTIONAL)",!
+3 WRITE !?5,"Enter the minutes for your brainstorming session. These"
+4 WRITE !?5,"will print on the FULL REPORT followed by the listing of IDEAS"
+5 WRITE !?5,"and VOTING RESULTS.",!
+6 QUIT