MetalUp/Express

Easy way to resume previous task.

Closed this issue · 2 comments

We know from Activities the last Task that a user was on. It should be v. easy to resume it.

Possible rule: when a student logs on, if their last Activity was on an Assignment that is not completed take them directly to the Task View (not the dashboard) of_ the Task on which that last Activity was made - where they can either complete the task or go to the next task as appropriate. (The student can always click Home if they wanted the dashboard).

(When a Teacher, or above, logs on they are always taken to dashboard).

UserViewModel to have an optional TaskId prop. If this is populated then, upon log on, the user will be taken directly to the TaskView for that TaskId.

Completed