Changeset 6495


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

WScore : cdata -> sm:fixedString/@value

Location:
trunk/Data_Builder/wsps/Assmnt/sources/test/transformers
Files:
12 edited

Legend:

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

    r6266 r6495  
    2121                        <sm:scoreText> 
    2222                                <sm:pointsScore step="1"> 
    23                                         <sm:display>Points :<sm:scorePoints valueFormat="numeric"/> 
     23                                        <sm:display> 
     24                                                <sm:fixedString value="Points : "/> 
     25                                                <sm:scorePoints valueFormat="numeric"/> 
    2426                                        </sm:display> 
    2527                                </sm:pointsScore> 
  • 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> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqCateg.transf

    r6493 r6495  
    6767                                        <sm:pointsScore step="1"> 
    6868                                                <sm:display> 
    69                                                         <sm:minPoints valueFormat="numeric"/> / <sm:scorePoints valueFormat="numeric"/> / <sm:maxPoints valueFormat="numeric"/> 
     69                                                        <sm:minPoints valueFormat="numeric"/> 
     70                                                        <sm:fixedString value=" / "/> 
     71                                                        <sm:scorePoints valueFormat="numeric"/> 
     72                                                        <sm:fixedString value=" / "/> 
     73                                                        <sm:maxPoints valueFormat="numeric"/> 
    7074                                                </sm:display> 
    7175                                        </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqMatch.transf

    r6493 r6495  
    5757                                                                <td> 
    5858                                                                        <sm:WResponseArea tagName="div"> 
    59                                                                                 <sm:WDragDropContainer tagName="div" dropMode="ordered"> 
     59                                                                                <sm:WDragDropContainer tagName="div" dropMode="append" maxLabels="1"> 
    6060                                                                                        <sm:WContainer tagName="div"/> 
    6161                                                                                        <sm:WIfContainerEmpty>X</sm:WIfContainerEmpty> 
     
    7777                                        <sm:pointsScore step="1"> 
    7878                                                <sm:display> 
    79                                                         <sm:minPoints valueFormat="numeric"/> / <sm:scorePoints valueFormat="numeric"/> / <sm:maxPoints valueFormat="numeric"/> 
     79                                                        <sm:minPoints valueFormat="numeric"/> 
     80                                                        <sm:fixedString value=" / "/> 
     81                                                        <sm:scorePoints valueFormat="numeric"/> 
     82                                                        <sm:fixedString value=" / "/> 
     83                                                        <sm:maxPoints valueFormat="numeric"/> 
    8084                                                </sm:display> 
    8185                                        </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqOrder.transf

    r6493 r6495  
    5555                                        <sm:pointsScore step="1"> 
    5656                                                <sm:display> 
    57                                                         <sm:minPoints valueFormat="numeric"/> / <sm:scorePoints valueFormat="numeric"/> / <sm:maxPoints valueFormat="numeric"/> 
     57                                                        <sm:minPoints valueFormat="numeric"/> 
     58                                                        <sm:fixedString value=" / "/> 
     59                                                        <sm:scorePoints valueFormat="numeric"/> 
     60                                                        <sm:fixedString value=" / "/> 
     61                                                        <sm:maxPoints valueFormat="numeric"/> 
    5862                                                </sm:display> 
    5963                                        </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqOrder4.transf

    r6493 r6495  
    3838                <sm:WResponseArea tagName="div"> 
    3939                        <sm:loop minCount="4" upTo="maxCountLabels"> 
    40                                 <sm:WDragDropContainer tagName="div" dropMode="ordered"> 
     40                                <sm:WDragDropContainer tagName="div" dropMode="append" maxLabels="1"> 
    4141                                        <sm:WContainer tagName="div"/> 
    42                                         <sm:WIfContainerEmpty>X</sm:WIfContainerEmpty> 
     42                                        <sm:WIfContainerEmpty> 
     43                                                <p>XXXXX</p> 
     44                                        </sm:WIfContainerEmpty> 
    4345                                </sm:WDragDropContainer> 
    4446                        </sm:loop> 
     
    4648                <sm:WLabelsBasket tagName="div"> 
    4749                        <sm:forRandomLabel> 
    48                                 <sm:WDragDropContainer tagName="div" dropMode="ordered"> 
     50                                <sm:WDragDropContainer tagName="div" dropMode="append" maxLabels="1"> 
    4951                                        <sm:WContainer tagName="div"> 
    5052                                                <sm:WDraggableLabel tagName="div"> 
     
    5254                                                </sm:WDraggableLabel> 
    5355                                        </sm:WContainer> 
     56                                        <sm:WIfContainerEmpty> 
     57                                                <p>XXXXX</p> 
     58                                        </sm:WIfContainerEmpty> 
    5459                                </sm:WDragDropContainer> 
    5560                        </sm:forRandomLabel> 
     
    6065                                        <sm:pointsScore step="1"> 
    6166                                                <sm:display> 
    62                                                         <sm:minPoints valueFormat="numeric"/> / <sm:scorePoints valueFormat="numeric"/> / <sm:maxPoints valueFormat="numeric"/> 
     67                                                        <sm:minPoints valueFormat="numeric"/> 
     68                                                        <sm:fixedString value=" / "/> 
     69                                                        <sm:scorePoints valueFormat="numeric"/> 
     70                                                        <sm:fixedString value=" / "/> 
     71                                                        <sm:maxPoints valueFormat="numeric"/> 
    6372                                                </sm:display> 
    6473                                        </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/QcmMrBo.transf

    r6266 r6495  
    7171                                <sm:pointsScore step="1"> 
    7272                                        <sm:display> 
    73                                                 <sm:minPoints valueFormat="numeric"/>/<sm:scorePoints valueFormat="numeric"/>/<sm:maxPoints valueFormat="numeric"/> 
     73                                                <sm:minPoints valueFormat="numeric"/> 
     74                                                <sm:fixedString value=" / "/> 
     75                                                <sm:scorePoints valueFormat="numeric"/> 
     76                                                <sm:fixedString value=" / "/> 
     77                                                <sm:maxPoints valueFormat="numeric"/> 
    7478                                        </sm:display> 
    7579                                </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/QcmMrBoP.transf

    r6252 r6495  
    4646                                <sm:pointsScore step="1"> 
    4747                                        <sm:display> 
    48                                                 <sm:minPoints valueFormat="numeric"/>/<sm:scorePoints valueFormat="numeric"/>/<sm:maxPoints valueFormat="numeric"/> 
     48                                                <sm:minPoints valueFormat="numeric"/> 
     49                                                <sm:fixedString value=" / "/> 
     50                                                <sm:scorePoints valueFormat="numeric"/> 
     51                                                <sm:fixedString value="/ "/> 
     52                                                <sm:maxPoints valueFormat="numeric"/> 
    4953                                        </sm:display> 
    5054                                </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/QcmMrSum.transf

    r6252 r6495  
    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> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/QcmMrSum2.transf

    r6252 r6495  
    4646                                <sm:pointsScore step="1"> 
    4747                                        <sm:display> 
    48                                                 <sm:minPoints valueFormat="numeric"/>/<sm:scorePoints valueFormat="numeric"/>/<sm:maxPoints valueFormat="numeric"/> 
     48                                                <sm:minPoints valueFormat="numeric"/> 
     49                                                <sm:fixedString value=" / "/> 
     50                                                <sm:scorePoints valueFormat="numeric"/> 
     51                                                <sm:fixedString value=" / "/> 
     52                                                <sm:maxPoints valueFormat="numeric"/> 
    4953                                        </sm:display> 
    5054                                </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/QcmSrBoP.transf

    r6266 r6495  
    7272                                <sm:pointsScore step="1"> 
    7373                                        <sm:display> 
    74                                                 <sm:minPoints valueFormat="numeric"/>/<sm:scorePoints valueFormat="numeric"/>/<sm:maxPoints valueFormat="numeric"/> 
     74                                                <sm:minPoints valueFormat="numeric"/> 
     75                                                <sm:fixedString value=" / "/> 
     76                                                <sm:scorePoints valueFormat="numeric"/> 
     77                                                <sm:fixedString value=" / "/> 
     78                                                <sm:maxPoints valueFormat="numeric"/> 
    7579                                        </sm:display> 
    7680                                </sm:pointsScore> 
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/QcmSrNuP.transf

    r6266 r6495  
    6868                        <sm:scoreText> 
    6969                                <sm:pointsScore step="1"> 
    70                                         <sm:display pointsMoreThan="-0.5" pointsLessOrEqualThan="0" commonClass="ZeroPoints">Votre score est stable (ZERO points)<sm:minPoints valueFormat="numeric"/>/<sm:scorePoints valueFormat="numeric"/>/<sm:maxPoints valueFormat="numeric"/> 
     70                                        <sm:display pointsMoreThan="-0.5" pointsLessOrEqualThan="0" commonClass="ZeroPoints"> 
     71                                                <sm:fixedString value="Votre score est stable (ZERO points)"/> 
     72                                                <sm:minPoints valueFormat="numeric"/> 
     73                                                <sm:fixedString value=" / "/> 
     74                                                <sm:scorePoints valueFormat="numeric"/> 
     75                                                <sm:fixedString value=" / "/> 
     76                                                <sm:maxPoints valueFormat="numeric"/> 
    7177                                        </sm:display> 
    72                                         <sm:display pointsLessOrEqualThan="0">Vous avez perdu <sm:scorePoints valueFormat="unsignedNumeric"/> points.</sm:display> 
    73                                         <sm:display>Vous avez gagné :<sm:minPoints valueFormat="numeric"/>/<sm:scorePoints valueFormat="numeric"/>/<sm:maxPoints valueFormat="numeric"/> 
     78                                        <sm:display pointsLessOrEqualThan="0"> 
     79                                                <sm:fixedString value="Vous avez perdu "/> 
     80                                                <sm:scorePoints valueFormat="unsignedNumeric"/> 
     81                                                <sm:fixedString value=" points."/> 
     82                                        </sm:display> 
     83                                        <sm:display> 
     84                                                <sm:fixedString value="Vous avez gagné :"/> 
     85                                                <sm:minPoints valueFormat="numeric"/> 
     86                                                <sm:fixedString value=" / "/> 
     87                                                <sm:scorePoints valueFormat="numeric"/> 
     88                                                <sm:fixedString value=" / "/> 
     89                                                <sm:maxPoints valueFormat="numeric"/> 
    7490                                        </sm:display> 
    7591                                </sm:pointsScore> 
Note: See TracChangeset for help on using the changeset viewer.