reset password
Author Message
rsavani
Posts: 21
Posted 11:34 Oct 29, 2015 |

What is different between this two line?

- Display number of incomplete tasks count per group - 15pts
- Display total tasks count including complete and incomplete tasks per group - 15pts
rsavani
Posts: 21
Posted 09:53 Oct 30, 2015 |

This post has been seen by 86 people but no one is replying. Please give me response.

waaffles
Posts: 16
Posted 10:18 Oct 30, 2015 |
I THINK, and don't quote me, but the first question is asking how many tasks are incomplete. So if mine says 2 of 4 tasks completed,the 2 should represent the number of tasks completed(incompleted), while the 4 on the other hand shows the total number of tasks, which includes the 2 I've done and the 2 I haven't. So maybe a better way to word it should just be: -show tasks completed. -show total number of tasks. Feel free to correct me
Last edited by waaffles at 12:47 Oct 30, 2015.
shashank7991
Posts: 18
Posted 12:44 Oct 30, 2015 |
rsavani wrote:

What is different between this two line?

- Display number of incomplete tasks count per group - 15pts
- Display total tasks count including complete and incomplete tasks per group - 15pts

If you have total 3 task. From which you checked 1 task(chekbox) that means 1 task is completed and 2 remains.

So you have to print a statement either "1 of 3 completed" or "2 of 3 remaining".

rsavani
Posts: 21
Posted 19:29 Oct 30, 2015 |

can i print Total Task : 3 Completed : 2 Incompleted :1 like this?

waaffles
Posts: 16
Posted 19:34 Oct 30, 2015 |
I think if you can show how many have been completed, and include the total number, I.e. completed 2 of 4 tasks, that should be fine.