Skip to main content

Surveys

Provides you a way to create surveys.

What this module is used for

  • Module path: src/Modules/CloudSolutions.Surveys
  • Orchard module name: Surveys
  • Category: Surveys
  • Project website: https://www.winnerware.ai
  • Author metadata: Mike Alhayek

This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.

How to configure it

  1. Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
  2. Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
  3. If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
  4. Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.

Feature and dependency map

Surveys

  • Feature ID: CloudSolutions.Surveys
  • Description: Provides you a way to create surveys.
  • Category: Surveys
  • Dependencies:
    • OrchardCore.Contents
    • OrchardCore.ContentFields
    • CloudSolutions.Reporting
    • OrchardCore.Flows
    • OrchardCore.Title
    • CrestApps.Components
    • CrestApps.OrchardCore.Users
    • CrestApps.Reporting
    • CloudSolutions.Notifications
    • CloudSolutions.Resources

Surveys With Teams

  • Feature ID: CloudSolutions.Surveys.Teams
  • Description: Provides a way to add teams to surveys
  • Category: Surveys
  • Dependencies:
    • CloudSolutions.Surveys
    • CloudSolutions.Teams

Surveys Charts

  • Feature ID: CloudSolutions.Surveys.Charts
  • Description: Provides you a way to show the interview data on charts.
  • Category: Surveys
  • Dependencies:
    • CloudSolutions.Surveys.Teams
    • CloudSolutions.Charts

Survey Typing Test

  • Feature ID: CloudSolutions.Surveys.TypingTest
  • Description: Provides a way to capture typing speed (WPM) during the survey.
  • Category: Surveys
  • Dependencies:
    • CloudSolutions.Surveys

Implementation signals in the codebase

  • Startup class present: Yes
  • Data migrations present: Yes
  • Recipes present: No
  • Controllers present: Yes
  • Views present: Yes
  • Assets present: Yes
  • Workflows present: Yes
  • Settings-related files found:
    • InterviewSettingsDisplayDriver.cs
    • InterviewSettingsViewModel.cs
    • ReportSettingsNavbarDisplayDriver.cs

Configuration checklist

  • Enable the module feature in Orchard Core.
  • Confirm the dependency OrchardCore.Contents is available and enabled where needed.
  • Confirm the dependency OrchardCore.ContentFields is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Reporting is available and enabled where needed.
  • Confirm the dependency OrchardCore.Flows is available and enabled where needed.
  • Confirm the dependency OrchardCore.Title is available and enabled where needed.
  • Confirm the dependency CrestApps.Components is available and enabled where needed.
  • Confirm the dependency CrestApps.OrchardCore.Users is available and enabled where needed.
  • Confirm the dependency CrestApps.Reporting is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Notifications is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Resources is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Surveys is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Teams is available and enabled where needed.
  • After enabling, verify any content definitions or indexes created by data migrations.
  • Review the settings types listed above to locate admin or site-level configuration surfaces.
  • If you change frontend assets for this module, rebuild assets with the repository frontend pipeline.