Dominic Lim
Dominic Lim
Fixes #11791. Part of #11791. Credits to @parthnatu for the most part. **Outline of Solution** This PR gives instructors the option to add a MCQ question with an option to...
Fixes #11950. **Outline of Solution** Previously, the zero-sum contribution question overflows when it exceeds the total required contribution percentage i.e. `Number of members in the team * 100%`, as it...
Fixes #11869. **Outline of Solution** Introduced a new variable, `isSaved`,into the interface `QuestionSubmissionFormModel`. This variable acts as a state to provide users with a stronger indication upon saving their responses...
**Steps to reproduce** 1. Head to **Sessions** page. 2. On any course, click on **Copy**. 3. You should see this that the `Name for copied session*` has the same name...
- [ ] Leverage on Foreign Key / Relations between Entities by a SQL DB for `User`, `FeedbackResponse`, `FeedbackResponseComment` - [ ] Remove `Section` attributes if a relation is to...
**Environment**: V8.26.0 **Steps to reproduce** https://teammatesv4.appspot.com/web/front/contact  **Expected behaviour** Should link to https://teammates.github.io/teammates/index.html. **Actual behaviour** Links to back to [TEAMMATES repository](https://github.com/TEAMMATES/teammates).
Part of #776. This PR adds an alias `parseDate` for the `parse` function.
Part of #12048. Fixes #12724 **Outline of Solution** FeedbackResponses: - Update `giver` attribute to use `User` entity instead - Update `recipient` attribute to use `User` entity instead FeedbackResponseComments: - Update...