Skip to main content

Text Responses

Text responses allow reviewers to provide free-form written feedback, making them perfect for scenarios requiring detailed explanations, qualitative assessments, or open-ended input that can’t be captured through structured options.

When to Use Text Responses

Text responses are ideal for:

Content Review Feedback

Detailed feedback on articles, blog posts, or creative content where specific suggestions and explanations are valuable.

Quality Assessments

Explanations of why something passed or failed review, with specific recommendations for improvement.

Issue Reporting

Describing problems, bugs, or policy violations where context and detail are crucial for understanding.

Expert Analysis

Professional opinions, technical assessments, or domain expert evaluations requiring nuanced explanations.

Configuration Options

Text responses support several configuration parameters to control input validation and user experience:

Required Parameters

integer
required
Maximum number of characters allowed (1-5000)

Optional Parameters

string
Placeholder text shown in the input field to guide reviewers
integer
default:"0"
Minimum number of characters required for the response
boolean
default:"false"
Whether the response is mandatory or can be left empty

Implementation Examples

Basic Text Response

Simple text feedback with basic validation:

Advanced Text Response

Text response with length requirements and structured guidance:

Response Format

When a reviewer submits a text response, you’ll receive:

Use Case Examples

1. Content Editorial Review

2. Bug Report Verification

3. Expert Consultation

Validation and Error Handling

Client-Side Validation

The mobile app automatically validates text responses:
  • Length checking: Prevents submission if outside min/max bounds
  • Required validation: Blocks empty submissions when required=true
  • Character counting: Shows real-time character count to reviewers
  • Whitespace handling: Trims leading/trailing whitespace before validation

Server-Side Validation

Your application should also validate responses:

Best Practices

Configuration Best Practices

  • Short feedback: 50-300 characters for quick comments
  • Detailed reviews: 200-1500 characters for thorough analysis
  • Expert consultations: 500-3000 characters for comprehensive assessments
  • Avoid extremes: too short limits valuable feedback, too long reduces completion rates
  • Use descriptive placeholders that explain what you’re looking for
  • Include examples of good feedback in the request_text
  • Specify focus areas or structured format when helpful
  • Guide reviewers on the level of detail expected
  • Time-sensitive requests: shorter responses, clear urgency indicators
  • Expert reviews: longer limits, domain-specific guidance
  • Quality checks: structured feedback requests with specific criteria
  • Editorial reviews: formatting suggestions and style guide references

Processing Best Practices

Next Steps

Single Select Responses

Learn about structured decision-making with predefined options

Multi Select Responses

Combine text feedback with categorical selections

Response Processing

Understand how to handle and analyze different response types

Mobile App Experience

See how reviewers interact with text responses on mobile