amaatouq / netwise

open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
1 stars 0 forks source link

Number as condition type, breaks #32

Closed amaatouq closed 6 years ago

amaatouq commented 6 years ago

it throws unknown condition type: function Number() { [native code] } error when specifying Number as the condition type in the server side game configuration. Then from admin UI, no filed to fill in the number between 0-1.

pasted image at 2018_04_13 09_12 am

npaton commented 6 years ago

We just weren't supporting the Number (float) type. Let me know if this is working for you now. ;)