oqtane / Oqtane.Survey

An Oqtane module that allows administrators to create user surveys. Oqtane allows developers to create external modules which are rendered by the framework dynamically at run-time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oqtane Survey Module

An Oqtane module that allows administrators to create user surveys.

Documentation: Blazor Oqtane Survey Module

Animation

Features

  • Unlimited Surveys
  • Unlimited Survey Questions
  • Survey responses in pie charts
  • Survey Question Types
    • Text Box
    • Text Area
    • Date
    • Date Time
    • Dropdown
    • Multi-Select Dropdown

image

image

Install (into Oqtane)

In a running version of Oqtane, log in as the Administrator, and open the Module Management in Admin Dashboard. On Download tab find Survey in list of modules. Click on its Download button. After it downloads click the Install button.

Install Source

In order to deploy/install a module you should modify the folder path in the debug.cmd and release.cmd files to match the location on your system where the Oqtane framework is installed. Then when you execute this file it will create a Nuget package and copy it to the specified location where the framework will automatically install it upon startup.

About Oqtane

Oqtane

Oqtane is a Modular Application Framework. It leverages Blazor, an open source and cross-platform web UI framework for building single-page apps using .NET and C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries.

Oqtane is being developed based on some fundamental principles which are outlined in the Oqtane Philosophy.

Please note that this project is owned by the .NET Foundation and is governed by the .NET Foundation Contributor Covenant Code of Conduct

About

An Oqtane module that allows administrators to create user surveys. Oqtane allows developers to create external modules which are rendered by the framework dynamically at run-time.

License:MIT License


Languages

Language:CSS 93.4%Language:C# 5.0%Language:JavaScript 1.5%Language:Batchfile 0.1%