@quesmed/types 2.6.28 → 2.6.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/cjs/models/Marksheet.d.ts +2 -1
  2. package/dist/cjs/models/Question.d.ts +6 -0
  3. package/dist/cjs/resolvers/fragments/chapter.js +3 -18
  4. package/dist/cjs/resolvers/fragments/concept.d.ts +1 -2
  5. package/dist/cjs/resolvers/fragments/concept.js +18 -57
  6. package/dist/cjs/resolvers/fragments/index.d.ts +1 -0
  7. package/dist/cjs/resolvers/fragments/index.js +1 -0
  8. package/dist/cjs/resolvers/fragments/marksheet.d.ts +14 -0
  9. package/dist/cjs/resolvers/fragments/marksheet.js +127 -127
  10. package/dist/cjs/resolvers/fragments/osce.d.ts +1 -0
  11. package/dist/cjs/resolvers/fragments/osce.js +6 -1
  12. package/dist/cjs/resolvers/fragments/question.d.ts +5 -0
  13. package/dist/cjs/resolvers/fragments/question.js +176 -0
  14. package/dist/cjs/resolvers/fragments/topic.d.ts +2 -0
  15. package/dist/cjs/resolvers/fragments/topic.js +25 -1
  16. package/dist/cjs/resolvers/fragments/video.d.ts +1 -0
  17. package/dist/cjs/resolvers/fragments/video.js +17 -28
  18. package/dist/cjs/resolvers/mutation/restricted/marksheet.d.ts +2 -8
  19. package/dist/cjs/resolvers/mutation/restricted/marksheet.js +18 -4115
  20. package/dist/cjs/resolvers/mutation/restricted/mockTest.d.ts +1 -0
  21. package/dist/cjs/resolvers/mutation/restricted/questionDiscussion.d.ts +6 -21
  22. package/dist/cjs/resolvers/mutation/restricted/questionDiscussion.js +27 -532
  23. package/dist/cjs/resolvers/query/restricted/marksheet.js +9 -2017
  24. package/dist/cjs/resolvers/query/restricted/question.js +3 -932
  25. package/dist/mjs/models/Marksheet.d.ts +2 -1
  26. package/dist/mjs/models/Question.d.ts +6 -0
  27. package/dist/mjs/resolvers/fragments/chapter.js +3 -18
  28. package/dist/mjs/resolvers/fragments/concept.d.ts +1 -2
  29. package/dist/mjs/resolvers/fragments/concept.js +18 -57
  30. package/dist/mjs/resolvers/fragments/index.d.ts +1 -0
  31. package/dist/mjs/resolvers/fragments/index.js +1 -0
  32. package/dist/mjs/resolvers/fragments/marksheet.d.ts +14 -0
  33. package/dist/mjs/resolvers/fragments/marksheet.js +126 -126
  34. package/dist/mjs/resolvers/fragments/osce.d.ts +1 -0
  35. package/dist/mjs/resolvers/fragments/osce.js +5 -0
  36. package/dist/mjs/resolvers/fragments/question.d.ts +5 -0
  37. package/dist/mjs/resolvers/fragments/question.js +173 -0
  38. package/dist/mjs/resolvers/fragments/topic.d.ts +2 -0
  39. package/dist/mjs/resolvers/fragments/topic.js +24 -0
  40. package/dist/mjs/resolvers/fragments/video.d.ts +1 -0
  41. package/dist/mjs/resolvers/fragments/video.js +16 -27
  42. package/dist/mjs/resolvers/mutation/restricted/marksheet.d.ts +2 -8
  43. package/dist/mjs/resolvers/mutation/restricted/marksheet.js +14 -4111
  44. package/dist/mjs/resolvers/mutation/restricted/mockTest.d.ts +1 -0
  45. package/dist/mjs/resolvers/mutation/restricted/questionDiscussion.d.ts +6 -21
  46. package/dist/mjs/resolvers/mutation/restricted/questionDiscussion.js +26 -530
  47. package/dist/mjs/resolvers/query/restricted/marksheet.js +9 -2017
  48. package/dist/mjs/resolvers/query/restricted/question.js +3 -932
  49. package/package.json +6 -1
@@ -2,1019 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PRE_BUILD_MARKSHEET = exports.HEARTBEAT_QBANK = exports.MARKSHEET_FEEDBACK = exports.FLAGGED_QUESTIONS_MARKSHEET = exports.FLAGGED_QUESTIONS = exports.LATEST_PAST_SESSION_ID = exports.LATEST_PAST_MARKSHEET_ID = exports.MARKSHEETS_WINDOW = exports.MARKSHEETS = exports.MARKSHEET = void 0;
4
4
  const client_1 = require("@apollo/client");
5
+ const marksheet_1 = require("../../fragments/marksheet");
5
6
  exports.MARKSHEET = (0, client_1.gql) `
7
+ ${marksheet_1.MARKSHEET_FIELDS}
6
8
  query Marksheet($id: Int!) {
7
9
  restricted {
8
10
  marksheet(id: $id) {
9
- id
10
- topicConceptData
11
- currentMarkId
12
- completed
13
- passingMark
14
- duration
15
- timeTaken
16
- topicIds
17
- topicNames
18
- mockTestId
19
- totalQuestions
20
- solo
21
- agoraId
22
- sessionId
23
- state
24
- user {
25
- id
26
- displayName
27
- }
28
- users {
29
- id
30
- displayName
31
- }
32
- activeUsers {
33
- id
34
- displayName
35
- }
36
- builderConfig {
37
- difficulty
38
- isTest
39
- numberOfQuestions
40
- secondsPerQuestion
41
- unseen
42
- seenCorrect
43
- seenIncorrect
44
- }
45
- preBuildData {
46
- buildRef
47
- seenCorrect
48
- seenIncorrect
49
- unseen
50
- }
51
- createdAt
52
- startedAt
53
- endedAt
54
- typeId
55
- isTestMarksheet
56
- source
57
- correct
58
- incorrect
59
- marks {
60
- id
61
- flagged
62
- index
63
- questionChoiceId
64
- marksheetId
65
- timeTaken
66
- isAnswered
67
- striked
68
- mark
69
- question {
70
- ... on QuestionSBA {
71
- conceptId
72
- difficulty
73
- dislikes
74
- explanation
75
- id
76
- isLikedByMe
77
- likes
78
- question
79
- totalVotes
80
- typeId
81
- highlights {
82
- start
83
- end
84
- text
85
- part
86
- tag
87
- color
88
- }
89
- choices {
90
- id
91
- explanation
92
- name
93
- label
94
- answer
95
- votes
96
- picture {
97
- id
98
- createdAt
99
- updatedAt
100
- name
101
- caption
102
- path
103
- path512
104
- path256
105
- thumbhash
106
- }
107
- }
108
- comments {
109
- id
110
- createdAt
111
- comment
112
- parentId
113
- likes
114
- user {
115
- id
116
- displayName
117
- }
118
- dislikes
119
- isLikedByMe
120
- questionId
121
- replies {
122
- id
123
- createdAt
124
- comment
125
- parentId
126
- user {
127
- id
128
- displayName
129
- }
130
- likes
131
- dislikes
132
- isLikedByMe
133
- questionId
134
- }
135
- }
136
- concept {
137
- id
138
- name
139
- status
140
- totalCards
141
- topic {
142
- id
143
- name
144
- typeId
145
- }
146
- chapter {
147
- id
148
- explanation
149
- pictures {
150
- id
151
- createdAt
152
- updatedAt
153
- name
154
- caption
155
- path
156
- path512
157
- path256
158
- thumbhash
159
- index
160
- topicId
161
- }
162
- }
163
- videos {
164
- id
165
- status
166
- title
167
- museId
168
- startTime
169
- endTime
170
- thumbnail
171
- concepts {
172
- id
173
- name
174
- }
175
- live
176
- description
177
- duration
178
- }
179
- }
180
- pictures {
181
- id
182
- createdAt
183
- updatedAt
184
- name
185
- index
186
- caption
187
- path
188
- path512
189
- path256
190
- thumbhash
191
- topicId
192
- }
193
- difficulty
194
- psaSectionId
195
- likes
196
- dislikes
197
- isLikedByMe
198
- sbaAnswer: answer
199
- }
200
- ... on QuestionQA {
201
- conceptId
202
- difficulty
203
- dislikes
204
- explanation
205
- id
206
- isLikedByMe
207
- likes
208
- question
209
- totalVotes
210
- typeId
211
- highlights {
212
- start
213
- end
214
- text
215
- part
216
- tag
217
- color
218
- }
219
- choices {
220
- id
221
- explanation
222
- name
223
- label
224
- answer
225
- votes
226
- picture {
227
- id
228
- createdAt
229
- updatedAt
230
- name
231
- caption
232
- path
233
- path512
234
- path256
235
- thumbhash
236
- }
237
- }
238
- comments {
239
- id
240
- createdAt
241
- comment
242
- parentId
243
- likes
244
- user {
245
- id
246
- displayName
247
- }
248
- dislikes
249
- isLikedByMe
250
- questionId
251
- replies {
252
- id
253
- createdAt
254
- comment
255
- parentId
256
- user {
257
- id
258
- displayName
259
- }
260
- likes
261
- dislikes
262
- isLikedByMe
263
- questionId
264
- }
265
- }
266
- concept {
267
- id
268
- name
269
- status
270
- totalCards
271
- chapter {
272
- id
273
- explanation
274
- pictures {
275
- id
276
- createdAt
277
- updatedAt
278
- name
279
- caption
280
- path
281
- path512
282
- path256
283
- thumbhash
284
- index
285
- topicId
286
- }
287
- }
288
- videos {
289
- id
290
- status
291
- title
292
- museId
293
- startTime
294
- endTime
295
- thumbnail
296
- concepts {
297
- id
298
- name
299
- }
300
- live
301
- description
302
- duration
303
- }
304
- }
305
- pictures {
306
- id
307
- createdAt
308
- updatedAt
309
- name
310
- index
311
- caption
312
- path
313
- path512
314
- path256
315
- thumbhash
316
- topicId
317
- }
318
- difficulty
319
- psaSectionId
320
- likes
321
- dislikes
322
- isLikedByMe
323
- qaAnswer: answer {
324
- dose
325
- units
326
- }
327
- }
328
- ... on QuestionMultiA {
329
- conceptId
330
- difficulty
331
- dislikes
332
- explanation
333
- id
334
- isLikedByMe
335
- likes
336
- question
337
- totalVotes
338
- typeId
339
- highlights {
340
- start
341
- end
342
- text
343
- part
344
- tag
345
- color
346
- }
347
- choices {
348
- id
349
- explanation
350
- name
351
- label
352
- answer
353
- votes
354
- picture {
355
- id
356
- createdAt
357
- updatedAt
358
- name
359
- caption
360
- path
361
- path512
362
- path256
363
- thumbhash
364
- }
365
- }
366
- comments {
367
- id
368
- createdAt
369
- comment
370
- parentId
371
- likes
372
- user {
373
- id
374
- displayName
375
- }
376
- dislikes
377
- isLikedByMe
378
- questionId
379
- replies {
380
- id
381
- createdAt
382
- comment
383
- parentId
384
- user {
385
- id
386
- displayName
387
- }
388
- likes
389
- dislikes
390
- isLikedByMe
391
- questionId
392
- }
393
- }
394
- concept {
395
- id
396
- name
397
- status
398
- totalCards
399
- topic {
400
- id
401
- name
402
- typeId
403
- }
404
- chapter {
405
- id
406
- explanation
407
- pictures {
408
- id
409
- createdAt
410
- updatedAt
411
- name
412
- caption
413
- path
414
- path512
415
- path256
416
- thumbhash
417
- index
418
- topicId
419
- }
420
- }
421
- videos {
422
- id
423
- status
424
- title
425
- museId
426
- startTime
427
- endTime
428
- thumbnail
429
- concepts {
430
- id
431
- name
432
- }
433
- live
434
- description
435
- duration
436
- }
437
- }
438
- pictures {
439
- id
440
- createdAt
441
- updatedAt
442
- name
443
- index
444
- caption
445
- path
446
- path512
447
- path256
448
- thumbhash
449
- topicId
450
- }
451
- difficulty
452
- psaSectionId
453
- likes
454
- dislikes
455
- isLikedByMe
456
- multiAnswer: answer
457
- }
458
- ... on QuestionPrescription {
459
- conceptId
460
- difficulty
461
- dislikes
462
- explanation
463
- id
464
- isLikedByMe
465
- likes
466
- question
467
- totalVotes
468
- typeId
469
- highlights {
470
- start
471
- end
472
- text
473
- part
474
- tag
475
- color
476
- }
477
- choices {
478
- id
479
- explanation
480
- name
481
- label
482
- answer
483
- votes
484
- picture {
485
- id
486
- createdAt
487
- updatedAt
488
- name
489
- caption
490
- path
491
- path512
492
- path256
493
- thumbhash
494
- }
495
- }
496
- comments {
497
- id
498
- createdAt
499
- comment
500
- parentId
501
- likes
502
- user {
503
- id
504
- displayName
505
- }
506
- dislikes
507
- isLikedByMe
508
- questionId
509
- replies {
510
- id
511
- createdAt
512
- comment
513
- parentId
514
- user {
515
- id
516
- displayName
517
- }
518
- likes
519
- dislikes
520
- isLikedByMe
521
- questionId
522
- }
523
- }
524
- concept {
525
- id
526
- name
527
- status
528
- totalCards
529
- topic {
530
- id
531
- name
532
- typeId
533
- }
534
- chapter {
535
- id
536
- explanation
537
- pictures {
538
- id
539
- createdAt
540
- updatedAt
541
- name
542
- caption
543
- path
544
- path512
545
- path256
546
- thumbhash
547
- index
548
- topicId
549
- }
550
- }
551
- videos {
552
- id
553
- status
554
- title
555
- museId
556
- startTime
557
- endTime
558
- thumbnail
559
- concepts {
560
- id
561
- name
562
- }
563
- live
564
- description
565
- duration
566
- }
567
- }
568
- pictures {
569
- id
570
- createdAt
571
- updatedAt
572
- name
573
- index
574
- caption
575
- path
576
- path512
577
- path256
578
- thumbhash
579
- topicId
580
- }
581
- difficulty
582
- psaSectionId
583
- likes
584
- dislikes
585
- isLikedByMe
586
- prescribeAnswer: answer {
587
- dose {
588
- value
589
- label
590
- visible
591
- }
592
- drug {
593
- value
594
- label
595
- visible
596
- }
597
- route {
598
- value
599
- label
600
- visible
601
- }
602
- frequency {
603
- value
604
- label
605
- visible
606
- }
607
- duration {
608
- value
609
- label
610
- visible
611
- }
612
- unit {
613
- value
614
- label
615
- visible
616
- }
617
- }
618
- }
619
- ... on QuestionEMQ {
620
- conceptId
621
- difficulty
622
- dislikes
623
- explanation
624
- id
625
- isLikedByMe
626
- likes
627
- question
628
- totalVotes
629
- typeId
630
- highlights {
631
- start
632
- end
633
- text
634
- part
635
- tag
636
- color
637
- }
638
- cases {
639
- id
640
- questionId
641
- case
642
- explanation
643
- label
644
- }
645
- choices {
646
- id
647
- explanation
648
- name
649
- label
650
- answer
651
- votes
652
- picture {
653
- id
654
- createdAt
655
- updatedAt
656
- name
657
- caption
658
- path
659
- path512
660
- path256
661
- thumbhash
662
- }
663
- }
664
- comments {
665
- id
666
- createdAt
667
- comment
668
- parentId
669
- likes
670
- user {
671
- id
672
- displayName
673
- }
674
- dislikes
675
- isLikedByMe
676
- questionId
677
- replies {
678
- id
679
- createdAt
680
- comment
681
- parentId
682
- user {
683
- id
684
- displayName
685
- }
686
- likes
687
- dislikes
688
- isLikedByMe
689
- questionId
690
- }
691
- }
692
- concept {
693
- id
694
- name
695
- status
696
- totalCards
697
- topic {
698
- id
699
- name
700
- typeId
701
- }
702
- chapter {
703
- id
704
- explanation
705
- pictures {
706
- id
707
- createdAt
708
- updatedAt
709
- name
710
- caption
711
- path
712
- path512
713
- path256
714
- thumbhash
715
- index
716
- topicId
717
- }
718
- }
719
- videos {
720
- id
721
- status
722
- title
723
- museId
724
- startTime
725
- endTime
726
- thumbnail
727
- concepts {
728
- id
729
- name
730
- }
731
- live
732
- description
733
- duration
734
- }
735
- }
736
- pictures {
737
- id
738
- createdAt
739
- updatedAt
740
- name
741
- index
742
- caption
743
- path
744
- path512
745
- path256
746
- thumbhash
747
- topicId
748
- }
749
- difficulty
750
- psaSectionId
751
- likes
752
- dislikes
753
- isLikedByMe
754
- emqAnswer: answer
755
- }
756
- ... on QuestionRanking {
757
- conceptId
758
- difficulty
759
- dislikes
760
- explanation
761
- id
762
- isLikedByMe
763
- likes
764
- question
765
- totalVotes
766
- typeId
767
- highlights {
768
- start
769
- end
770
- text
771
- part
772
- tag
773
- color
774
- }
775
- choices {
776
- id
777
- explanation
778
- name
779
- label
780
- answer
781
- votes
782
- picture {
783
- id
784
- createdAt
785
- updatedAt
786
- name
787
- caption
788
- path
789
- path512
790
- path256
791
- thumbhash
792
- }
793
- }
794
- comments {
795
- id
796
- createdAt
797
- comment
798
- parentId
799
- likes
800
- user {
801
- id
802
- displayName
803
- }
804
- dislikes
805
- isLikedByMe
806
- questionId
807
- replies {
808
- id
809
- createdAt
810
- comment
811
- parentId
812
- user {
813
- id
814
- displayName
815
- }
816
- likes
817
- dislikes
818
- isLikedByMe
819
- questionId
820
- }
821
- }
822
- concept {
823
- id
824
- name
825
- status
826
- totalCards
827
- topic {
828
- id
829
- name
830
- typeId
831
- }
832
- chapter {
833
- id
834
- explanation
835
- pictures {
836
- id
837
- createdAt
838
- updatedAt
839
- name
840
- caption
841
- path
842
- path512
843
- path256
844
- thumbhash
845
- index
846
- topicId
847
- }
848
- }
849
- videos {
850
- id
851
- status
852
- title
853
- museId
854
- startTime
855
- endTime
856
- thumbnail
857
- concepts {
858
- id
859
- name
860
- }
861
- live
862
- description
863
- duration
864
- }
865
- }
866
- pictures {
867
- id
868
- createdAt
869
- updatedAt
870
- name
871
- index
872
- caption
873
- path
874
- path512
875
- path256
876
- thumbhash
877
- topicId
878
- }
879
- difficulty
880
- psaSectionId
881
- likes
882
- dislikes
883
- isLikedByMe
884
- rankingAnswer: answer
885
- }
886
- ... on QuestionSelect3 {
887
- conceptId
888
- difficulty
889
- dislikes
890
- explanation
891
- id
892
- isLikedByMe
893
- likes
894
- question
895
- totalVotes
896
- typeId
897
- highlights {
898
- start
899
- end
900
- text
901
- part
902
- tag
903
- color
904
- }
905
- choices {
906
- id
907
- explanation
908
- name
909
- label
910
- answer
911
- votes
912
- picture {
913
- id
914
- createdAt
915
- updatedAt
916
- name
917
- caption
918
- path
919
- path512
920
- path256
921
- thumbhash
922
- }
923
- }
924
- comments {
925
- id
926
- createdAt
927
- comment
928
- parentId
929
- likes
930
- user {
931
- id
932
- displayName
933
- }
934
- dislikes
935
- isLikedByMe
936
- questionId
937
- replies {
938
- id
939
- createdAt
940
- comment
941
- parentId
942
- user {
943
- id
944
- displayName
945
- }
946
- likes
947
- dislikes
948
- isLikedByMe
949
- questionId
950
- }
951
- }
952
- concept {
953
- id
954
- name
955
- status
956
- totalCards
957
- topic {
958
- id
959
- name
960
- typeId
961
- }
962
- chapter {
963
- id
964
- explanation
965
- pictures {
966
- id
967
- createdAt
968
- updatedAt
969
- name
970
- caption
971
- path
972
- path512
973
- path256
974
- thumbhash
975
- index
976
- topicId
977
- }
978
- }
979
- videos {
980
- id
981
- status
982
- title
983
- museId
984
- startTime
985
- endTime
986
- thumbnail
987
- concepts {
988
- id
989
- name
990
- }
991
- live
992
- description
993
- duration
994
- }
995
- }
996
- pictures {
997
- id
998
- createdAt
999
- updatedAt
1000
- name
1001
- index
1002
- caption
1003
- path
1004
- path512
1005
- path256
1006
- thumbhash
1007
- topicId
1008
- }
1009
- difficulty
1010
- psaSectionId
1011
- likes
1012
- dislikes
1013
- isLikedByMe
1014
- select3Answer: answer
1015
- }
1016
- }
1017
- }
11
+ ...MarksheetFields
1018
12
  }
1019
13
  }
1020
14
  }
@@ -1071,6 +65,10 @@ exports.MARKSHEETS_WINDOW = (0, client_1.gql) `
1071
65
  incorrect
1072
66
  totalQuestions
1073
67
  typeId
68
+ entitlement {
69
+ id
70
+ name
71
+ }
1074
72
  isTestMarksheet
1075
73
  solo
1076
74
  completed
@@ -1129,1017 +127,11 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1129
127
  }
1130
128
  `;
1131
129
  exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
130
+ ${marksheet_1.MARKSHEET_FIELDS}
1132
131
  query FlaggedQuestionsMarksheet {
1133
132
  restricted {
1134
133
  flaggedQuestionsMarksheet {
1135
- id
1136
- topicConceptData
1137
- currentMarkId
1138
- completed
1139
- passingMark
1140
- duration
1141
- topicIds
1142
- topicNames
1143
- mockTestId
1144
- totalQuestions
1145
- solo
1146
- agoraId
1147
- sessionId
1148
- state
1149
- user {
1150
- id
1151
- displayName
1152
- }
1153
- users {
1154
- id
1155
- displayName
1156
- }
1157
- builderConfig {
1158
- difficulty
1159
- isTest
1160
- numberOfQuestions
1161
- secondsPerQuestion
1162
- unseen
1163
- seenCorrect
1164
- seenIncorrect
1165
- }
1166
- preBuildData {
1167
- buildRef
1168
- seenCorrect
1169
- seenIncorrect
1170
- unseen
1171
- }
1172
- createdAt
1173
- startedAt
1174
- endedAt
1175
- isTestMarksheet
1176
- source
1177
- correct
1178
- incorrect
1179
- marks {
1180
- id
1181
- flagged
1182
- striked
1183
- index
1184
- questionChoiceId
1185
- marksheetId
1186
- timeTaken
1187
- isAnswered
1188
- mark
1189
- question {
1190
- ... on QuestionSBA {
1191
- conceptId
1192
- difficulty
1193
- dislikes
1194
- explanation
1195
- id
1196
- isLikedByMe
1197
- likes
1198
- question
1199
- totalVotes
1200
- typeId
1201
- highlights {
1202
- start
1203
- end
1204
- text
1205
- part
1206
- tag
1207
- color
1208
- }
1209
- choices {
1210
- id
1211
- explanation
1212
- name
1213
- label
1214
- answer
1215
- votes
1216
- picture {
1217
- id
1218
- createdAt
1219
- updatedAt
1220
- name
1221
- caption
1222
- path
1223
- path512
1224
- path256
1225
- thumbhash
1226
- }
1227
- }
1228
- comments {
1229
- id
1230
- createdAt
1231
- comment
1232
- parentId
1233
- likes
1234
- user {
1235
- id
1236
- displayName
1237
- }
1238
- dislikes
1239
- isLikedByMe
1240
- questionId
1241
- replies {
1242
- id
1243
- createdAt
1244
- comment
1245
- parentId
1246
- user {
1247
- id
1248
- displayName
1249
- }
1250
- likes
1251
- dislikes
1252
- isLikedByMe
1253
- questionId
1254
- }
1255
- }
1256
- concept {
1257
- id
1258
- name
1259
- status
1260
- totalCards
1261
- topic {
1262
- id
1263
- name
1264
- typeId
1265
- }
1266
- chapter {
1267
- id
1268
- explanation
1269
- pictures {
1270
- id
1271
- createdAt
1272
- updatedAt
1273
- name
1274
- caption
1275
- path
1276
- path512
1277
- path256
1278
- thumbhash
1279
- index
1280
- topicId
1281
- }
1282
- }
1283
- videos {
1284
- id
1285
- status
1286
- title
1287
- museId
1288
- startTime
1289
- endTime
1290
- thumbnail
1291
- concepts {
1292
- id
1293
- name
1294
- }
1295
- live
1296
- description
1297
- duration
1298
- }
1299
- }
1300
- pictures {
1301
- id
1302
- createdAt
1303
- updatedAt
1304
- name
1305
- index
1306
- caption
1307
- path
1308
- path512
1309
- path256
1310
- thumbhash
1311
- topicId
1312
- }
1313
- difficulty
1314
- psaSectionId
1315
- likes
1316
- dislikes
1317
- isLikedByMe
1318
- sbaAnswer: answer
1319
- }
1320
- ... on QuestionQA {
1321
- conceptId
1322
- difficulty
1323
- dislikes
1324
- explanation
1325
- id
1326
- isLikedByMe
1327
- likes
1328
- question
1329
- totalVotes
1330
- typeId
1331
- highlights {
1332
- start
1333
- end
1334
- text
1335
- part
1336
- tag
1337
- color
1338
- }
1339
- choices {
1340
- id
1341
- explanation
1342
- name
1343
- label
1344
- answer
1345
- votes
1346
- picture {
1347
- id
1348
- createdAt
1349
- updatedAt
1350
- name
1351
- caption
1352
- path
1353
- path512
1354
- path256
1355
- thumbhash
1356
- }
1357
- }
1358
- comments {
1359
- id
1360
- createdAt
1361
- comment
1362
- parentId
1363
- likes
1364
- user {
1365
- id
1366
- displayName
1367
- }
1368
- dislikes
1369
- isLikedByMe
1370
- questionId
1371
- replies {
1372
- id
1373
- createdAt
1374
- comment
1375
- parentId
1376
- user {
1377
- id
1378
- displayName
1379
- }
1380
- likes
1381
- dislikes
1382
- isLikedByMe
1383
- questionId
1384
- }
1385
- }
1386
- concept {
1387
- id
1388
- name
1389
- status
1390
- totalCards
1391
- topic {
1392
- id
1393
- name
1394
- typeId
1395
- }
1396
- chapter {
1397
- id
1398
- explanation
1399
- pictures {
1400
- id
1401
- createdAt
1402
- updatedAt
1403
- name
1404
- caption
1405
- path
1406
- path512
1407
- path256
1408
- thumbhash
1409
- index
1410
- topicId
1411
- }
1412
- }
1413
- videos {
1414
- id
1415
- status
1416
- title
1417
- museId
1418
- startTime
1419
- endTime
1420
- thumbnail
1421
- concepts {
1422
- id
1423
- name
1424
- }
1425
- live
1426
- description
1427
- duration
1428
- }
1429
- }
1430
- pictures {
1431
- id
1432
- createdAt
1433
- updatedAt
1434
- name
1435
- index
1436
- caption
1437
- path
1438
- path512
1439
- path256
1440
- thumbhash
1441
- topicId
1442
- }
1443
- difficulty
1444
- psaSectionId
1445
- likes
1446
- dislikes
1447
- isLikedByMe
1448
- qaAnswer: answer {
1449
- dose
1450
- units
1451
- }
1452
- }
1453
- ... on QuestionMultiA {
1454
- conceptId
1455
- difficulty
1456
- dislikes
1457
- explanation
1458
- id
1459
- isLikedByMe
1460
- likes
1461
- question
1462
- totalVotes
1463
- typeId
1464
- highlights {
1465
- start
1466
- end
1467
- text
1468
- part
1469
- tag
1470
- color
1471
- }
1472
- choices {
1473
- id
1474
- explanation
1475
- name
1476
- label
1477
- answer
1478
- votes
1479
- picture {
1480
- id
1481
- createdAt
1482
- updatedAt
1483
- name
1484
- caption
1485
- path
1486
- path512
1487
- path256
1488
- thumbhash
1489
- }
1490
- }
1491
- comments {
1492
- id
1493
- createdAt
1494
- comment
1495
- parentId
1496
- likes
1497
- user {
1498
- id
1499
- displayName
1500
- }
1501
- dislikes
1502
- isLikedByMe
1503
- questionId
1504
- replies {
1505
- id
1506
- createdAt
1507
- comment
1508
- parentId
1509
- user {
1510
- id
1511
- displayName
1512
- }
1513
- likes
1514
- dislikes
1515
- isLikedByMe
1516
- questionId
1517
- }
1518
- }
1519
- concept {
1520
- id
1521
- name
1522
- status
1523
- totalCards
1524
- topic {
1525
- id
1526
- name
1527
- typeId
1528
- }
1529
- chapter {
1530
- id
1531
- explanation
1532
- pictures {
1533
- id
1534
- createdAt
1535
- updatedAt
1536
- name
1537
- caption
1538
- path
1539
- path512
1540
- path256
1541
- thumbhash
1542
- index
1543
- topicId
1544
- }
1545
- }
1546
- videos {
1547
- id
1548
- status
1549
- title
1550
- museId
1551
- startTime
1552
- endTime
1553
- thumbnail
1554
- concepts {
1555
- id
1556
- name
1557
- }
1558
- live
1559
- description
1560
- duration
1561
- }
1562
- }
1563
- pictures {
1564
- id
1565
- createdAt
1566
- updatedAt
1567
- name
1568
- index
1569
- caption
1570
- path
1571
- path512
1572
- path256
1573
- thumbhash
1574
- topicId
1575
- }
1576
- difficulty
1577
- psaSectionId
1578
- likes
1579
- dislikes
1580
- isLikedByMe
1581
- multiAnswer: answer
1582
- }
1583
- ... on QuestionPrescription {
1584
- conceptId
1585
- difficulty
1586
- dislikes
1587
- explanation
1588
- id
1589
- isLikedByMe
1590
- likes
1591
- question
1592
- totalVotes
1593
- typeId
1594
- highlights {
1595
- start
1596
- end
1597
- text
1598
- part
1599
- tag
1600
- color
1601
- }
1602
- choices {
1603
- id
1604
- explanation
1605
- name
1606
- label
1607
- answer
1608
- votes
1609
- picture {
1610
- id
1611
- createdAt
1612
- updatedAt
1613
- name
1614
- caption
1615
- path
1616
- path512
1617
- path256
1618
- thumbhash
1619
- }
1620
- }
1621
- comments {
1622
- id
1623
- createdAt
1624
- comment
1625
- parentId
1626
- likes
1627
- user {
1628
- id
1629
- displayName
1630
- }
1631
- dislikes
1632
- isLikedByMe
1633
- questionId
1634
- replies {
1635
- id
1636
- createdAt
1637
- comment
1638
- parentId
1639
- user {
1640
- id
1641
- displayName
1642
- }
1643
- likes
1644
- dislikes
1645
- isLikedByMe
1646
- questionId
1647
- }
1648
- }
1649
- concept {
1650
- id
1651
- name
1652
- status
1653
- totalCards
1654
- topic {
1655
- id
1656
- name
1657
- typeId
1658
- }
1659
- chapter {
1660
- id
1661
- explanation
1662
- pictures {
1663
- id
1664
- createdAt
1665
- updatedAt
1666
- name
1667
- caption
1668
- path
1669
- path512
1670
- path256
1671
- thumbhash
1672
- index
1673
- topicId
1674
- }
1675
- }
1676
- videos {
1677
- id
1678
- status
1679
- title
1680
- museId
1681
- startTime
1682
- endTime
1683
- thumbnail
1684
- concepts {
1685
- id
1686
- name
1687
- }
1688
- live
1689
- description
1690
- duration
1691
- }
1692
- }
1693
- pictures {
1694
- id
1695
- createdAt
1696
- updatedAt
1697
- name
1698
- index
1699
- caption
1700
- path
1701
- path512
1702
- path256
1703
- thumbhash
1704
- topicId
1705
- }
1706
- difficulty
1707
- psaSectionId
1708
- likes
1709
- dislikes
1710
- isLikedByMe
1711
- prescribeAnswer: answer {
1712
- dose {
1713
- value
1714
- label
1715
- visible
1716
- }
1717
- drug {
1718
- value
1719
- label
1720
- visible
1721
- }
1722
- route {
1723
- value
1724
- label
1725
- visible
1726
- }
1727
- frequency {
1728
- value
1729
- label
1730
- visible
1731
- }
1732
- duration {
1733
- value
1734
- label
1735
- visible
1736
- }
1737
- unit {
1738
- value
1739
- label
1740
- visible
1741
- }
1742
- }
1743
- }
1744
- ... on QuestionEMQ {
1745
- conceptId
1746
- difficulty
1747
- dislikes
1748
- explanation
1749
- id
1750
- isLikedByMe
1751
- likes
1752
- question
1753
- totalVotes
1754
- typeId
1755
- highlights {
1756
- start
1757
- end
1758
- text
1759
- part
1760
- tag
1761
- color
1762
- }
1763
- cases {
1764
- id
1765
- questionId
1766
- case
1767
- explanation
1768
- label
1769
- }
1770
- choices {
1771
- id
1772
- explanation
1773
- name
1774
- label
1775
- answer
1776
- votes
1777
- picture {
1778
- id
1779
- createdAt
1780
- updatedAt
1781
- name
1782
- caption
1783
- path
1784
- path512
1785
- path256
1786
- thumbhash
1787
- }
1788
- }
1789
- comments {
1790
- id
1791
- createdAt
1792
- comment
1793
- parentId
1794
- likes
1795
- user {
1796
- id
1797
- displayName
1798
- }
1799
- dislikes
1800
- isLikedByMe
1801
- questionId
1802
- replies {
1803
- id
1804
- createdAt
1805
- comment
1806
- parentId
1807
- user {
1808
- id
1809
- displayName
1810
- }
1811
- likes
1812
- dislikes
1813
- isLikedByMe
1814
- questionId
1815
- }
1816
- }
1817
- concept {
1818
- id
1819
- name
1820
- status
1821
- totalCards
1822
- topic {
1823
- id
1824
- name
1825
- typeId
1826
- }
1827
- chapter {
1828
- id
1829
- explanation
1830
- pictures {
1831
- id
1832
- createdAt
1833
- updatedAt
1834
- name
1835
- caption
1836
- path
1837
- path512
1838
- path256
1839
- thumbhash
1840
- index
1841
- topicId
1842
- }
1843
- }
1844
- videos {
1845
- id
1846
- status
1847
- title
1848
- museId
1849
- startTime
1850
- endTime
1851
- thumbnail
1852
- concepts {
1853
- id
1854
- name
1855
- }
1856
- live
1857
- description
1858
- duration
1859
- }
1860
- }
1861
- pictures {
1862
- id
1863
- createdAt
1864
- updatedAt
1865
- name
1866
- index
1867
- caption
1868
- path
1869
- path512
1870
- path256
1871
- thumbhash
1872
- topicId
1873
- }
1874
- difficulty
1875
- psaSectionId
1876
- likes
1877
- dislikes
1878
- isLikedByMe
1879
- emqAnswer: answer
1880
- }
1881
- ... on QuestionRanking {
1882
- conceptId
1883
- difficulty
1884
- dislikes
1885
- explanation
1886
- id
1887
- isLikedByMe
1888
- likes
1889
- question
1890
- totalVotes
1891
- typeId
1892
- highlights {
1893
- start
1894
- end
1895
- text
1896
- part
1897
- tag
1898
- color
1899
- }
1900
- choices {
1901
- id
1902
- explanation
1903
- name
1904
- label
1905
- answer
1906
- votes
1907
- picture {
1908
- id
1909
- createdAt
1910
- updatedAt
1911
- name
1912
- caption
1913
- path
1914
- path512
1915
- path256
1916
- thumbhash
1917
- }
1918
- }
1919
- comments {
1920
- id
1921
- createdAt
1922
- comment
1923
- parentId
1924
- likes
1925
- user {
1926
- id
1927
- displayName
1928
- }
1929
- dislikes
1930
- isLikedByMe
1931
- questionId
1932
- replies {
1933
- id
1934
- createdAt
1935
- comment
1936
- parentId
1937
- user {
1938
- id
1939
- displayName
1940
- }
1941
- likes
1942
- dislikes
1943
- isLikedByMe
1944
- questionId
1945
- }
1946
- }
1947
- concept {
1948
- id
1949
- name
1950
- status
1951
- totalCards
1952
- topic {
1953
- id
1954
- name
1955
- typeId
1956
- }
1957
- chapter {
1958
- id
1959
- explanation
1960
- pictures {
1961
- id
1962
- createdAt
1963
- updatedAt
1964
- name
1965
- caption
1966
- path
1967
- path512
1968
- path256
1969
- thumbhash
1970
- index
1971
- topicId
1972
- }
1973
- }
1974
- videos {
1975
- id
1976
- status
1977
- title
1978
- museId
1979
- startTime
1980
- endTime
1981
- thumbnail
1982
- concepts {
1983
- id
1984
- name
1985
- }
1986
- live
1987
- description
1988
- duration
1989
- }
1990
- }
1991
- pictures {
1992
- id
1993
- createdAt
1994
- updatedAt
1995
- name
1996
- index
1997
- caption
1998
- path
1999
- path512
2000
- path256
2001
- thumbhash
2002
- topicId
2003
- }
2004
- difficulty
2005
- psaSectionId
2006
- likes
2007
- dislikes
2008
- isLikedByMe
2009
- rankingAnswer: answer
2010
- }
2011
- ... on QuestionSelect3 {
2012
- conceptId
2013
- difficulty
2014
- dislikes
2015
- explanation
2016
- id
2017
- isLikedByMe
2018
- likes
2019
- question
2020
- totalVotes
2021
- typeId
2022
- highlights {
2023
- start
2024
- end
2025
- text
2026
- part
2027
- tag
2028
- color
2029
- }
2030
- choices {
2031
- id
2032
- explanation
2033
- name
2034
- label
2035
- answer
2036
- votes
2037
- picture {
2038
- id
2039
- createdAt
2040
- updatedAt
2041
- name
2042
- caption
2043
- path
2044
- path512
2045
- path256
2046
- thumbhash
2047
- }
2048
- }
2049
- comments {
2050
- id
2051
- createdAt
2052
- comment
2053
- parentId
2054
- likes
2055
- user {
2056
- id
2057
- displayName
2058
- }
2059
- dislikes
2060
- isLikedByMe
2061
- questionId
2062
- replies {
2063
- id
2064
- createdAt
2065
- comment
2066
- parentId
2067
- user {
2068
- id
2069
- displayName
2070
- }
2071
- likes
2072
- dislikes
2073
- isLikedByMe
2074
- questionId
2075
- }
2076
- }
2077
- concept {
2078
- id
2079
- name
2080
- status
2081
- totalCards
2082
- topic {
2083
- id
2084
- name
2085
- typeId
2086
- }
2087
- chapter {
2088
- id
2089
- explanation
2090
- pictures {
2091
- id
2092
- createdAt
2093
- updatedAt
2094
- name
2095
- caption
2096
- path
2097
- path512
2098
- path256
2099
- thumbhash
2100
- index
2101
- topicId
2102
- }
2103
- }
2104
- videos {
2105
- id
2106
- status
2107
- title
2108
- museId
2109
- startTime
2110
- endTime
2111
- thumbnail
2112
- concepts {
2113
- id
2114
- name
2115
- }
2116
- live
2117
- description
2118
- duration
2119
- }
2120
- }
2121
- pictures {
2122
- id
2123
- createdAt
2124
- updatedAt
2125
- name
2126
- index
2127
- caption
2128
- path
2129
- path512
2130
- path256
2131
- thumbhash
2132
- topicId
2133
- }
2134
- difficulty
2135
- psaSectionId
2136
- likes
2137
- dislikes
2138
- isLikedByMe
2139
- select3Answer: answer
2140
- }
2141
- }
2142
- }
134
+ ...MarksheetFields
2143
135
  }
2144
136
  }
2145
137
  }