zeinaadel / uvm

Automatically exported from code.google.com/p/uvm
0 stars 0 forks source link

Unnecessary questions #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Firstly sorry for my English, it's not my native language.

What feature would you like to see added to UVM?
I'd like to remove some unnecessary questions in Configuration procedure.

What is expected of this new feature?
If sub answer No on cCollarAny question, it's unnecessary to ask him 
cCollarPosture.

If sub answer No on cGag question, it's unnecessary to ask him cGagBall, 
cGagBallHarness, cGagBallPanel, cGagDrool, cGagInflatable, cGagMuzzle, cGagRing 
and cGagStuffed.

If sub answer No on cNippleClamps question, it's unnecessary to ask him 
cNippleClampsClover.

What version of the product are you using? On what operating system?
Version=1.0 Beta 4

Please provide any additional information below.
I'm suggesting to do next:
for example let's take cCollarAny and cCollarPosture questions.

[procedure-Configuration]
    Question=cCollarAny
    procedure=cCollarPostureQ

[question-cCollarAny]
    Text=Do you have any collar?
    ?Yes=cCollarAnyYes
    ?No=cCollarAnyNo
    NoInputProcedure=cCollarAnyYes

[procedure-cCollarAnyYes]
    set#=#eCollarAny,1

[procedure-cCollarAnyNo]
    set#=#eCollarAny,0

[procedure-cCollarPostureQ]
        set#=#eCollarPosture,0
    procedure=cCollarPostureQ1

[procedure-cCollarPostureQ1]
    if=#eCollarAny=1
    ShowPicture=UVMImagePostureCollar.jpg
    Question=cCollarPosture
    RemovePicture=UVMImagePostureCollar.jpg

[question-cCollarPosture]
    Text=Do you have a posture collar?
    ?Yes=cCollarPostureYes
    ?No=cCollarPostureNo
    NoInputProcedure=cCollarPostureYes

[procedure-cCollarPostureYes]
    set#=#eCollarPosture,1

[procedure-cCollarPostureNo]
    set#=#eCollarPosture,0

Original issue reported on code.google.com by freshman...@gmail.com on 1 Oct 2010 at 1:45

GoogleCodeExporter commented 8 years ago

Original comment by talve...@gmail.com on 3 Oct 2010 at 4:49

GoogleCodeExporter commented 8 years ago

Original comment by talve...@gmail.com on 3 Oct 2010 at 4:49

GoogleCodeExporter commented 8 years ago
Corrected

Original comment by talve...@gmail.com on 22 Nov 2010 at 12:09