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
Can you give me a use case for the resolve callback of Thenable.contest()? Since resolve is called after score, I'm not sure when I wouldn't want to accept a solution that I choose during scoring (unless default scoring is used).
The text was updated successfully, but these errors were encountered:
@cbchouinard the resolve callback can be used for looping the contest, for example "keep solving and scoring sections until we have shown all the content"
What it is used for is determining whether the contest was "enough". If not, the contest node is cloned to under the current contest and run again. This allows looping contests until all items have been eaten, for instance
Can you give me a use case for the resolve callback of Thenable.contest()? Since resolve is called after score, I'm not sure when I wouldn't want to accept a solution that I choose during scoring (unless default scoring is used).
The text was updated successfully, but these errors were encountered: