Skip to main content

Assessments

Provides you a way to manage assessments for individuals

What this module is used for

  • Module path: src/Modules/CloudSolutions.Assessments
  • Orchard module name: Player Assessments
  • Category: Assessments
  • 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

Player Assessments

  • Feature ID: CloudSolutions.Assessments
  • Description: Provides you a way to manage assessments for individuals
  • Category: Assessments
  • Dependencies:
    • OrchardCore.Contents
    • OrchardCore.Title
    • OrchardCore.ContentFields
    • OrchardCore.Flows
    • CrestApps.Components.Markdown
    • CrestApps.OrchardCore.Users

Player Assessments Bulk Operations

  • Feature ID: CloudSolutions.Assessments.Bulk
  • Description: Provides you a way to manage assessments for individuals in bulk
  • Category: Assessments
  • Dependencies:
    • CloudSolutions.Assessments
    • CloudSolutions.Teams

Implementation signals in the codebase

  • Startup class present: Yes
  • Data migrations present: Yes
  • Recipes present: No
  • Controllers present: Yes
  • Views present: Yes
  • Assets present: No
  • Workflows present: Yes
  • Settings-related files found: none detected by filename pattern

Configuration checklist

  • Enable the module feature in Orchard Core.
  • Confirm the dependency OrchardCore.Contents is available and enabled where needed.
  • Confirm the dependency OrchardCore.Title is available and enabled where needed.
  • Confirm the dependency OrchardCore.ContentFields is available and enabled where needed.
  • Confirm the dependency OrchardCore.Flows is available and enabled where needed.
  • Confirm the dependency CrestApps.Components.Markdown is available and enabled where needed.
  • Confirm the dependency CrestApps.OrchardCore.Users is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Assessments 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.