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)
-
0
hi
I have checked the source code, It doesn't support your case. : (