summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/ReportTask.md
blob: 8f5560b44861d9e84d39744df4a63fc8908b3790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ReportTask


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bpuid** | **string** | The unique identifier for the user, which is set by the Supplier. | [default to undefined]
**reasons** | [**Array<ReportValue>**](ReportValue.md) | The reason a user reported a task.  Allowed values:   - __0__ *(REASON_UNKNOWN)*: Used to indicate the user exited the task without giving feedback  - __1__ *(TECHNICAL_ERROR)*: Task is in the wrong language/country, unanswerable question, won\'t proceed to next question, loading forever, error message  - __2__ *(NO_REDIRECT)*: Task ended (completed or failed, and showed the user some dialog indicating the task was over), but failed to redirect  - __3__ *(PRIVACY_INVASION)*: Asked for full name, home address, identity on another site, cc  - __4__ *(UNCOMFORTABLE_TOPICS)*: Asked about children, employer, medical issues, drug use, STDs, etc.  - __5__ *(ASKED_FOR_NOT_ALLOWED_ACTION)*: Asked to install software, signup/login to external site, access webcam, promise to pay using external site, etc.  - __6__ *(BAD_ON_MOBILE)*: Task doesn\'t work well on a mobile device  - __7__ *(DIDNT_LIKE)*: Too long, too boring, confusing, complicated, too many open-ended/free-response questions | [optional] [default to undefined]
**notes** | **string** |  | [optional] [default to '']

## Example

```typescript
import { ReportTask } from './api';

const instance: ReportTask = {
    bpuid,
    reasons,
    notes,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)