Ignore:
Timestamp:
09/08/06 22:51:53 (6 years ago)
Author:
sys
Message:

WScore : cdata -> sm:fixedString/@value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqAssocBy3.transf

    r6493 r6495  
    4848                                        <td sm:id="RespA"> 
    4949                                                <sm:WResponseArea tagName="div"> 
    50                                                         <sm:loop minCount="3"> 
    51                                                                 <sm:WDragDropContainer tagName="div" dropMode="ordered" sm:id="DDCresp"> 
     50                                                        <sm:loop minCount="1" upTo="maxCountLabels"> 
     51                                                                <sm:WDragDropContainer tagName="div" dropMode="append" maxLabels="1" sm:id="DDCresp"> 
    5252                                                                        <sm:WContainer tagName="div"/> 
    5353                                                                        <sm:WIfContainerEmpty>XXXXX</sm:WIfContainerEmpty> 
     
    7575                                        <sm:pointsScore step="1"> 
    7676                                                <sm:display> 
    77                                                         <sm:minPoints valueFormat="numeric"/> / <sm:scorePoints valueFormat="numeric"/> / <sm:maxPoints valueFormat="numeric"/> 
     77                                                        <sm:minPoints valueFormat="numeric"/> 
     78                                                        <sm:fixedString value=" / "/> 
     79                                                        <sm:scorePoints valueFormat="numeric"/> 
     80                                                        <sm:fixedString value=" / "/> 
     81                                                        <sm:maxPoints valueFormat="numeric"/> 
    7882                                                </sm:display> 
    7983                                        </sm:pointsScore> 
Note: See TracChangeset for help on using the changeset viewer.