SpiderFlight
Programmer
Here is my question. We have employees which will be assigned tasks. The tasks are divided into 3 catergories (easy, medium, hard). Each catergory is assign a percent and the total cannot be greater then 100%. I need to randomly assign the tasks based on the percentage defined which each employee can handle. For example, Shelia can handle 20% easy, 10% medium, and 70% hard tasks. How can I randomly assign these tasks to the entire department based on their predefined percentages.
Thanks for your assistance.
Thanks for your assistance.