Damith C. Rajapakse
Damith C. Rajapakse
v8.14.1, production Context: We have an unreleased feature accessed through `/instructor/logs`, for instructors to view submission activities of students. Here is an example:  There might a slight usability issue...
version: v8.13.1, production In recent times, we have added a feature for respondents to submit one question at a time. We also have a button at the bottom of the...
Current: When an instructor copies a session, start/end/publish dates are copied as is. The user has to change those dates via a subsequent edit operation. The problem: For the brief...
Current: the user documentation uses **bold text** to refer to text in the UI. e.g.,  Suggestion: Use a different style to differentiate UI text from the rest e.g., `this...
_From [[email protected]](https://code.google.com/u/105779801956403207546/) on January 14, 2014 15:14:06_ as title _Original issue: http://code.google.com/p/teammatespes/issues/detail?id=1502_
v8.14.1, production Context: When admin attempts to create a new account but an account exists for that email already, something like the following is shown:  Current: Admin needs to...
Currently, we convert all entities retrieved into a corresponding *Attributes object before using it. While this prevents objects in the database leaking into the logic layer, it increases the number...
If the instructor enrols twice quickly, it can result in double enrolment.
'team 1' in tutorial 1 should be considered different from 'team 1' in tutorial 2
Currently, editing team name of a student is treated as 'one student moving to another team' which results in past submissions related to the previous team being deleted. What we...