reset password
Author Message
vkalari
Posts: 12
Posted 12:30 Oct 22, 2015 |

Assign tasks to Students within group.

 

I can't understand what it means. Could you please elaborate little more?

Thanks in advance

vsevak
Posts: 18
Posted 20:22 Oct 22, 2015 |

Yeah even i have the same doubt. What kind of output you expect for assigning a task to student?

acervantes
Posts: 28
Posted 21:00 Oct 22, 2015 |

Refer to the HTML template that was provided.

In order to create a task, you must specify which group the task is assigned to.

When the task is created, a drop down (select) box should appear to the left of the task.  The options in the select box should be the names of the students in the group.  When you select a student's name from the drop-down, that "assigns" the task to that student.

jpascua
Posts: 197
Posted 17:00 Oct 24, 2015 |
acervantes wrote:

Refer to the HTML template that was provided.

In order to create a task, you must specify which group the task is assigned to.

When the task is created, a drop down (select) box should appear to the left of the task.  The options in the select box should be the names of the students in the group.  When you select a student's name from the drop-down, that "assigns" the task to that student.

Is there a function behind this or is it just leaving the selected name next to the task?

acervantes
Posts: 28
Posted 17:25 Oct 24, 2015 |

Consider binding your model to the select box. 

d.york
Posts: 7
Posted 00:11 Oct 26, 2015 |

Would it be better to store a list of tasks for each student, or store the student that is assigned to the task with each task?

Also, when deleting a group, should the students and tasks associated with that group be deleted?

shashank7991
Posts: 18
Posted 02:07 Oct 26, 2015 |
d.york wrote:

Would it be better to store a list of tasks for each student, or store the student that is assigned to the task with each task?

Also, when deleting a group, should the students and tasks associated with that group be deleted?

1-> It depends on you. You can design your model as per your your logic.

2-> If you will delete a group than every member and task get deleted by it self with deletion of a group. So how could you find any association between member and tasks, it must be deleted.