prob bar for multiple choice
This commit is contained in:
parent
e591de8b29
commit
35df201e2e
|
@ -319,7 +319,7 @@ function getProb(contract: Contract) {
|
||||||
? getBinaryProb(contract)
|
? getBinaryProb(contract)
|
||||||
: outcomeType === 'PSEUDO_NUMERIC'
|
: outcomeType === 'PSEUDO_NUMERIC'
|
||||||
? getProbability(contract)
|
? getProbability(contract)
|
||||||
: outcomeType === 'FREE_RESPONSE'
|
: outcomeType === 'FREE_RESPONSE' || outcomeType === 'MULTIPLE_CHOICE'
|
||||||
? getOutcomeProbability(contract, getTopAnswer(contract)?.id || '')
|
? getOutcomeProbability(contract, getTopAnswer(contract)?.id || '')
|
||||||
: outcomeType === 'NUMERIC'
|
: outcomeType === 'NUMERIC'
|
||||||
? getNumericScale(contract)
|
? getNumericScale(contract)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user