Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/oqtane/oqtane.survey
blazor oqtane
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/oqtane/oqtane.survey
- Owner: oqtane
- License: mit
- Created: 2021-01-02T17:36:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T12:38:16.000Z (over 2 years ago)
- Last Synced: 2024-11-03T23:07:46.388Z (2 months ago)
- Topics: blazor, oqtane
- Language: CSS
- Homepage:
- Size: 1.47 MB
- Stars: 18
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oqtane Survey Module
An [Oqtane](https://github.com/oqtane/oqtane.framework) module that allows administrators to create user surveys.Documentation: [Blazor Oqtane Survey Module](https://blazorhelpwebsite.com/ViewBlogPost/48)
![Animation](https://user-images.githubusercontent.com/1857799/118409746-d4d7b280-b640-11eb-87ea-c7601c89e2ab.gif)
## 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](https://user-images.githubusercontent.com/1857799/109429945-7d1b9a80-79b3-11eb-92fe-6a98090f16a2.png)
![image](https://user-images.githubusercontent.com/1857799/109429948-80168b00-79b3-11eb-8c84-620093a98c08.png)
# 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](https://github.com/oqtane/framework/blob/master/oqtane.png?raw=true "Oqtane")[Oqtane](https://github.com/oqtane/oqtane.framework) 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](https://www.oqtane.org/Resources/Blog/PostId/538/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](https://dotnetfoundation.org/code-of-conduct)**