-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmoodle-luis.json
473 lines (473 loc) · 11.3 KB
/
moodle-luis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
{
"luis_schema_version": "3.2.0",
"versionId": "0.6",
"name": "Enovationbot1-aa7b",
"desc": "A BotBuilder generated bot",
"culture": "en-us",
"tokenizerVersion": "1.0.0",
"intents": [
{
"name": "get-help"
},
{
"name": "None"
},
{
"name": "share-feedback"
},
{
"name": "student-assignment-comparison-results"
},
{
"name": "student-due-assignments"
},
{
"name": "student-latest-grades"
},
{
"name": "teacher-absent-students"
},
{
"name": "teacher-assignments-for-grading"
},
{
"name": "teacher-incomplete-assignments"
},
{
"name": "teacher-last-student-login"
},
{
"name": "teacher-latest-students"
},
{
"name": "teacher-late-submissions"
},
{
"name": "teacher-recent-students"
},
{
"name": "teacher-worst-students-last-assignment"
}
],
"entities": [
{
"name": "grades",
"roles": []
},
{
"name": "languageCode",
"roles": []
}
],
"composites": [],
"closedLists": [],
"patternAnyEntities": [],
"regex_entities": [],
"prebuiltEntities": [
{
"name": "personName",
"roles": []
}
],
"model_features": [],
"regex_features": [],
"patterns": [],
"utterances": [
{
"text": "absent students",
"intent": "teacher-absent-students",
"entities": []
},
{
"text": "assignments",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "away students this month",
"intent": "teacher-absent-students",
"entities": []
},
{
"text": "can you compare my grades with other colleagues?",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "can you help me?",
"intent": "get-help",
"entities": []
},
{
"text": "can you show me the grades of assignments compared with other students?",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "can you tell me what assignments are due for me?",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "compare latest assignments",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "contact",
"intent": "share-feedback",
"entities": []
},
{
"text": "due assignments",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "give feedback",
"intent": "share-feedback",
"entities": []
},
{
"text": "give me the list of upcoming assignments",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "grade assignments",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "hello",
"intent": "get-help",
"entities": []
},
{
"text": "hey",
"intent": "get-help",
"entities": []
},
{
"text": "hi there",
"intent": "get-help",
"entities": []
},
{
"text": "how can i give feedback?",
"intent": "share-feedback",
"entities": []
},
{
"text": "how did i do in my latest assignments compared to the class?",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "how did i do?",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "how do i compare?",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "how many assignments have incomplete submissions?",
"intent": "teacher-incomplete-assignments",
"entities": []
},
{
"text": "i need assignments list that are scheduled next",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "i need help",
"intent": "get-help",
"entities": []
},
{
"text": "i need to know my latest marks",
"intent": "student-latest-grades",
"entities": []
},
{
"text": "i want to give feedback",
"intent": "share-feedback",
"entities": []
},
{
"text": "incomplete assignments",
"intent": "teacher-incomplete-assignments",
"entities": []
},
{
"text": "incomplete grades",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "incomplete submissions",
"intent": "teacher-incomplete-assignments",
"entities": []
},
{
"text": "issue",
"intent": "share-feedback",
"entities": []
},
{
"text": "last login",
"intent": "teacher-recent-students",
"entities": []
},
{
"text": "last logins",
"intent": "teacher-recent-students",
"entities": []
},
{
"text": "last students",
"intent": "teacher-recent-students",
"entities": []
},
{
"text": "late submissions",
"intent": "teacher-late-submissions",
"entities": []
},
{
"text": "latest assignments compare",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "latest grades",
"intent": "student-latest-grades",
"entities": []
},
{
"text": "latest logged in students",
"intent": "teacher-latest-students",
"entities": []
},
{
"text": "latest students",
"intent": "teacher-latest-students",
"entities": []
},
{
"text": "least score",
"intent": "teacher-worst-students-last-assignment",
"entities": []
},
{
"text": "low score",
"intent": "teacher-worst-students-last-assignment",
"entities": []
},
{
"text": "lowest score",
"intent": "teacher-worst-students-last-assignment",
"entities": []
},
{
"text": "mary jones login?",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "next assignments",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "problem",
"intent": "share-feedback",
"entities": []
},
{
"text": "report",
"intent": "share-feedback",
"entities": []
},
{
"text": "share feedback",
"intent": "share-feedback",
"entities": []
},
{
"text": "show me my latest grades",
"intent": "student-latest-grades",
"entities": []
},
{
"text": "show me the list of next assignments",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "students that got worst marks in last assignments",
"intent": "teacher-worst-students-last-assignment",
"entities": []
},
{
"text": "students with delayed submissions",
"intent": "teacher-late-submissions",
"entities": []
},
{
"text": "students with lowest score in last assignment",
"intent": "teacher-worst-students-last-assignment",
"entities": []
},
{
"text": "students with overdue submissions",
"intent": "teacher-late-submissions",
"entities": []
},
{
"text": "tell me which students were not present this month?",
"intent": "teacher-absent-students",
"entities": []
},
{
"text": "to be graded",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "upcoming assignments",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "what are the latest grades i've received?",
"intent": "student-latest-grades",
"entities": []
},
{
"text": "what assignments are due next?",
"intent": "student-due-assignments",
"entities": []
},
{
"text": "what assignments are yet to be graded?",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "what assignments needs to be graded?",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "what can i do?",
"intent": "get-help",
"entities": []
},
{
"text": "what can you do?",
"intent": "get-help",
"entities": []
},
{
"text": "what's my newest grades?",
"intent": "student-latest-grades",
"entities": []
},
{
"text": "what's my recent grades?",
"intent": "student-latest-grades",
"entities": []
},
{
"text": "what's my score of latest assignments comparing with others?",
"intent": "student-assignment-comparison-results",
"entities": []
},
{
"text": "what's the incomplete assignments?",
"intent": "teacher-incomplete-assignments",
"entities": []
},
{
"text": "when did john walsh last log in?",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "when did mary last log in?",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "when did tomasz last log into the moodle?",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "when john logged",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "when john logged in",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "when mary jones was last time online?",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "when tim jones last logged in?",
"intent": "teacher-last-student-login",
"entities": []
},
{
"text": "which assignments are running late?",
"intent": "teacher-incomplete-assignments",
"entities": []
},
{
"text": "which assignments do i need to grade?",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "which assignments missing marks?",
"intent": "teacher-assignments-for-grading",
"entities": []
},
{
"text": "which students have been absent this month?",
"intent": "teacher-absent-students",
"entities": []
},
{
"text": "which students have logged in last to moodle?",
"intent": "teacher-recent-students",
"entities": []
},
{
"text": "which students have logged in latest to moodle?",
"intent": "teacher-latest-students",
"entities": []
},
{
"text": "which students have made late submissions?",
"intent": "teacher-late-submissions",
"entities": []
},
{
"text": "which students scored the least in the last assignment?",
"intent": "teacher-worst-students-last-assignment",
"entities": []
}
],
"settings": []
}