The priors object is not prior: { success: n, failure: n }, it should actually look like the current_posteriors object, which means a success and failure count for each condition, by mooclet "version_id"
prior: { 48: { success: n, failure: n }, 49: { success: n, failure: n } }
This means updating both UI policy param display in the overview, and the TS_Configurable form in the modal.
The priors object is not
prior: { success: n, failure: n }, it should actually look like the current_posteriors object, which means a success and failure count for each condition, by mooclet "version_id"prior: { 48: { success: n, failure: n }, 49: { success: n, failure: n } }This means updating both UI policy param display in the overview, and the TS_Configurable form in the modal.