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
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- 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.ContentsOrchardCore.ContentFieldsCloudSolutions.ReportingOrchardCore.FlowsOrchardCore.TitleCrestApps.ComponentsCrestApps.OrchardCore.UsersCrestApps.ReportingCloudSolutions.NotificationsCloudSolutions.Resources
Surveys With Teams
- Feature ID:
CloudSolutions.Surveys.Teams - Description: Provides a way to add teams to surveys
- Category:
Surveys - Dependencies:
CloudSolutions.SurveysCloudSolutions.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.TeamsCloudSolutions.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.csInterviewSettingsViewModel.csReportSettingsNavbarDisplayDriver.cs
Configuration checklist
- Enable the module feature in Orchard Core.
- Confirm the dependency
OrchardCore.Contentsis available and enabled where needed. - Confirm the dependency
OrchardCore.ContentFieldsis available and enabled where needed. - Confirm the dependency
CloudSolutions.Reportingis available and enabled where needed. - Confirm the dependency
OrchardCore.Flowsis available and enabled where needed. - Confirm the dependency
OrchardCore.Titleis available and enabled where needed. - Confirm the dependency
CrestApps.Componentsis available and enabled where needed. - Confirm the dependency
CrestApps.OrchardCore.Usersis available and enabled where needed. - Confirm the dependency
CrestApps.Reportingis available and enabled where needed. - Confirm the dependency
CloudSolutions.Notificationsis available and enabled where needed. - Confirm the dependency
CloudSolutions.Resourcesis available and enabled where needed. - Confirm the dependency
CloudSolutions.Surveysis available and enabled where needed. - Confirm the dependency
CloudSolutions.Teamsis 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.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.