@quesmed/types-rn 2.2.16 → 2.2.19

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.
@@ -2,10 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.END_MARKSHEET = exports.LEAVE_MARKSHEET = exports.MODIFY_MARKSHEET_INFO = exports.START_OR_JOIN_MARKSHEET = exports.REMOVE_FLAGGED_QUESTION = exports.ADD_FLAGGED_QUESTION = exports.optimisticSaveMarksheets = exports.updateMarksheets = exports.SAVE_MARKSHEET = exports.RE_BUILD_MARKSHEET = exports.BUILD_MARKSHEET = void 0;
4
4
  const client_1 = require("@apollo/client");
5
- const marksheet_1 = require("../../fragments/marksheet");
6
5
  const restricted_1 = require("../../query/restricted");
7
6
  exports.BUILD_MARKSHEET = (0, client_1.gql) `
8
- ${marksheet_1.MARKSHEET_MARK_FIELDS}
9
7
  mutation BuildMarksheet($buildMarksheet: BuildMarksheetInput!) {
10
8
  restricted {
11
9
  buildMarksheet(buildMarksheet: $buildMarksheet) {
@@ -43,7 +41,512 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
43
41
  displayName
44
42
  }
45
43
  marks {
46
- ...MarksheetMarkFields
44
+ id
45
+ flagged
46
+ index
47
+ questionChoiceId
48
+ marksheetId
49
+ timeTaken
50
+ isAnswered
51
+ mark
52
+ question {
53
+ ... on QuestionSBA {
54
+ conceptId
55
+ difficulty
56
+ dislikes
57
+ explanation
58
+ id
59
+ isLikedByMe
60
+ likes
61
+ question
62
+ totalVotes
63
+ typeId
64
+ choices {
65
+ id
66
+ explanation
67
+ name
68
+ label
69
+ answer
70
+ votes
71
+ picture {
72
+ id
73
+ createdAt
74
+ updatedAt
75
+ name
76
+ caption
77
+ path
78
+ path512
79
+ path256
80
+ }
81
+ }
82
+ comments {
83
+ id
84
+ createdAt
85
+ comment
86
+ likes
87
+ user {
88
+ id
89
+ displayName
90
+ }
91
+ dislikes
92
+ isLikedByMe
93
+ questionId
94
+ replies {
95
+ id
96
+ createdAt
97
+ comment
98
+ user {
99
+ id
100
+ displayName
101
+ }
102
+ likes
103
+ dislikes
104
+ isLikedByMe
105
+ questionId
106
+ }
107
+ }
108
+ concept {
109
+ id
110
+ name
111
+ chapter {
112
+ id
113
+ explanation
114
+ pictures {
115
+ id
116
+ createdAt
117
+ updatedAt
118
+ name
119
+ caption
120
+ path
121
+ path512
122
+ path256
123
+ topicId
124
+ topic {
125
+ id
126
+ name
127
+ typeId
128
+ }
129
+ }
130
+ }
131
+ videos {
132
+ id
133
+ title
134
+ museId
135
+ startTime
136
+ endTime
137
+ thumbnail
138
+ concepts {
139
+ id
140
+ name
141
+ }
142
+ live
143
+ description
144
+ duration
145
+ }
146
+ }
147
+ pictures {
148
+ id
149
+ createdAt
150
+ updatedAt
151
+ name
152
+ caption
153
+ path
154
+ path512
155
+ path256
156
+ topicId
157
+ topic {
158
+ id
159
+ name
160
+ typeId
161
+ }
162
+ }
163
+ difficulty
164
+ psaSectionId
165
+ likes
166
+ dislikes
167
+ isLikedByMe
168
+ sbaAnswer: answer
169
+ }
170
+ ... on QuestionQA {
171
+ conceptId
172
+ difficulty
173
+ dislikes
174
+ explanation
175
+ id
176
+ isLikedByMe
177
+ likes
178
+ question
179
+ totalVotes
180
+ typeId
181
+ choices {
182
+ id
183
+ explanation
184
+ name
185
+ label
186
+ answer
187
+ votes
188
+ picture {
189
+ id
190
+ createdAt
191
+ updatedAt
192
+ name
193
+ caption
194
+ path
195
+ path512
196
+ path256
197
+ }
198
+ }
199
+ comments {
200
+ id
201
+ createdAt
202
+ comment
203
+ likes
204
+ user {
205
+ id
206
+ displayName
207
+ }
208
+ dislikes
209
+ isLikedByMe
210
+ questionId
211
+ replies {
212
+ id
213
+ createdAt
214
+ comment
215
+ user {
216
+ id
217
+ displayName
218
+ }
219
+ likes
220
+ dislikes
221
+ isLikedByMe
222
+ questionId
223
+ }
224
+ }
225
+ concept {
226
+ id
227
+ name
228
+ chapter {
229
+ id
230
+ explanation
231
+ pictures {
232
+ id
233
+ createdAt
234
+ updatedAt
235
+ name
236
+ caption
237
+ path
238
+ path512
239
+ path256
240
+ topicId
241
+ topic {
242
+ id
243
+ name
244
+ typeId
245
+ }
246
+ }
247
+ }
248
+ videos {
249
+ id
250
+ title
251
+ museId
252
+ startTime
253
+ endTime
254
+ thumbnail
255
+ concepts {
256
+ id
257
+ name
258
+ }
259
+ live
260
+ description
261
+ duration
262
+ }
263
+ }
264
+ pictures {
265
+ id
266
+ createdAt
267
+ updatedAt
268
+ name
269
+ caption
270
+ path
271
+ path512
272
+ path256
273
+ topicId
274
+ topic {
275
+ id
276
+ name
277
+ typeId
278
+ }
279
+ }
280
+ difficulty
281
+ psaSectionId
282
+ likes
283
+ dislikes
284
+ isLikedByMe
285
+ qaAnswer: answer {
286
+ dose
287
+ units
288
+ }
289
+ }
290
+ ... on QuestionMultiA {
291
+ conceptId
292
+ difficulty
293
+ dislikes
294
+ explanation
295
+ id
296
+ isLikedByMe
297
+ likes
298
+ question
299
+ totalVotes
300
+ typeId
301
+ choices {
302
+ id
303
+ explanation
304
+ name
305
+ label
306
+ answer
307
+ votes
308
+ picture {
309
+ id
310
+ createdAt
311
+ updatedAt
312
+ name
313
+ caption
314
+ path
315
+ path512
316
+ path256
317
+ }
318
+ }
319
+ comments {
320
+ id
321
+ createdAt
322
+ comment
323
+ likes
324
+ user {
325
+ id
326
+ displayName
327
+ }
328
+ dislikes
329
+ isLikedByMe
330
+ questionId
331
+ replies {
332
+ id
333
+ createdAt
334
+ comment
335
+ user {
336
+ id
337
+ displayName
338
+ }
339
+ likes
340
+ dislikes
341
+ isLikedByMe
342
+ questionId
343
+ }
344
+ }
345
+ concept {
346
+ id
347
+ name
348
+ chapter {
349
+ id
350
+ explanation
351
+ pictures {
352
+ id
353
+ createdAt
354
+ updatedAt
355
+ name
356
+ caption
357
+ path
358
+ path512
359
+ path256
360
+ topicId
361
+ topic {
362
+ id
363
+ name
364
+ typeId
365
+ }
366
+ }
367
+ }
368
+ videos {
369
+ id
370
+ title
371
+ museId
372
+ startTime
373
+ endTime
374
+ thumbnail
375
+ concepts {
376
+ id
377
+ name
378
+ }
379
+ live
380
+ description
381
+ duration
382
+ }
383
+ }
384
+ pictures {
385
+ id
386
+ createdAt
387
+ updatedAt
388
+ name
389
+ caption
390
+ path
391
+ path512
392
+ path256
393
+ topicId
394
+ topic {
395
+ id
396
+ name
397
+ typeId
398
+ }
399
+ }
400
+ difficulty
401
+ psaSectionId
402
+ likes
403
+ dislikes
404
+ isLikedByMe
405
+ multiAnswer: answer
406
+ }
407
+ ... on QuestionPrescription {
408
+ conceptId
409
+ difficulty
410
+ dislikes
411
+ explanation
412
+ id
413
+ isLikedByMe
414
+ likes
415
+ question
416
+ totalVotes
417
+ typeId
418
+ choices {
419
+ id
420
+ explanation
421
+ name
422
+ label
423
+ answer
424
+ votes
425
+ picture {
426
+ id
427
+ createdAt
428
+ updatedAt
429
+ name
430
+ caption
431
+ path
432
+ path512
433
+ path256
434
+ }
435
+ }
436
+ comments {
437
+ id
438
+ createdAt
439
+ comment
440
+ likes
441
+ user {
442
+ id
443
+ displayName
444
+ }
445
+ dislikes
446
+ isLikedByMe
447
+ questionId
448
+ replies {
449
+ id
450
+ createdAt
451
+ comment
452
+ user {
453
+ id
454
+ displayName
455
+ }
456
+ likes
457
+ dislikes
458
+ isLikedByMe
459
+ questionId
460
+ }
461
+ }
462
+ concept {
463
+ id
464
+ name
465
+ chapter {
466
+ id
467
+ explanation
468
+ pictures {
469
+ id
470
+ createdAt
471
+ updatedAt
472
+ name
473
+ caption
474
+ path
475
+ path512
476
+ path256
477
+ topicId
478
+ topic {
479
+ id
480
+ name
481
+ typeId
482
+ }
483
+ }
484
+ }
485
+ videos {
486
+ id
487
+ title
488
+ museId
489
+ startTime
490
+ endTime
491
+ thumbnail
492
+ concepts {
493
+ id
494
+ name
495
+ }
496
+ live
497
+ description
498
+ duration
499
+ }
500
+ }
501
+ pictures {
502
+ id
503
+ createdAt
504
+ updatedAt
505
+ name
506
+ caption
507
+ path
508
+ path512
509
+ path256
510
+ topicId
511
+ topic {
512
+ id
513
+ name
514
+ typeId
515
+ }
516
+ }
517
+ difficulty
518
+ psaSectionId
519
+ likes
520
+ dislikes
521
+ isLikedByMe
522
+ prescribeAnswer: answer {
523
+ dose {
524
+ value
525
+ display
526
+ }
527
+ drug {
528
+ value
529
+ display
530
+ }
531
+ route {
532
+ value
533
+ display
534
+ }
535
+ frequency {
536
+ display
537
+ value
538
+ }
539
+ duration {
540
+ display
541
+ value
542
+ }
543
+ units {
544
+ display
545
+ value
546
+ }
547
+ }
548
+ }
549
+ }
47
550
  }
48
551
  mockTestId
49
552
  correct
@@ -58,7 +561,6 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
58
561
  * reBuildMarksheet
59
562
  */
60
563
  exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
61
- ${marksheet_1.MARKSHEET_MARK_FIELDS}
62
564
  mutation ReBuildMarksheet($marksheetId: Int!) {
63
565
  restricted {
64
566
  reBuildMarksheet(marksheetId: $marksheetId) {
@@ -96,7 +598,512 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
96
598
  id
97
599
  }
98
600
  marks {
99
- ...MarksheetMarkFields
601
+ id
602
+ flagged
603
+ index
604
+ questionChoiceId
605
+ marksheetId
606
+ timeTaken
607
+ isAnswered
608
+ mark
609
+ question {
610
+ ... on QuestionSBA {
611
+ conceptId
612
+ difficulty
613
+ dislikes
614
+ explanation
615
+ id
616
+ isLikedByMe
617
+ likes
618
+ question
619
+ totalVotes
620
+ typeId
621
+ choices {
622
+ id
623
+ explanation
624
+ name
625
+ label
626
+ answer
627
+ votes
628
+ picture {
629
+ id
630
+ createdAt
631
+ updatedAt
632
+ name
633
+ caption
634
+ path
635
+ path512
636
+ path256
637
+ }
638
+ }
639
+ comments {
640
+ id
641
+ createdAt
642
+ comment
643
+ likes
644
+ user {
645
+ id
646
+ displayName
647
+ }
648
+ dislikes
649
+ isLikedByMe
650
+ questionId
651
+ replies {
652
+ id
653
+ createdAt
654
+ comment
655
+ user {
656
+ id
657
+ displayName
658
+ }
659
+ likes
660
+ dislikes
661
+ isLikedByMe
662
+ questionId
663
+ }
664
+ }
665
+ concept {
666
+ id
667
+ name
668
+ chapter {
669
+ id
670
+ explanation
671
+ pictures {
672
+ id
673
+ createdAt
674
+ updatedAt
675
+ name
676
+ caption
677
+ path
678
+ path512
679
+ path256
680
+ topicId
681
+ topic {
682
+ id
683
+ name
684
+ typeId
685
+ }
686
+ }
687
+ }
688
+ videos {
689
+ id
690
+ title
691
+ museId
692
+ startTime
693
+ endTime
694
+ thumbnail
695
+ concepts {
696
+ id
697
+ name
698
+ }
699
+ live
700
+ description
701
+ duration
702
+ }
703
+ }
704
+ pictures {
705
+ id
706
+ createdAt
707
+ updatedAt
708
+ name
709
+ caption
710
+ path
711
+ path512
712
+ path256
713
+ topicId
714
+ topic {
715
+ id
716
+ name
717
+ typeId
718
+ }
719
+ }
720
+ difficulty
721
+ psaSectionId
722
+ likes
723
+ dislikes
724
+ isLikedByMe
725
+ sbaAnswer: answer
726
+ }
727
+ ... on QuestionQA {
728
+ conceptId
729
+ difficulty
730
+ dislikes
731
+ explanation
732
+ id
733
+ isLikedByMe
734
+ likes
735
+ question
736
+ totalVotes
737
+ typeId
738
+ choices {
739
+ id
740
+ explanation
741
+ name
742
+ label
743
+ answer
744
+ votes
745
+ picture {
746
+ id
747
+ createdAt
748
+ updatedAt
749
+ name
750
+ caption
751
+ path
752
+ path512
753
+ path256
754
+ }
755
+ }
756
+ comments {
757
+ id
758
+ createdAt
759
+ comment
760
+ likes
761
+ user {
762
+ id
763
+ displayName
764
+ }
765
+ dislikes
766
+ isLikedByMe
767
+ questionId
768
+ replies {
769
+ id
770
+ createdAt
771
+ comment
772
+ user {
773
+ id
774
+ displayName
775
+ }
776
+ likes
777
+ dislikes
778
+ isLikedByMe
779
+ questionId
780
+ }
781
+ }
782
+ concept {
783
+ id
784
+ name
785
+ chapter {
786
+ id
787
+ explanation
788
+ pictures {
789
+ id
790
+ createdAt
791
+ updatedAt
792
+ name
793
+ caption
794
+ path
795
+ path512
796
+ path256
797
+ topicId
798
+ topic {
799
+ id
800
+ name
801
+ typeId
802
+ }
803
+ }
804
+ }
805
+ videos {
806
+ id
807
+ title
808
+ museId
809
+ startTime
810
+ endTime
811
+ thumbnail
812
+ concepts {
813
+ id
814
+ name
815
+ }
816
+ live
817
+ description
818
+ duration
819
+ }
820
+ }
821
+ pictures {
822
+ id
823
+ createdAt
824
+ updatedAt
825
+ name
826
+ caption
827
+ path
828
+ path512
829
+ path256
830
+ topicId
831
+ topic {
832
+ id
833
+ name
834
+ typeId
835
+ }
836
+ }
837
+ difficulty
838
+ psaSectionId
839
+ likes
840
+ dislikes
841
+ isLikedByMe
842
+ qaAnswer: answer {
843
+ dose
844
+ units
845
+ }
846
+ }
847
+ ... on QuestionMultiA {
848
+ conceptId
849
+ difficulty
850
+ dislikes
851
+ explanation
852
+ id
853
+ isLikedByMe
854
+ likes
855
+ question
856
+ totalVotes
857
+ typeId
858
+ choices {
859
+ id
860
+ explanation
861
+ name
862
+ label
863
+ answer
864
+ votes
865
+ picture {
866
+ id
867
+ createdAt
868
+ updatedAt
869
+ name
870
+ caption
871
+ path
872
+ path512
873
+ path256
874
+ }
875
+ }
876
+ comments {
877
+ id
878
+ createdAt
879
+ comment
880
+ likes
881
+ user {
882
+ id
883
+ displayName
884
+ }
885
+ dislikes
886
+ isLikedByMe
887
+ questionId
888
+ replies {
889
+ id
890
+ createdAt
891
+ comment
892
+ user {
893
+ id
894
+ displayName
895
+ }
896
+ likes
897
+ dislikes
898
+ isLikedByMe
899
+ questionId
900
+ }
901
+ }
902
+ concept {
903
+ id
904
+ name
905
+ chapter {
906
+ id
907
+ explanation
908
+ pictures {
909
+ id
910
+ createdAt
911
+ updatedAt
912
+ name
913
+ caption
914
+ path
915
+ path512
916
+ path256
917
+ topicId
918
+ topic {
919
+ id
920
+ name
921
+ typeId
922
+ }
923
+ }
924
+ }
925
+ videos {
926
+ id
927
+ title
928
+ museId
929
+ startTime
930
+ endTime
931
+ thumbnail
932
+ concepts {
933
+ id
934
+ name
935
+ }
936
+ live
937
+ description
938
+ duration
939
+ }
940
+ }
941
+ pictures {
942
+ id
943
+ createdAt
944
+ updatedAt
945
+ name
946
+ caption
947
+ path
948
+ path512
949
+ path256
950
+ topicId
951
+ topic {
952
+ id
953
+ name
954
+ typeId
955
+ }
956
+ }
957
+ difficulty
958
+ psaSectionId
959
+ likes
960
+ dislikes
961
+ isLikedByMe
962
+ multiAnswer: answer
963
+ }
964
+ ... on QuestionPrescription {
965
+ conceptId
966
+ difficulty
967
+ dislikes
968
+ explanation
969
+ id
970
+ isLikedByMe
971
+ likes
972
+ question
973
+ totalVotes
974
+ typeId
975
+ choices {
976
+ id
977
+ explanation
978
+ name
979
+ label
980
+ answer
981
+ votes
982
+ picture {
983
+ id
984
+ createdAt
985
+ updatedAt
986
+ name
987
+ caption
988
+ path
989
+ path512
990
+ path256
991
+ }
992
+ }
993
+ comments {
994
+ id
995
+ createdAt
996
+ comment
997
+ likes
998
+ user {
999
+ id
1000
+ displayName
1001
+ }
1002
+ dislikes
1003
+ isLikedByMe
1004
+ questionId
1005
+ replies {
1006
+ id
1007
+ createdAt
1008
+ comment
1009
+ user {
1010
+ id
1011
+ displayName
1012
+ }
1013
+ likes
1014
+ dislikes
1015
+ isLikedByMe
1016
+ questionId
1017
+ }
1018
+ }
1019
+ concept {
1020
+ id
1021
+ name
1022
+ chapter {
1023
+ id
1024
+ explanation
1025
+ pictures {
1026
+ id
1027
+ createdAt
1028
+ updatedAt
1029
+ name
1030
+ caption
1031
+ path
1032
+ path512
1033
+ path256
1034
+ topicId
1035
+ topic {
1036
+ id
1037
+ name
1038
+ typeId
1039
+ }
1040
+ }
1041
+ }
1042
+ videos {
1043
+ id
1044
+ title
1045
+ museId
1046
+ startTime
1047
+ endTime
1048
+ thumbnail
1049
+ concepts {
1050
+ id
1051
+ name
1052
+ }
1053
+ live
1054
+ description
1055
+ duration
1056
+ }
1057
+ }
1058
+ pictures {
1059
+ id
1060
+ createdAt
1061
+ updatedAt
1062
+ name
1063
+ caption
1064
+ path
1065
+ path512
1066
+ path256
1067
+ topicId
1068
+ topic {
1069
+ id
1070
+ name
1071
+ typeId
1072
+ }
1073
+ }
1074
+ difficulty
1075
+ psaSectionId
1076
+ likes
1077
+ dislikes
1078
+ isLikedByMe
1079
+ prescribeAnswer: answer {
1080
+ dose {
1081
+ value
1082
+ display
1083
+ }
1084
+ drug {
1085
+ value
1086
+ display
1087
+ }
1088
+ route {
1089
+ value
1090
+ display
1091
+ }
1092
+ frequency {
1093
+ display
1094
+ value
1095
+ }
1096
+ duration {
1097
+ display
1098
+ value
1099
+ }
1100
+ units {
1101
+ display
1102
+ value
1103
+ }
1104
+ }
1105
+ }
1106
+ }
100
1107
  }
101
1108
  mockTestId
102
1109
  correct
@@ -250,7 +1257,6 @@ exports.START_OR_JOIN_MARKSHEET = (0, client_1.gql) `
250
1257
  }
251
1258
  `;
252
1259
  exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
253
- ${marksheet_1.MARKSHEET_MARK_FIELDS}
254
1260
  mutation ModifyMarksheetInfo($input: ModifyMarksheetInfoInput) {
255
1261
  restricted {
256
1262
  modifyMarksheetInfo(input: $input) {
@@ -260,6 +1266,8 @@ exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
260
1266
  endedAt
261
1267
  topicIds
262
1268
  state
1269
+ solo
1270
+ agoraId
263
1271
  currentMarkId
264
1272
  topicConceptData
265
1273
  builderConfig {
@@ -288,7 +1296,512 @@ exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
288
1296
  displayName
289
1297
  }
290
1298
  marks {
291
- ...MarksheetMarkFields
1299
+ id
1300
+ flagged
1301
+ index
1302
+ questionChoiceId
1303
+ marksheetId
1304
+ timeTaken
1305
+ isAnswered
1306
+ mark
1307
+ question {
1308
+ ... on QuestionSBA {
1309
+ conceptId
1310
+ difficulty
1311
+ dislikes
1312
+ explanation
1313
+ id
1314
+ isLikedByMe
1315
+ likes
1316
+ question
1317
+ totalVotes
1318
+ typeId
1319
+ choices {
1320
+ id
1321
+ explanation
1322
+ name
1323
+ label
1324
+ answer
1325
+ votes
1326
+ picture {
1327
+ id
1328
+ createdAt
1329
+ updatedAt
1330
+ name
1331
+ caption
1332
+ path
1333
+ path512
1334
+ path256
1335
+ }
1336
+ }
1337
+ comments {
1338
+ id
1339
+ createdAt
1340
+ comment
1341
+ likes
1342
+ user {
1343
+ id
1344
+ displayName
1345
+ }
1346
+ dislikes
1347
+ isLikedByMe
1348
+ questionId
1349
+ replies {
1350
+ id
1351
+ createdAt
1352
+ comment
1353
+ user {
1354
+ id
1355
+ displayName
1356
+ }
1357
+ likes
1358
+ dislikes
1359
+ isLikedByMe
1360
+ questionId
1361
+ }
1362
+ }
1363
+ concept {
1364
+ id
1365
+ name
1366
+ chapter {
1367
+ id
1368
+ explanation
1369
+ pictures {
1370
+ id
1371
+ createdAt
1372
+ updatedAt
1373
+ name
1374
+ caption
1375
+ path
1376
+ path512
1377
+ path256
1378
+ topicId
1379
+ topic {
1380
+ id
1381
+ name
1382
+ typeId
1383
+ }
1384
+ }
1385
+ }
1386
+ videos {
1387
+ id
1388
+ title
1389
+ museId
1390
+ startTime
1391
+ endTime
1392
+ thumbnail
1393
+ concepts {
1394
+ id
1395
+ name
1396
+ }
1397
+ live
1398
+ description
1399
+ duration
1400
+ }
1401
+ }
1402
+ pictures {
1403
+ id
1404
+ createdAt
1405
+ updatedAt
1406
+ name
1407
+ caption
1408
+ path
1409
+ path512
1410
+ path256
1411
+ topicId
1412
+ topic {
1413
+ id
1414
+ name
1415
+ typeId
1416
+ }
1417
+ }
1418
+ difficulty
1419
+ psaSectionId
1420
+ likes
1421
+ dislikes
1422
+ isLikedByMe
1423
+ sbaAnswer: answer
1424
+ }
1425
+ ... on QuestionQA {
1426
+ conceptId
1427
+ difficulty
1428
+ dislikes
1429
+ explanation
1430
+ id
1431
+ isLikedByMe
1432
+ likes
1433
+ question
1434
+ totalVotes
1435
+ typeId
1436
+ choices {
1437
+ id
1438
+ explanation
1439
+ name
1440
+ label
1441
+ answer
1442
+ votes
1443
+ picture {
1444
+ id
1445
+ createdAt
1446
+ updatedAt
1447
+ name
1448
+ caption
1449
+ path
1450
+ path512
1451
+ path256
1452
+ }
1453
+ }
1454
+ comments {
1455
+ id
1456
+ createdAt
1457
+ comment
1458
+ likes
1459
+ user {
1460
+ id
1461
+ displayName
1462
+ }
1463
+ dislikes
1464
+ isLikedByMe
1465
+ questionId
1466
+ replies {
1467
+ id
1468
+ createdAt
1469
+ comment
1470
+ user {
1471
+ id
1472
+ displayName
1473
+ }
1474
+ likes
1475
+ dislikes
1476
+ isLikedByMe
1477
+ questionId
1478
+ }
1479
+ }
1480
+ concept {
1481
+ id
1482
+ name
1483
+ chapter {
1484
+ id
1485
+ explanation
1486
+ pictures {
1487
+ id
1488
+ createdAt
1489
+ updatedAt
1490
+ name
1491
+ caption
1492
+ path
1493
+ path512
1494
+ path256
1495
+ topicId
1496
+ topic {
1497
+ id
1498
+ name
1499
+ typeId
1500
+ }
1501
+ }
1502
+ }
1503
+ videos {
1504
+ id
1505
+ title
1506
+ museId
1507
+ startTime
1508
+ endTime
1509
+ thumbnail
1510
+ concepts {
1511
+ id
1512
+ name
1513
+ }
1514
+ live
1515
+ description
1516
+ duration
1517
+ }
1518
+ }
1519
+ pictures {
1520
+ id
1521
+ createdAt
1522
+ updatedAt
1523
+ name
1524
+ caption
1525
+ path
1526
+ path512
1527
+ path256
1528
+ topicId
1529
+ topic {
1530
+ id
1531
+ name
1532
+ typeId
1533
+ }
1534
+ }
1535
+ difficulty
1536
+ psaSectionId
1537
+ likes
1538
+ dislikes
1539
+ isLikedByMe
1540
+ qaAnswer: answer {
1541
+ dose
1542
+ units
1543
+ }
1544
+ }
1545
+ ... on QuestionMultiA {
1546
+ conceptId
1547
+ difficulty
1548
+ dislikes
1549
+ explanation
1550
+ id
1551
+ isLikedByMe
1552
+ likes
1553
+ question
1554
+ totalVotes
1555
+ typeId
1556
+ choices {
1557
+ id
1558
+ explanation
1559
+ name
1560
+ label
1561
+ answer
1562
+ votes
1563
+ picture {
1564
+ id
1565
+ createdAt
1566
+ updatedAt
1567
+ name
1568
+ caption
1569
+ path
1570
+ path512
1571
+ path256
1572
+ }
1573
+ }
1574
+ comments {
1575
+ id
1576
+ createdAt
1577
+ comment
1578
+ likes
1579
+ user {
1580
+ id
1581
+ displayName
1582
+ }
1583
+ dislikes
1584
+ isLikedByMe
1585
+ questionId
1586
+ replies {
1587
+ id
1588
+ createdAt
1589
+ comment
1590
+ user {
1591
+ id
1592
+ displayName
1593
+ }
1594
+ likes
1595
+ dislikes
1596
+ isLikedByMe
1597
+ questionId
1598
+ }
1599
+ }
1600
+ concept {
1601
+ id
1602
+ name
1603
+ chapter {
1604
+ id
1605
+ explanation
1606
+ pictures {
1607
+ id
1608
+ createdAt
1609
+ updatedAt
1610
+ name
1611
+ caption
1612
+ path
1613
+ path512
1614
+ path256
1615
+ topicId
1616
+ topic {
1617
+ id
1618
+ name
1619
+ typeId
1620
+ }
1621
+ }
1622
+ }
1623
+ videos {
1624
+ id
1625
+ title
1626
+ museId
1627
+ startTime
1628
+ endTime
1629
+ thumbnail
1630
+ concepts {
1631
+ id
1632
+ name
1633
+ }
1634
+ live
1635
+ description
1636
+ duration
1637
+ }
1638
+ }
1639
+ pictures {
1640
+ id
1641
+ createdAt
1642
+ updatedAt
1643
+ name
1644
+ caption
1645
+ path
1646
+ path512
1647
+ path256
1648
+ topicId
1649
+ topic {
1650
+ id
1651
+ name
1652
+ typeId
1653
+ }
1654
+ }
1655
+ difficulty
1656
+ psaSectionId
1657
+ likes
1658
+ dislikes
1659
+ isLikedByMe
1660
+ multiAnswer: answer
1661
+ }
1662
+ ... on QuestionPrescription {
1663
+ conceptId
1664
+ difficulty
1665
+ dislikes
1666
+ explanation
1667
+ id
1668
+ isLikedByMe
1669
+ likes
1670
+ question
1671
+ totalVotes
1672
+ typeId
1673
+ choices {
1674
+ id
1675
+ explanation
1676
+ name
1677
+ label
1678
+ answer
1679
+ votes
1680
+ picture {
1681
+ id
1682
+ createdAt
1683
+ updatedAt
1684
+ name
1685
+ caption
1686
+ path
1687
+ path512
1688
+ path256
1689
+ }
1690
+ }
1691
+ comments {
1692
+ id
1693
+ createdAt
1694
+ comment
1695
+ likes
1696
+ user {
1697
+ id
1698
+ displayName
1699
+ }
1700
+ dislikes
1701
+ isLikedByMe
1702
+ questionId
1703
+ replies {
1704
+ id
1705
+ createdAt
1706
+ comment
1707
+ user {
1708
+ id
1709
+ displayName
1710
+ }
1711
+ likes
1712
+ dislikes
1713
+ isLikedByMe
1714
+ questionId
1715
+ }
1716
+ }
1717
+ concept {
1718
+ id
1719
+ name
1720
+ chapter {
1721
+ id
1722
+ explanation
1723
+ pictures {
1724
+ id
1725
+ createdAt
1726
+ updatedAt
1727
+ name
1728
+ caption
1729
+ path
1730
+ path512
1731
+ path256
1732
+ topicId
1733
+ topic {
1734
+ id
1735
+ name
1736
+ typeId
1737
+ }
1738
+ }
1739
+ }
1740
+ videos {
1741
+ id
1742
+ title
1743
+ museId
1744
+ startTime
1745
+ endTime
1746
+ thumbnail
1747
+ concepts {
1748
+ id
1749
+ name
1750
+ }
1751
+ live
1752
+ description
1753
+ duration
1754
+ }
1755
+ }
1756
+ pictures {
1757
+ id
1758
+ createdAt
1759
+ updatedAt
1760
+ name
1761
+ caption
1762
+ path
1763
+ path512
1764
+ path256
1765
+ topicId
1766
+ topic {
1767
+ id
1768
+ name
1769
+ typeId
1770
+ }
1771
+ }
1772
+ difficulty
1773
+ psaSectionId
1774
+ likes
1775
+ dislikes
1776
+ isLikedByMe
1777
+ prescribeAnswer: answer {
1778
+ dose {
1779
+ value
1780
+ display
1781
+ }
1782
+ drug {
1783
+ value
1784
+ display
1785
+ }
1786
+ route {
1787
+ value
1788
+ display
1789
+ }
1790
+ frequency {
1791
+ display
1792
+ value
1793
+ }
1794
+ duration {
1795
+ display
1796
+ value
1797
+ }
1798
+ units {
1799
+ display
1800
+ value
1801
+ }
1802
+ }
1803
+ }
1804
+ }
292
1805
  }
293
1806
  mockTestId
294
1807
  correct