Skip to content

Commit f436408

Browse files
pan93412Copilot
andauthored
refactor(question): write GraphQL description in English
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0422300 commit f436408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graph/question.graphqls

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,22 @@ type SubmissionStatistics {
108108

109109
type QuestionStatistics {
110110
"""
111-
答案正確的提交數
111+
Number of correct submissions
112112
"""
113113
correctSubmissionCount: Int!
114114

115115
"""
116-
所有提交數
116+
Total number of submissions
117117
"""
118118
submissionCount: Int!
119119

120120
"""
121-
嘗試人數
121+
Number of users who attempted
122122
"""
123123
attemptedUsers: Int!
124124

125125
"""
126-
通過的學生數
126+
Number of users who passed
127127
"""
128128
passedUsers: Int!
129129
}

0 commit comments

Comments
 (0)