-
There is a current lack of support for filtering students based on grades. For example, TAs for CS2040S may want to filter students with grades above 80% (A students) to export and recommend them to P…
-
```gherkin
Feature: Share Exercises List
Scenario: Share List of Exercise Files with Students
Given the instructor has created the exercise (json file) using the exercise creator chat agent…
-
## Background
*relevant information and motivation for this task*
## Task
*high-level task description*
Write an interest form for new students.
## How To
*specific guidance on implementation*
## U…
-
**Is your feature request related to a problem? Please describe.**
Not really a big problem, but it would help with providing up to date and accurate information to students regarding solo endorsemen…
-
It would be nice to have some material for "transfer students", e.g., students that learned programming using e.g. Java or Python. Something a bit like what I have at https://spots.augusta.edu/cauber…
-
```
def get_name(nums:int=2)->list[str] ->程式不變
def generate_bmi(names:list[str])->list[BMI]: ->傳出的為list內有BMI的實體
```
## class的寫法
```
class BMI():
def __init__(self,name:str,height:int,weig…
-
Module names are case sensitive in the program. As the target students as are NUS students as mentioned in the UG, this might cause inconvenience to students using the app as they do not distinguish b…
-
Currently `mark` marks all students' attendance, but input things like `mark 1` won't throw and error or warning to user. Users may input `mark 1` thinking it only marks attendance of first student bu…
-
## Description
As a tutor, if I want to edit a tutorial group (maybe because the name of the tutorial was input wrongly), there is no way for me to easily edit the tutorial group's name or ID.
…
-
Hello,
I created an assignment for my students where they will work in pairs. I specified the groupings when creating the assignment.
1) Is there a way to go back and see the student pairin…