Collect Surveys

Envoirmental Survey

.NET.NET
SQL ServerSQL Server

Project Overview

This project is an ASP.NET-based survey portal developed for an educational institute to promote environmental protection awareness among students. The portal includes an admin panel, role-based access for admins, faculty, and staff, and secure user authentication. Surveys are conducted digitally to reduce paper usage, and users must be approved after signup to participate.

d
d
d
d

This project is a digital survey portal developed using ASP.NET and SQL Server for an educational institute. The primary aim of the portal is to raise awareness about environmental protection through seminars, interactive sessions, and surveys. The institute wants to shift from paper-based surveys to a digital solution to reduce paper consumption and streamline the survey process.

The portal has the following key features:

  1. Admin Panel:
    • A comprehensive admin dashboard for managing surveys, users, and reporting. Admins can create surveys, manage responses, and track participation easily.
  2. User Authentication and Role Management:
    • The system uses ASP.NET Identity for secure authentication and authorization. Users must sign up and be approved by an admin before gaining access to surveys. The portal supports role-based access with three distinct roles:
      • Admin: Manages surveys, users, and reports.
      • Faculty: Can create and manage their own surveys, as well as view student participation.
      • Staff: Assists with operational tasks and can view reports.
  3. Survey Creation and Management:
    • Surveys are created and managed digitally, eliminating the need for paper-based surveys. Surveys can be categorized and made available to students for participation.
  4. User Approval Process:
    • After signing up, users are not granted access to the surveys immediately. They must be approved by an admin, ensuring that only authorized students and faculty can participate.
  5. Survey Participation and Prizes:
    • Students can participate in surveys through the portal. Based on their scores and participation, prizes are distributed to the top performers.
  6. Data Storage and Reporting:
    • All survey data, user information, and responses are stored securely in SQL Server. Admins and faculty can generate reports on participation and survey results.

This system ensures an eco-friendly, paperless approach to conducting surveys while providing a streamlined experience for both students and faculty.

Next Project