Skip to main content
Question actions form the foundation of knowledge-based challenges, offering diverse interaction methods for gathering user responses, testing comprehension, and encouraging thoughtful participation.

Question Categories

Multiple Choice

Choose from predefined options with single or multiple selections

Open-Ended

Free text responses from users for creative or detailed answers

Rating & Selection

Star ratings, range selections, and value-based responses

Basic Question Types

Multiple Choice Questions

Configuration Options
  • Question Text: Rich text support with formatting and media embedding
  • Answer Options: 2-8 possible answers with customizable labels
  • Correct Answer: Single correct response with explanation
  • Randomization: Option to shuffle answer order for each user
  • Point Values: Custom point allocation for correct/incorrect responses
Advanced Features
  • Partial Credit: Points for partially correct responses in complex questions
  • Time Limits: Per-question time constraints with visual countdown
  • Hints System: Progressive hints available after time delays
  • Explanation Rich Media: Images, videos, or diagrams in explanations

Multi-Select Questions

Configuration Settings
{
  questionText: "Select all correct programming languages:",
  options: [
    { id: "js", text: "JavaScript", correct: true },
    { id: "py", text: "Python", correct: true },
    { id: "html", text: "HTML", correct: false },
    { id: "css", text: "CSS", correct: false }
  ],
  minSelections: 1,
  maxSelections: 4,
  partialCredit: true
}
Scoring Options
  • All-or-Nothing: Points only awarded for completely correct responses
  • Partial Credit: Proportional points based on correct/incorrect selections
  • Weighted Scoring: Different point values for different options
  • Penalty System: Point deductions for incorrect selections

Open-Ended Questions

Response Types
  • Short Text
  • Long Text
  • Structured Input
Brief responses perfect for names, single words, or quick answers
Evaluation Methods
  • Keyword Matching: Automatic scoring based on required terms
  • AI-Powered Scoring: Advanced natural language processing evaluation
  • Manual Review: Admin or peer review for subjective responses
  • Self-Assessment: Users evaluate their own learning and understanding

True/False Questions

Simple Configuration
  • Statement Text: The proposition to be evaluated
  • Correct Answer: True or false designation
  • Explanation: Detailed reasoning for the correct answer
  • Quick Mode: Streamlined interface for rapid-fire questions

Advanced Question Types

Rating Experience

Rating Scales

Star Rating

1-5 or 1-10 star rating systems with visual feedback

Numeric Scale

Custom numeric ranges with descriptive labels

Likert Scale

Strongly Disagree to Strongly Agree response options

Emoji Scale

Visual emotion-based rating systems

Select From List

List Configuration
  • Single Selection: Choose one option from an extensive list
  • Multi-Selection: Select multiple items with customizable limits
  • Searchable Lists: Large lists with search and filter capabilities
  • Categorized Options: Grouped selections with hierarchical organization

Select From Images

Image Selection Features
  • Visual Question Format: Questions answered through image selection
  • Multiple Image Support: Choose from galleries of images
  • Image Metadata: Alt text and descriptions for accessibility
  • Zoom and Preview: Full-size image viewing for detailed examination

Date Selection

Date Input Options
  • Single Date: Specific date selection with calendar interface
  • Date Range: Select start and end dates for periods or events
  • Relative Dates: “How many days ago” or future date calculations
  • Recurring Dates: Weekly, monthly, or custom recurring patterns

Secret Access Code

Code Entry Features
  • Alphanumeric Codes: Custom codes with letters and numbers
  • QR Code Integration: Scan QR codes to automatically enter codes
  • Time-Limited Codes: Codes that expire after specific periods
  • Single-Use Codes: Codes that become invalid after first use

Select Value in Range

Range Selection Types
  • Numeric Sliders: Visual sliders for continuous value selection
  • Discrete Options: Select from specific points on a range
  • Dual Range: Select both minimum and maximum values
  • Logarithmic Scale: Non-linear scales for exponential ranges

Closed-Ended Questions

Structured Response Options
  • Predefined Answers: Limited, specific response choices
  • Boolean Logic: Yes/No questions with conditional follow-ups
  • Category Selection: Choose from predefined categories or tags
  • Priority Ranking: Order options by importance or preference

Question Strategy & Best Practices

Engagement Optimization

Question Design Principles

Clear Objectives

Each question should have a specific learning or engagement goal

Appropriate Difficulty

Match question complexity to user skill level and context

Meaningful Feedback

Provide explanations and insights, not just correct/incorrect

Progress Indication

Show users their progress through question sequences

Response Quality

Encouraging Quality Responses
  • Context Setting: Provide sufficient background information
  • Example Responses: Show examples of good vs. poor responses
  • Response Validation: Real-time feedback on response completeness
  • Incentive Structure: Reward thoughtful, detailed responses

Accessibility Considerations

Universal Design
  • Screen Reader Support: Proper ARIA labels and semantic markup
  • Keyboard Navigation: Full keyboard accessibility for all question types
  • Visual Accommodations: High contrast modes and text scaling
  • Cognitive Accessibility: Clear instructions and consistent interfaces
Question actions are most effective when they match the learning objective and user context. Consider the cognitive load and time investment required for each question type.
Questions are the heart of meaningful challenge engagement - design them thoughtfully to create genuine learning and participation opportunities.
I