Improving prompts by explaining motivations
Prompt
Divide the elements into rows that fit only one screen. Users are having a hard time reading long lists, so I need to split the elements to improve readability.
Prompt copied to clipboard!
Description
Divide the elements into rows that fit only one screen. Users are having a hard time reading long lists, so I need to split the elements to improve readability.Example Outputs
To address the issue of users struggling to read long lists, I would recommend dividing the elements into rows that fit within a single screen. This will improve the overall readability and user experience by presenting the information in a more digestible format. The specific implementation details would depend on the constraints of the application, but the general approach would be to split the elements into rows that can be easily scanned and processed by the users.
Category:
Code Generation
Tested with:
ChatGPT (OpenAI)
Claude (Anthropic)