Other

TagmeClientAdvanced.get_bad_control_items(task: TaskData, rate_threshold: float = 0.5, count_threshold: int | None = None, organization_id: str | None = None, ) → List[Dict[str, Any]]

Get control items with low good answers ratio.

Parameters

* task – task to get bad control items from.

* rate_threshold – lowest accepted rate of good answers. Defaults to 0.5.

* count_threshold – lowest accepted number of of good answers. Defaults to None.

* organization_id – optional organization identifier. Defaults to None.

Returns

rows which contain bad control tasks info.