- Timestamp:
- 09/09/06 11:59:03 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqAssocBy3.transf
r6495 r6500 9 9 <sm:elementDisplay refId="DDCresp" mode="visible"/> 10 10 <sm:elementDisplay refId="testIDforRandom" mode="visible"/> 11 <sm:elementDisplay refId="sol" mode="collapsed"/> 11 12 </sm:initBody> 12 13 <sm:loadData> … … 42 43 </sm:buttonActionOff> 43 44 </sm:WToggleButton> 45 <sm:WToggleButton> 46 <sm:buttonBody>Display Solution</sm:buttonBody> 47 <sm:buttonTitle> 48 <sm:fixedString/> 49 </sm:buttonTitle> 50 <sm:buttonActionOn> 51 <sm:elementDisplay refId="sol" mode="visible"/> 52 </sm:buttonActionOn> 53 <sm:buttonActionOff> 54 <sm:elementDisplay refId="sol" mode="collapsed"/> 55 </sm:buttonActionOff> 56 </sm:WToggleButton> 44 57 <sm:callQuestionModel/> 45 <table sm:id="static">58 <table border="1" sm:id="static"> 46 59 <tr> 47 60 <sm:forGroup> … … 70 83 </sm:WDragDropContainer> 71 84 </sm:WLabelsBasket> 85 <div sm:id="sol"> 86 <h3>Solution</h3> 87 <sm:WSolution tagName="div"> 88 <sm:forGroup> 89 <div style="border:1px solid black;"> 90 <sm:forLabel> 91 <sm:callLabelModel/> 92 </sm:forLabel> 93 </div> 94 </sm:forGroup> 95 </sm:WSolution> 96 </div> 72 97 <div> 73 98 <hr/>Score :<sm:WScore>
Note: See TracChangeset
for help on using the changeset viewer.