You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slides are self-contained. But actions pass an id + type (value, choice) + potentially value and need to correspond to some data transformations? For example if I choose a predictor, how is this translated to the dataset?
Simple version: hardcode predictor+ id -> action, option + id -> action, value selection + id + value -> action
option + id always should choose one of several columns in the data, value selection should always test against a value in the id column in the data (we would need to specify if we want to be < or > than).
I need a JSON spec for the article structure.
Additionally the user might have an accumulated "Inventory" of previously made decisions, say chosen targets, chosen predictors etc..
A good candidate for a JSON spec might be one of "choose your own adventure" packages. Have a look at:
https://github.com/pistacchio/Dedalus
https://github.com/Nanofus/novel.js
The text was updated successfully, but these errors were encountered: