Ends in:
2 DAYS
4 HRS
24 MIN
0 SEC
Ends in:
2 D
4 H
24 M
0 S
Open Closed

ABP Form Pro Module #8397


User avatar
0
Navneet@aol.com.au created

Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info: 🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.

  • ABP Framework version: v8.2
  • UI Type: MVC
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello team,

I have a client who is currently using the Form module to take surveys for the education sector, the client is struggling due to having the same questions for multiple units which makes the survey form lengthy.

For Example, the current survey for Units 103 and 107 is as below:

| Question Unit 103 | Answer | | ----------------- | ------ | | Is the Unit Helpful | DropDown<br>( Yes / No ) | | Is the Teacher Helpful | DropDown<br>( Yes / No ) |

| Question Unit 107 | Answer | | ----------------- | ------ | | Is the Unit Helpful | DropDown<br>( Yes / No ) | | Is the Teacher Helpful | DropDown<br>( Yes / No ) |

<br> The client is looking to have the survey in the below way to make this friendly to use

| Question | Answer for Unit 103 | Answer for Unit 107 | | -------- | ------------------- | ------------------- | | Is the Unit Helpful | DropDown<br>( Yes / No ) | DropDown<br>( Yes / No ) | | Is the Teacher Helpful | DropDown<br>( Yes / No ) | DropDown<br>( Yes / No ) |

I am trying to study the source code but am not able to figure out how can I make it in the above style, if you have any idea then please help

Regards, Navneet


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I have checked the source code, It doesn't support your case. : (

Made with ❤️ on ABP v9.1.0-preview. Updated on December 02, 2024, 12:35