• It works excellent, I would add the possibility of doing mathematical calculations not as conditionals but to obtain numerical results, to do tests that require simple calculations such as:

    Quality_of_life = (anxiety + depression + work) / 2

    Then:

    If: quality_of_life> = 5
    then:
    Quality of life: Good

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    it’s a computed variables addon

    Thread Starter rpuppo

    (@rpuppo)

    Dear Ustimenko,
    Let me first congratulate you on your work.

    Excuse me, my mistake in making me understand.
    I mean that when certain conditions are met, for example:

    If: mental_health + anxiety> 10

    Then:

    Health = 3

    That is, assign it to a numeric integer value that can be used later to be computed.

    Then:

    if Health => 3,
    Health = Good

    If this is possible, we would be happy to pay you for a consultation.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Amazing plugin’ is closed to new replies.