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
Thank you for bringing this issue to our attention. After reviewing your report, we've confirmed that this is indeed a bug. We have submitted the issue to our engineering team for further investigation. Please note that our team prioritizes bugs based on impact and how they align with our current roadmap, so we can't provide an exact timeline for a fix at this time. However, we’ll keep you updated as we make progress and will notify you once work begins and when the fix is delivered.
Thank you for your patience.
Here is workaround as well:
To set a default rating value, you can use pre-annotations in your task data. Pre-annotations allow you to provide initial annotation results that will be loaded when the task is opened.
Here's how you can modify your task data to include a pre-annotation for the rating:
Modify Your Task Data:
Add an annotations field to your task JSON that includes the initial rating value.
Note that while defaultvalue="4" is correctly specified, due to the current implementation, it won't set the initial rating. The pre-annotation in the task data is necessary.
According to the docs,
defaultValue
should presetRating
's value. It does not seem to work though.playground example.
The text was updated successfully, but these errors were encountered: