@quesmed/types-rn 2.5.37 → 2.5.39

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.
@@ -592,233 +592,1132 @@ exports.MARKSHEET = (0, client_1.gql) `
592
592
  }
593
593
  }
594
594
  }
595
- }
596
- }
597
- }
598
- }
599
- }
600
- `;
601
- exports.MARKSHEETS = (0, client_1.gql) `
602
- query Marksheets($filter: MarksheetFilterInput!) {
603
- restricted {
604
- marksheets(filter: $filter) {
605
- results {
606
- id
607
- endedAt
608
- topicNames
609
- correct
610
- incorrect
611
- totalQuestions
612
- isTestMarksheet
613
- solo
614
- completed
615
- updatedAt
616
- users {
617
- id
618
- displayName
619
- }
620
- marks {
621
- question {
622
- topic {
623
- typeId
624
- name
625
- }
626
- }
627
- }
628
- }
629
- total
630
- score
631
- }
632
- }
633
- }
634
- `;
635
- exports.MARKSHEETS_WINDOW = (0, client_1.gql) `
636
- query MarksheetsWindow($filter: MarksheetWindowFilterInput!) {
637
- restricted {
638
- marksheetsWindow(filter: $filter) {
639
- results {
640
- id
641
- endedAt
642
- topicNames
643
- correct
644
- incorrect
645
- totalQuestions
646
- isTestMarksheet
647
- solo
648
- completed
649
- updatedAt
650
- users {
651
- id
652
- displayName
653
- }
654
- marks {
655
- question {
656
- topic {
657
- typeId
658
- name
659
- }
660
- }
661
- }
662
- }
663
- total
664
- score
665
- }
666
- }
667
- }
668
- `;
669
- exports.LATEST_PAST_MARKSHEET_ID = (0, client_1.gql) `
670
- query LatestPastMarksheetId {
671
- restricted {
672
- latestPastMarksheetId
673
- }
674
- }
675
- `;
676
- exports.LATEST_PAST_SESSION_ID = (0, client_1.gql) `
677
- query LatestSessionId {
678
- restricted {
679
- latestSessionId
680
- }
681
- }
682
- `;
683
- exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
684
- query FlaggedQuestions($filter: FlaggedQuestionInput!) {
685
- restricted {
686
- flaggedQuestions(filter: $filter) {
687
- total
688
- results {
689
- createdAt
690
- id
691
- markId
692
- questionId
693
- question {
694
- conceptId
695
- difficulty
696
- dislikes
697
- explanation
698
- id
699
- isLikedByMe
700
- likes
701
- question
702
- totalVotes
703
- typeId
704
- highlights {
705
- start
706
- end
707
- text
708
- part
709
- tag
710
- color
711
- }
712
- choices {
713
- id
595
+ ... on QuestionEMQ {
596
+ conceptId
597
+ difficulty
598
+ dislikes
714
599
  explanation
715
- name
716
- label
717
- answer
718
- votes
719
- picture {
720
- id
721
- createdAt
722
- updatedAt
723
- name
724
- caption
725
- path
726
- path512
727
- path256
728
- }
729
- }
730
- comments {
731
600
  id
732
- createdAt
733
- comment
734
- parentId
601
+ isLikedByMe
735
602
  likes
736
- user {
603
+ question
604
+ totalVotes
605
+ typeId
606
+ highlights {
607
+ start
608
+ end
609
+ text
610
+ part
611
+ tag
612
+ color
613
+ }
614
+ choices {
737
615
  id
738
- displayName
616
+ explanation
617
+ name
618
+ label
619
+ answer
620
+ votes
621
+ picture {
622
+ id
623
+ createdAt
624
+ updatedAt
625
+ name
626
+ caption
627
+ path
628
+ path512
629
+ path256
630
+ }
739
631
  }
740
- dislikes
741
- isLikedByMe
742
- questionId
743
- replies {
632
+ comments {
744
633
  id
745
634
  createdAt
746
635
  comment
747
636
  parentId
637
+ likes
748
638
  user {
749
639
  id
750
640
  displayName
751
641
  }
752
- likes
753
642
  dislikes
754
643
  isLikedByMe
755
644
  questionId
756
- }
757
- }
758
- concept {
759
- id
760
- name
761
- status
762
- topic {
763
- name
764
- typeId
765
- }
766
- chapter {
767
- id
768
- explanation
769
- pictures {
645
+ replies {
770
646
  id
771
647
  createdAt
772
- updatedAt
773
- name
774
- caption
775
- path
776
- path512
777
- path256
778
- index
779
- topicId
648
+ comment
649
+ parentId
650
+ user {
651
+ id
652
+ displayName
653
+ }
654
+ likes
655
+ dislikes
656
+ isLikedByMe
657
+ questionId
780
658
  }
781
659
  }
782
- videos {
660
+ concept {
783
661
  id
662
+ name
784
663
  status
785
- title
786
- museId
787
- startTime
788
- endTime
789
- thumbnail
790
- concepts {
664
+ topic {
791
665
  id
792
666
  name
667
+ typeId
668
+ }
669
+ chapter {
670
+ id
671
+ explanation
672
+ pictures {
673
+ id
674
+ createdAt
675
+ updatedAt
676
+ name
677
+ caption
678
+ path
679
+ path512
680
+ path256
681
+ index
682
+ topicId
683
+ }
684
+ }
685
+ videos {
686
+ id
687
+ status
688
+ title
689
+ museId
690
+ startTime
691
+ endTime
692
+ thumbnail
693
+ concepts {
694
+ id
695
+ name
696
+ }
697
+ live
698
+ description
699
+ duration
700
+ }
701
+ }
702
+ pictures {
703
+ id
704
+ createdAt
705
+ updatedAt
706
+ name
707
+ index
708
+ caption
709
+ path
710
+ path512
711
+ path256
712
+ topicId
713
+ }
714
+ difficulty
715
+ psaSectionId
716
+ likes
717
+ dislikes
718
+ isLikedByMe
719
+ emqAnswer: answer
720
+ }
721
+ ... on QuestionRanking {
722
+ conceptId
723
+ difficulty
724
+ dislikes
725
+ explanation
726
+ id
727
+ isLikedByMe
728
+ likes
729
+ question
730
+ totalVotes
731
+ typeId
732
+ highlights {
733
+ start
734
+ end
735
+ text
736
+ part
737
+ tag
738
+ color
739
+ }
740
+ choices {
741
+ id
742
+ explanation
743
+ name
744
+ label
745
+ answer
746
+ votes
747
+ picture {
748
+ id
749
+ createdAt
750
+ updatedAt
751
+ name
752
+ caption
753
+ path
754
+ path512
755
+ path256
756
+ }
757
+ }
758
+ comments {
759
+ id
760
+ createdAt
761
+ comment
762
+ parentId
763
+ likes
764
+ user {
765
+ id
766
+ displayName
767
+ }
768
+ dislikes
769
+ isLikedByMe
770
+ questionId
771
+ replies {
772
+ id
773
+ createdAt
774
+ comment
775
+ parentId
776
+ user {
777
+ id
778
+ displayName
779
+ }
780
+ likes
781
+ dislikes
782
+ isLikedByMe
783
+ questionId
784
+ }
785
+ }
786
+ concept {
787
+ id
788
+ name
789
+ status
790
+ topic {
791
+ id
792
+ name
793
+ typeId
794
+ }
795
+ chapter {
796
+ id
797
+ explanation
798
+ pictures {
799
+ id
800
+ createdAt
801
+ updatedAt
802
+ name
803
+ caption
804
+ path
805
+ path512
806
+ path256
807
+ index
808
+ topicId
809
+ }
810
+ }
811
+ videos {
812
+ id
813
+ status
814
+ title
815
+ museId
816
+ startTime
817
+ endTime
818
+ thumbnail
819
+ concepts {
820
+ id
821
+ name
822
+ }
823
+ live
824
+ description
825
+ duration
826
+ }
827
+ }
828
+ pictures {
829
+ id
830
+ createdAt
831
+ updatedAt
832
+ name
833
+ index
834
+ caption
835
+ path
836
+ path512
837
+ path256
838
+ topicId
839
+ }
840
+ difficulty
841
+ psaSectionId
842
+ likes
843
+ dislikes
844
+ isLikedByMe
845
+ rankingAnswer: answer
846
+ }
847
+ ... on QuestionSelect3 {
848
+ conceptId
849
+ difficulty
850
+ dislikes
851
+ explanation
852
+ id
853
+ isLikedByMe
854
+ likes
855
+ question
856
+ totalVotes
857
+ typeId
858
+ highlights {
859
+ start
860
+ end
861
+ text
862
+ part
863
+ tag
864
+ color
865
+ }
866
+ choices {
867
+ id
868
+ explanation
869
+ name
870
+ label
871
+ answer
872
+ votes
873
+ picture {
874
+ id
875
+ createdAt
876
+ updatedAt
877
+ name
878
+ caption
879
+ path
880
+ path512
881
+ path256
882
+ }
883
+ }
884
+ comments {
885
+ id
886
+ createdAt
887
+ comment
888
+ parentId
889
+ likes
890
+ user {
891
+ id
892
+ displayName
893
+ }
894
+ dislikes
895
+ isLikedByMe
896
+ questionId
897
+ replies {
898
+ id
899
+ createdAt
900
+ comment
901
+ parentId
902
+ user {
903
+ id
904
+ displayName
905
+ }
906
+ likes
907
+ dislikes
908
+ isLikedByMe
909
+ questionId
910
+ }
911
+ }
912
+ concept {
913
+ id
914
+ name
915
+ status
916
+ topic {
917
+ id
918
+ name
919
+ typeId
920
+ }
921
+ chapter {
922
+ id
923
+ explanation
924
+ pictures {
925
+ id
926
+ createdAt
927
+ updatedAt
928
+ name
929
+ caption
930
+ path
931
+ path512
932
+ path256
933
+ index
934
+ topicId
935
+ }
936
+ }
937
+ videos {
938
+ id
939
+ status
940
+ title
941
+ museId
942
+ startTime
943
+ endTime
944
+ thumbnail
945
+ concepts {
946
+ id
947
+ name
948
+ }
949
+ live
950
+ description
951
+ duration
952
+ }
953
+ }
954
+ pictures {
955
+ id
956
+ createdAt
957
+ updatedAt
958
+ name
959
+ index
960
+ caption
961
+ path
962
+ path512
963
+ path256
964
+ topicId
965
+ }
966
+ difficulty
967
+ psaSectionId
968
+ likes
969
+ dislikes
970
+ isLikedByMe
971
+ select3Answer: answer
972
+ }
973
+ }
974
+ }
975
+ }
976
+ }
977
+ }
978
+ `;
979
+ exports.MARKSHEETS = (0, client_1.gql) `
980
+ query Marksheets($filter: MarksheetFilterInput!) {
981
+ restricted {
982
+ marksheets(filter: $filter) {
983
+ results {
984
+ id
985
+ endedAt
986
+ topicNames
987
+ correct
988
+ incorrect
989
+ totalQuestions
990
+ isTestMarksheet
991
+ solo
992
+ completed
993
+ updatedAt
994
+ users {
995
+ id
996
+ displayName
997
+ }
998
+ marks {
999
+ question {
1000
+ topic {
1001
+ typeId
1002
+ name
1003
+ }
1004
+ }
1005
+ }
1006
+ }
1007
+ total
1008
+ score
1009
+ }
1010
+ }
1011
+ }
1012
+ `;
1013
+ exports.MARKSHEETS_WINDOW = (0, client_1.gql) `
1014
+ query MarksheetsWindow($filter: MarksheetWindowFilterInput!) {
1015
+ restricted {
1016
+ marksheetsWindow(filter: $filter) {
1017
+ results {
1018
+ id
1019
+ endedAt
1020
+ topicNames
1021
+ correct
1022
+ incorrect
1023
+ totalQuestions
1024
+ typeId
1025
+ isTestMarksheet
1026
+ solo
1027
+ completed
1028
+ updatedAt
1029
+ }
1030
+ total
1031
+ score
1032
+ }
1033
+ }
1034
+ }
1035
+ `;
1036
+ exports.LATEST_PAST_MARKSHEET_ID = (0, client_1.gql) `
1037
+ query LatestPastMarksheetId {
1038
+ restricted {
1039
+ latestPastMarksheetId
1040
+ }
1041
+ }
1042
+ `;
1043
+ exports.LATEST_PAST_SESSION_ID = (0, client_1.gql) `
1044
+ query LatestSessionId {
1045
+ restricted {
1046
+ latestSessionId
1047
+ }
1048
+ }
1049
+ `;
1050
+ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1051
+ query FlaggedQuestions($filter: FlaggedQuestionInput!) {
1052
+ restricted {
1053
+ flaggedQuestions(filter: $filter) {
1054
+ total
1055
+ results {
1056
+ createdAt
1057
+ id
1058
+ markId
1059
+ questionId
1060
+ question {
1061
+ conceptId
1062
+ difficulty
1063
+ dislikes
1064
+ explanation
1065
+ id
1066
+ isLikedByMe
1067
+ likes
1068
+ question
1069
+ totalVotes
1070
+ typeId
1071
+ highlights {
1072
+ start
1073
+ end
1074
+ text
1075
+ part
1076
+ tag
1077
+ color
1078
+ }
1079
+ choices {
1080
+ id
1081
+ explanation
1082
+ name
1083
+ label
1084
+ answer
1085
+ votes
1086
+ picture {
1087
+ id
1088
+ createdAt
1089
+ updatedAt
1090
+ name
1091
+ caption
1092
+ path
1093
+ path512
1094
+ path256
1095
+ }
1096
+ }
1097
+ comments {
1098
+ id
1099
+ createdAt
1100
+ comment
1101
+ parentId
1102
+ likes
1103
+ user {
1104
+ id
1105
+ displayName
1106
+ }
1107
+ dislikes
1108
+ isLikedByMe
1109
+ questionId
1110
+ replies {
1111
+ id
1112
+ createdAt
1113
+ comment
1114
+ parentId
1115
+ user {
1116
+ id
1117
+ displayName
1118
+ }
1119
+ likes
1120
+ dislikes
1121
+ isLikedByMe
1122
+ questionId
1123
+ }
1124
+ }
1125
+ concept {
1126
+ id
1127
+ name
1128
+ status
1129
+ topic {
1130
+ name
1131
+ typeId
1132
+ }
1133
+ chapter {
1134
+ id
1135
+ explanation
1136
+ pictures {
1137
+ id
1138
+ createdAt
1139
+ updatedAt
1140
+ name
1141
+ caption
1142
+ path
1143
+ path512
1144
+ path256
1145
+ index
1146
+ topicId
1147
+ }
1148
+ }
1149
+ videos {
1150
+ id
1151
+ status
1152
+ title
1153
+ museId
1154
+ startTime
1155
+ endTime
1156
+ thumbnail
1157
+ concepts {
1158
+ id
1159
+ name
1160
+ }
1161
+ live
1162
+ description
1163
+ duration
1164
+ }
1165
+ }
1166
+ pictures {
1167
+ id
1168
+ createdAt
1169
+ updatedAt
1170
+ name
1171
+ index
1172
+ caption
1173
+ path
1174
+ path512
1175
+ path256
1176
+ topicId
1177
+ }
1178
+ }
1179
+ mark {
1180
+ flagged
1181
+ questionChoiceId
1182
+ timeTaken
1183
+ index
1184
+ id
1185
+ marksheetId
1186
+ mark
1187
+ question {
1188
+ ... on QuestionSBA {
1189
+ conceptId
1190
+ difficulty
1191
+ dislikes
1192
+ explanation
1193
+ id
1194
+ isLikedByMe
1195
+ likes
1196
+ question
1197
+ totalVotes
1198
+ typeId
1199
+ highlights {
1200
+ start
1201
+ end
1202
+ text
1203
+ part
1204
+ tag
1205
+ color
1206
+ }
1207
+ choices {
1208
+ id
1209
+ explanation
1210
+ name
1211
+ label
1212
+ answer
1213
+ votes
1214
+ picture {
1215
+ id
1216
+ createdAt
1217
+ updatedAt
1218
+ name
1219
+ caption
1220
+ path
1221
+ path512
1222
+ path256
1223
+ }
1224
+ }
1225
+ comments {
1226
+ id
1227
+ createdAt
1228
+ comment
1229
+ parentId
1230
+ likes
1231
+ user {
1232
+ id
1233
+ displayName
1234
+ }
1235
+ dislikes
1236
+ isLikedByMe
1237
+ questionId
1238
+ replies {
1239
+ id
1240
+ createdAt
1241
+ comment
1242
+ parentId
1243
+ user {
1244
+ id
1245
+ displayName
1246
+ }
1247
+ likes
1248
+ dislikes
1249
+ isLikedByMe
1250
+ questionId
1251
+ }
1252
+ }
1253
+ concept {
1254
+ id
1255
+ name
1256
+ status
1257
+ topic {
1258
+ id
1259
+ name
1260
+ typeId
1261
+ }
1262
+ chapter {
1263
+ id
1264
+ explanation
1265
+ pictures {
1266
+ id
1267
+ createdAt
1268
+ updatedAt
1269
+ name
1270
+ caption
1271
+ path
1272
+ path512
1273
+ path256
1274
+ index
1275
+ topicId
1276
+ }
1277
+ }
1278
+ videos {
1279
+ id
1280
+ status
1281
+ title
1282
+ museId
1283
+ startTime
1284
+ endTime
1285
+ thumbnail
1286
+ concepts {
1287
+ id
1288
+ name
1289
+ }
1290
+ live
1291
+ description
1292
+ duration
1293
+ }
1294
+ }
1295
+ pictures {
1296
+ id
1297
+ createdAt
1298
+ updatedAt
1299
+ name
1300
+ index
1301
+ caption
1302
+ path
1303
+ path512
1304
+ path256
1305
+ topicId
1306
+ }
1307
+ difficulty
1308
+ psaSectionId
1309
+ likes
1310
+ dislikes
1311
+ isLikedByMe
1312
+ sbaAnswer: answer
1313
+ }
1314
+ ... on QuestionQA {
1315
+ conceptId
1316
+ difficulty
1317
+ dislikes
1318
+ explanation
1319
+ id
1320
+ isLikedByMe
1321
+ likes
1322
+ question
1323
+ totalVotes
1324
+ typeId
1325
+ highlights {
1326
+ start
1327
+ end
1328
+ text
1329
+ part
1330
+ tag
1331
+ color
1332
+ }
1333
+ choices {
1334
+ id
1335
+ explanation
1336
+ name
1337
+ label
1338
+ answer
1339
+ votes
1340
+ picture {
1341
+ id
1342
+ createdAt
1343
+ updatedAt
1344
+ name
1345
+ caption
1346
+ path
1347
+ path512
1348
+ path256
1349
+ }
1350
+ }
1351
+ comments {
1352
+ id
1353
+ createdAt
1354
+ comment
1355
+ parentId
1356
+ likes
1357
+ user {
1358
+ id
1359
+ displayName
1360
+ }
1361
+ dislikes
1362
+ isLikedByMe
1363
+ questionId
1364
+ replies {
1365
+ id
1366
+ createdAt
1367
+ comment
1368
+ parentId
1369
+ user {
1370
+ id
1371
+ displayName
1372
+ }
1373
+ likes
1374
+ dislikes
1375
+ isLikedByMe
1376
+ questionId
1377
+ }
1378
+ }
1379
+ concept {
1380
+ id
1381
+ name
1382
+ status
1383
+ topic {
1384
+ id
1385
+ name
1386
+ typeId
1387
+ }
1388
+ chapter {
1389
+ id
1390
+ explanation
1391
+ pictures {
1392
+ id
1393
+ createdAt
1394
+ updatedAt
1395
+ name
1396
+ caption
1397
+ path
1398
+ path512
1399
+ path256
1400
+ index
1401
+ topicId
1402
+ }
1403
+ }
1404
+ videos {
1405
+ id
1406
+ status
1407
+ title
1408
+ museId
1409
+ startTime
1410
+ endTime
1411
+ thumbnail
1412
+ concepts {
1413
+ id
1414
+ name
1415
+ }
1416
+ live
1417
+ description
1418
+ duration
1419
+ }
1420
+ }
1421
+ pictures {
1422
+ id
1423
+ createdAt
1424
+ updatedAt
1425
+ name
1426
+ index
1427
+ caption
1428
+ path
1429
+ path512
1430
+ path256
1431
+ topicId
1432
+ }
1433
+ difficulty
1434
+ psaSectionId
1435
+ likes
1436
+ dislikes
1437
+ isLikedByMe
1438
+ qaAnswer: answer {
1439
+ dose
1440
+ units
1441
+ }
1442
+ }
1443
+ ... on QuestionMultiA {
1444
+ conceptId
1445
+ difficulty
1446
+ dislikes
1447
+ explanation
1448
+ id
1449
+ isLikedByMe
1450
+ likes
1451
+ question
1452
+ totalVotes
1453
+ typeId
1454
+ highlights {
1455
+ start
1456
+ end
1457
+ text
1458
+ part
1459
+ tag
1460
+ color
1461
+ }
1462
+ choices {
1463
+ id
1464
+ explanation
1465
+ name
1466
+ label
1467
+ answer
1468
+ votes
1469
+ picture {
1470
+ id
1471
+ createdAt
1472
+ updatedAt
1473
+ name
1474
+ caption
1475
+ path
1476
+ path512
1477
+ path256
1478
+ }
1479
+ }
1480
+ comments {
1481
+ id
1482
+ createdAt
1483
+ comment
1484
+ parentId
1485
+ likes
1486
+ user {
1487
+ id
1488
+ displayName
1489
+ }
1490
+ dislikes
1491
+ isLikedByMe
1492
+ questionId
1493
+ replies {
1494
+ id
1495
+ createdAt
1496
+ comment
1497
+ parentId
1498
+ user {
1499
+ id
1500
+ displayName
1501
+ }
1502
+ likes
1503
+ dislikes
1504
+ isLikedByMe
1505
+ questionId
1506
+ }
1507
+ }
1508
+ concept {
1509
+ id
1510
+ name
1511
+ status
1512
+ topic {
1513
+ id
1514
+ name
1515
+ typeId
1516
+ }
1517
+ chapter {
1518
+ id
1519
+ explanation
1520
+ pictures {
1521
+ id
1522
+ createdAt
1523
+ updatedAt
1524
+ name
1525
+ caption
1526
+ path
1527
+ path512
1528
+ path256
1529
+ index
1530
+ topicId
1531
+ }
1532
+ }
1533
+ videos {
1534
+ id
1535
+ status
1536
+ title
1537
+ museId
1538
+ startTime
1539
+ endTime
1540
+ thumbnail
1541
+ concepts {
1542
+ id
1543
+ name
1544
+ }
1545
+ live
1546
+ description
1547
+ duration
1548
+ }
1549
+ }
1550
+ pictures {
1551
+ id
1552
+ createdAt
1553
+ updatedAt
1554
+ name
1555
+ index
1556
+ caption
1557
+ path
1558
+ path512
1559
+ path256
1560
+ topicId
1561
+ }
1562
+ difficulty
1563
+ psaSectionId
1564
+ likes
1565
+ dislikes
1566
+ isLikedByMe
1567
+ multiAnswer: answer
1568
+ }
1569
+ ... on QuestionPrescription {
1570
+ conceptId
1571
+ difficulty
1572
+ dislikes
1573
+ explanation
1574
+ id
1575
+ isLikedByMe
1576
+ likes
1577
+ question
1578
+ totalVotes
1579
+ typeId
1580
+ highlights {
1581
+ start
1582
+ end
1583
+ text
1584
+ part
1585
+ tag
1586
+ color
1587
+ }
1588
+ choices {
1589
+ id
1590
+ explanation
1591
+ name
1592
+ label
1593
+ answer
1594
+ votes
1595
+ picture {
1596
+ id
1597
+ createdAt
1598
+ updatedAt
1599
+ name
1600
+ caption
1601
+ path
1602
+ path512
1603
+ path256
1604
+ }
1605
+ }
1606
+ comments {
1607
+ id
1608
+ createdAt
1609
+ comment
1610
+ parentId
1611
+ likes
1612
+ user {
1613
+ id
1614
+ displayName
1615
+ }
1616
+ dislikes
1617
+ isLikedByMe
1618
+ questionId
1619
+ replies {
1620
+ id
1621
+ createdAt
1622
+ comment
1623
+ parentId
1624
+ user {
1625
+ id
1626
+ displayName
1627
+ }
1628
+ likes
1629
+ dislikes
1630
+ isLikedByMe
1631
+ questionId
1632
+ }
1633
+ }
1634
+ concept {
1635
+ id
1636
+ name
1637
+ status
1638
+ topic {
1639
+ id
1640
+ name
1641
+ typeId
1642
+ }
1643
+ chapter {
1644
+ id
1645
+ explanation
1646
+ pictures {
1647
+ id
1648
+ createdAt
1649
+ updatedAt
1650
+ name
1651
+ caption
1652
+ path
1653
+ path512
1654
+ path256
1655
+ index
1656
+ topicId
1657
+ }
1658
+ }
1659
+ videos {
1660
+ id
1661
+ status
1662
+ title
1663
+ museId
1664
+ startTime
1665
+ endTime
1666
+ thumbnail
1667
+ concepts {
1668
+ id
1669
+ name
1670
+ }
1671
+ live
1672
+ description
1673
+ duration
1674
+ }
1675
+ }
1676
+ pictures {
1677
+ id
1678
+ createdAt
1679
+ updatedAt
1680
+ name
1681
+ index
1682
+ caption
1683
+ path
1684
+ path512
1685
+ path256
1686
+ topicId
1687
+ }
1688
+ difficulty
1689
+ psaSectionId
1690
+ likes
1691
+ dislikes
1692
+ isLikedByMe
1693
+ prescribeAnswer: answer {
1694
+ dose {
1695
+ value
1696
+ display
1697
+ }
1698
+ drug {
1699
+ value
1700
+ display
1701
+ }
1702
+ route {
1703
+ value
1704
+ display
1705
+ }
1706
+ frequency {
1707
+ display
1708
+ value
1709
+ }
1710
+ duration {
1711
+ display
1712
+ value
1713
+ }
1714
+ units {
1715
+ display
1716
+ value
1717
+ }
793
1718
  }
794
- live
795
- description
796
- duration
797
1719
  }
798
- }
799
- pictures {
800
- id
801
- createdAt
802
- updatedAt
803
- name
804
- index
805
- caption
806
- path
807
- path512
808
- path256
809
- topicId
810
- }
811
- }
812
- mark {
813
- flagged
814
- questionChoiceId
815
- timeTaken
816
- index
817
- id
818
- marksheetId
819
- mark
820
- question {
821
- ... on QuestionSBA {
1720
+ ... on QuestionEMQ {
822
1721
  conceptId
823
1722
  difficulty
824
1723
  dislikes
@@ -942,9 +1841,9 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
942
1841
  likes
943
1842
  dislikes
944
1843
  isLikedByMe
945
- sbaAnswer: answer
1844
+ emqAnswer: answer
946
1845
  }
947
- ... on QuestionQA {
1846
+ ... on QuestionRanking {
948
1847
  conceptId
949
1848
  difficulty
950
1849
  dislikes
@@ -1068,12 +1967,9 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1068
1967
  likes
1069
1968
  dislikes
1070
1969
  isLikedByMe
1071
- qaAnswer: answer {
1072
- dose
1073
- units
1074
- }
1970
+ rankingAnswer: answer
1075
1971
  }
1076
- ... on QuestionMultiA {
1972
+ ... on QuestionSelect3 {
1077
1973
  conceptId
1078
1974
  difficulty
1079
1975
  dislikes
@@ -1138,283 +2034,513 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1138
2034
  questionId
1139
2035
  }
1140
2036
  }
1141
- concept {
2037
+ concept {
2038
+ id
2039
+ name
2040
+ status
2041
+ topic {
2042
+ id
2043
+ name
2044
+ typeId
2045
+ }
2046
+ chapter {
2047
+ id
2048
+ explanation
2049
+ pictures {
2050
+ id
2051
+ createdAt
2052
+ updatedAt
2053
+ name
2054
+ caption
2055
+ path
2056
+ path512
2057
+ path256
2058
+ index
2059
+ topicId
2060
+ }
2061
+ }
2062
+ videos {
2063
+ id
2064
+ status
2065
+ title
2066
+ museId
2067
+ startTime
2068
+ endTime
2069
+ thumbnail
2070
+ concepts {
2071
+ id
2072
+ name
2073
+ }
2074
+ live
2075
+ description
2076
+ duration
2077
+ }
2078
+ }
2079
+ pictures {
2080
+ id
2081
+ createdAt
2082
+ updatedAt
2083
+ name
2084
+ index
2085
+ caption
2086
+ path
2087
+ path512
2088
+ path256
2089
+ topicId
2090
+ }
2091
+ difficulty
2092
+ psaSectionId
2093
+ likes
2094
+ dislikes
2095
+ isLikedByMe
2096
+ select3Answer: answer
2097
+ }
2098
+ }
2099
+ }
2100
+ }
2101
+ }
2102
+ }
2103
+ }
2104
+ `;
2105
+ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
2106
+ query FlaggedQuestionsMarksheet {
2107
+ restricted {
2108
+ flaggedQuestionsMarksheet {
2109
+ id
2110
+ topicConceptData
2111
+ currentMarkId
2112
+ completed
2113
+ topicIds
2114
+ topicNames
2115
+ mockTestId
2116
+ totalQuestions
2117
+ solo
2118
+ agoraId
2119
+ sessionId
2120
+ state
2121
+ user {
2122
+ id
2123
+ displayName
2124
+ }
2125
+ users {
2126
+ id
2127
+ displayName
2128
+ }
2129
+ builderConfig {
2130
+ difficulty
2131
+ isTest
2132
+ numberOfQuestions
2133
+ secondsPerQuestion
2134
+ unseen
2135
+ seenCorrect
2136
+ seenIncorrect
2137
+ }
2138
+ preBuildData {
2139
+ buildRef
2140
+ seenCorrect
2141
+ seenIncorrect
2142
+ unseen
2143
+ }
2144
+ createdAt
2145
+ startedAt
2146
+ endedAt
2147
+ isTestMarksheet
2148
+ source
2149
+ correct
2150
+ incorrect
2151
+ marks {
2152
+ id
2153
+ flagged
2154
+ striked
2155
+ index
2156
+ questionChoiceId
2157
+ marksheetId
2158
+ timeTaken
2159
+ isAnswered
2160
+ mark
2161
+ question {
2162
+ ... on QuestionSBA {
2163
+ conceptId
2164
+ difficulty
2165
+ dislikes
2166
+ explanation
2167
+ id
2168
+ isLikedByMe
2169
+ likes
2170
+ question
2171
+ totalVotes
2172
+ typeId
2173
+ highlights {
2174
+ start
2175
+ end
2176
+ text
2177
+ part
2178
+ tag
2179
+ color
2180
+ }
2181
+ choices {
2182
+ id
2183
+ explanation
2184
+ name
2185
+ label
2186
+ answer
2187
+ votes
2188
+ picture {
2189
+ id
2190
+ createdAt
2191
+ updatedAt
2192
+ name
2193
+ caption
2194
+ path
2195
+ path512
2196
+ path256
2197
+ }
2198
+ }
2199
+ comments {
2200
+ id
2201
+ createdAt
2202
+ comment
2203
+ parentId
2204
+ likes
2205
+ user {
2206
+ id
2207
+ displayName
2208
+ }
2209
+ dislikes
2210
+ isLikedByMe
2211
+ questionId
2212
+ replies {
2213
+ id
2214
+ createdAt
2215
+ comment
2216
+ parentId
2217
+ user {
2218
+ id
2219
+ displayName
2220
+ }
2221
+ likes
2222
+ dislikes
2223
+ isLikedByMe
2224
+ questionId
2225
+ }
2226
+ }
2227
+ concept {
2228
+ id
2229
+ name
2230
+ status
2231
+ topic {
2232
+ id
2233
+ name
2234
+ typeId
2235
+ }
2236
+ chapter {
2237
+ id
2238
+ explanation
2239
+ pictures {
2240
+ id
2241
+ createdAt
2242
+ updatedAt
2243
+ name
2244
+ caption
2245
+ path
2246
+ path512
2247
+ path256
2248
+ index
2249
+ topicId
2250
+ }
2251
+ }
2252
+ videos {
1142
2253
  id
1143
- name
1144
2254
  status
1145
- topic {
2255
+ title
2256
+ museId
2257
+ startTime
2258
+ endTime
2259
+ thumbnail
2260
+ concepts {
1146
2261
  id
1147
2262
  name
1148
- typeId
1149
- }
1150
- chapter {
1151
- id
1152
- explanation
1153
- pictures {
1154
- id
1155
- createdAt
1156
- updatedAt
1157
- name
1158
- caption
1159
- path
1160
- path512
1161
- path256
1162
- index
1163
- topicId
1164
- }
1165
- }
1166
- videos {
1167
- id
1168
- status
1169
- title
1170
- museId
1171
- startTime
1172
- endTime
1173
- thumbnail
1174
- concepts {
1175
- id
1176
- name
1177
- }
1178
- live
1179
- description
1180
- duration
1181
2263
  }
2264
+ live
2265
+ description
2266
+ duration
1182
2267
  }
1183
- pictures {
2268
+ }
2269
+ pictures {
2270
+ id
2271
+ createdAt
2272
+ updatedAt
2273
+ name
2274
+ index
2275
+ caption
2276
+ path
2277
+ path512
2278
+ path256
2279
+ topicId
2280
+ }
2281
+ difficulty
2282
+ psaSectionId
2283
+ likes
2284
+ dislikes
2285
+ isLikedByMe
2286
+ sbaAnswer: answer
2287
+ }
2288
+ ... on QuestionQA {
2289
+ conceptId
2290
+ difficulty
2291
+ dislikes
2292
+ explanation
2293
+ id
2294
+ isLikedByMe
2295
+ likes
2296
+ question
2297
+ totalVotes
2298
+ typeId
2299
+ highlights {
2300
+ start
2301
+ end
2302
+ text
2303
+ part
2304
+ tag
2305
+ color
2306
+ }
2307
+ choices {
2308
+ id
2309
+ explanation
2310
+ name
2311
+ label
2312
+ answer
2313
+ votes
2314
+ picture {
1184
2315
  id
1185
2316
  createdAt
1186
2317
  updatedAt
1187
2318
  name
1188
- index
1189
2319
  caption
1190
2320
  path
1191
2321
  path512
1192
2322
  path256
1193
- topicId
1194
2323
  }
1195
- difficulty
1196
- psaSectionId
1197
- likes
1198
- dislikes
1199
- isLikedByMe
1200
- multiAnswer: answer
1201
2324
  }
1202
- ... on QuestionPrescription {
1203
- conceptId
1204
- difficulty
1205
- dislikes
1206
- explanation
2325
+ comments {
1207
2326
  id
1208
- isLikedByMe
2327
+ createdAt
2328
+ comment
2329
+ parentId
1209
2330
  likes
1210
- question
1211
- totalVotes
1212
- typeId
1213
- highlights {
1214
- start
1215
- end
1216
- text
1217
- part
1218
- tag
1219
- color
1220
- }
1221
- choices {
2331
+ user {
1222
2332
  id
1223
- explanation
1224
- name
1225
- label
1226
- answer
1227
- votes
1228
- picture {
1229
- id
1230
- createdAt
1231
- updatedAt
1232
- name
1233
- caption
1234
- path
1235
- path512
1236
- path256
1237
- }
2333
+ displayName
1238
2334
  }
1239
- comments {
2335
+ dislikes
2336
+ isLikedByMe
2337
+ questionId
2338
+ replies {
1240
2339
  id
1241
2340
  createdAt
1242
2341
  comment
1243
2342
  parentId
1244
- likes
1245
2343
  user {
1246
2344
  id
1247
2345
  displayName
1248
2346
  }
2347
+ likes
1249
2348
  dislikes
1250
2349
  isLikedByMe
1251
2350
  questionId
1252
- replies {
2351
+ }
2352
+ }
2353
+ concept {
2354
+ id
2355
+ name
2356
+ status
2357
+ topic {
2358
+ id
2359
+ name
2360
+ typeId
2361
+ }
2362
+ chapter {
2363
+ id
2364
+ explanation
2365
+ pictures {
1253
2366
  id
1254
2367
  createdAt
1255
- comment
1256
- parentId
1257
- user {
1258
- id
1259
- displayName
1260
- }
1261
- likes
1262
- dislikes
1263
- isLikedByMe
1264
- questionId
2368
+ updatedAt
2369
+ name
2370
+ caption
2371
+ path
2372
+ path512
2373
+ path256
2374
+ index
2375
+ topicId
1265
2376
  }
1266
2377
  }
1267
- concept {
2378
+ videos {
1268
2379
  id
1269
- name
1270
2380
  status
1271
- topic {
2381
+ title
2382
+ museId
2383
+ startTime
2384
+ endTime
2385
+ thumbnail
2386
+ concepts {
1272
2387
  id
1273
2388
  name
1274
- typeId
1275
- }
1276
- chapter {
1277
- id
1278
- explanation
1279
- pictures {
1280
- id
1281
- createdAt
1282
- updatedAt
1283
- name
1284
- caption
1285
- path
1286
- path512
1287
- path256
1288
- index
1289
- topicId
1290
- }
1291
- }
1292
- videos {
1293
- id
1294
- status
1295
- title
1296
- museId
1297
- startTime
1298
- endTime
1299
- thumbnail
1300
- concepts {
1301
- id
1302
- name
1303
- }
1304
- live
1305
- description
1306
- duration
1307
2389
  }
2390
+ live
2391
+ description
2392
+ duration
1308
2393
  }
1309
- pictures {
2394
+ }
2395
+ pictures {
2396
+ id
2397
+ createdAt
2398
+ updatedAt
2399
+ name
2400
+ index
2401
+ caption
2402
+ path
2403
+ path512
2404
+ path256
2405
+ topicId
2406
+ }
2407
+ difficulty
2408
+ psaSectionId
2409
+ likes
2410
+ dislikes
2411
+ isLikedByMe
2412
+ qaAnswer: answer {
2413
+ dose
2414
+ units
2415
+ }
2416
+ }
2417
+ ... on QuestionMultiA {
2418
+ conceptId
2419
+ difficulty
2420
+ dislikes
2421
+ explanation
2422
+ id
2423
+ isLikedByMe
2424
+ likes
2425
+ question
2426
+ totalVotes
2427
+ typeId
2428
+ highlights {
2429
+ start
2430
+ end
2431
+ text
2432
+ part
2433
+ tag
2434
+ color
2435
+ }
2436
+ choices {
2437
+ id
2438
+ explanation
2439
+ name
2440
+ label
2441
+ answer
2442
+ votes
2443
+ picture {
1310
2444
  id
1311
2445
  createdAt
1312
2446
  updatedAt
1313
2447
  name
1314
- index
1315
2448
  caption
1316
2449
  path
1317
2450
  path512
1318
2451
  path256
1319
- topicId
1320
2452
  }
1321
- difficulty
1322
- psaSectionId
2453
+ }
2454
+ comments {
2455
+ id
2456
+ createdAt
2457
+ comment
2458
+ parentId
1323
2459
  likes
2460
+ user {
2461
+ id
2462
+ displayName
2463
+ }
1324
2464
  dislikes
1325
2465
  isLikedByMe
1326
- prescribeAnswer: answer {
1327
- dose {
1328
- value
1329
- display
1330
- }
1331
- drug {
1332
- value
1333
- display
1334
- }
1335
- route {
1336
- value
1337
- display
1338
- }
1339
- frequency {
1340
- display
1341
- value
2466
+ questionId
2467
+ replies {
2468
+ id
2469
+ createdAt
2470
+ comment
2471
+ parentId
2472
+ user {
2473
+ id
2474
+ displayName
1342
2475
  }
1343
- duration {
1344
- display
1345
- value
2476
+ likes
2477
+ dislikes
2478
+ isLikedByMe
2479
+ questionId
2480
+ }
2481
+ }
2482
+ concept {
2483
+ id
2484
+ name
2485
+ status
2486
+ topic {
2487
+ id
2488
+ name
2489
+ typeId
2490
+ }
2491
+ chapter {
2492
+ id
2493
+ explanation
2494
+ pictures {
2495
+ id
2496
+ createdAt
2497
+ updatedAt
2498
+ name
2499
+ caption
2500
+ path
2501
+ path512
2502
+ path256
2503
+ index
2504
+ topicId
1346
2505
  }
1347
- units {
1348
- display
1349
- value
2506
+ }
2507
+ videos {
2508
+ id
2509
+ status
2510
+ title
2511
+ museId
2512
+ startTime
2513
+ endTime
2514
+ thumbnail
2515
+ concepts {
2516
+ id
2517
+ name
1350
2518
  }
2519
+ live
2520
+ description
2521
+ duration
1351
2522
  }
1352
2523
  }
2524
+ pictures {
2525
+ id
2526
+ createdAt
2527
+ updatedAt
2528
+ name
2529
+ index
2530
+ caption
2531
+ path
2532
+ path512
2533
+ path256
2534
+ topicId
2535
+ }
2536
+ difficulty
2537
+ psaSectionId
2538
+ likes
2539
+ dislikes
2540
+ isLikedByMe
2541
+ multiAnswer: answer
1353
2542
  }
1354
- }
1355
- }
1356
- }
1357
- }
1358
- }
1359
- `;
1360
- exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1361
- query FlaggedQuestionsMarksheet {
1362
- restricted {
1363
- flaggedQuestionsMarksheet {
1364
- id
1365
- topicConceptData
1366
- currentMarkId
1367
- completed
1368
- topicIds
1369
- topicNames
1370
- mockTestId
1371
- totalQuestions
1372
- solo
1373
- agoraId
1374
- sessionId
1375
- state
1376
- user {
1377
- id
1378
- displayName
1379
- }
1380
- users {
1381
- id
1382
- displayName
1383
- }
1384
- builderConfig {
1385
- difficulty
1386
- isTest
1387
- numberOfQuestions
1388
- secondsPerQuestion
1389
- unseen
1390
- seenCorrect
1391
- seenIncorrect
1392
- }
1393
- preBuildData {
1394
- buildRef
1395
- seenCorrect
1396
- seenIncorrect
1397
- unseen
1398
- }
1399
- createdAt
1400
- startedAt
1401
- endedAt
1402
- isTestMarksheet
1403
- source
1404
- correct
1405
- incorrect
1406
- marks {
1407
- id
1408
- flagged
1409
- striked
1410
- index
1411
- questionChoiceId
1412
- marksheetId
1413
- timeTaken
1414
- isAnswered
1415
- mark
1416
- question {
1417
- ... on QuestionSBA {
2543
+ ... on QuestionPrescription {
1418
2544
  conceptId
1419
2545
  difficulty
1420
2546
  dislikes
@@ -1538,9 +2664,34 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1538
2664
  likes
1539
2665
  dislikes
1540
2666
  isLikedByMe
1541
- sbaAnswer: answer
2667
+ prescribeAnswer: answer {
2668
+ dose {
2669
+ value
2670
+ display
2671
+ }
2672
+ drug {
2673
+ value
2674
+ display
2675
+ }
2676
+ route {
2677
+ value
2678
+ display
2679
+ }
2680
+ frequency {
2681
+ display
2682
+ value
2683
+ }
2684
+ duration {
2685
+ display
2686
+ value
2687
+ }
2688
+ units {
2689
+ display
2690
+ value
2691
+ }
2692
+ }
1542
2693
  }
1543
- ... on QuestionQA {
2694
+ ... on QuestionEMQ {
1544
2695
  conceptId
1545
2696
  difficulty
1546
2697
  dislikes
@@ -1664,12 +2815,9 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1664
2815
  likes
1665
2816
  dislikes
1666
2817
  isLikedByMe
1667
- qaAnswer: answer {
1668
- dose
1669
- units
1670
- }
2818
+ emqAnswer: answer
1671
2819
  }
1672
- ... on QuestionMultiA {
2820
+ ... on QuestionRanking {
1673
2821
  conceptId
1674
2822
  difficulty
1675
2823
  dislikes
@@ -1793,9 +2941,9 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1793
2941
  likes
1794
2942
  dislikes
1795
2943
  isLikedByMe
1796
- multiAnswer: answer
2944
+ rankingAnswer: answer
1797
2945
  }
1798
- ... on QuestionPrescription {
2946
+ ... on QuestionSelect3 {
1799
2947
  conceptId
1800
2948
  difficulty
1801
2949
  dislikes
@@ -1919,32 +3067,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1919
3067
  likes
1920
3068
  dislikes
1921
3069
  isLikedByMe
1922
- prescribeAnswer: answer {
1923
- dose {
1924
- value
1925
- display
1926
- }
1927
- drug {
1928
- value
1929
- display
1930
- }
1931
- route {
1932
- value
1933
- display
1934
- }
1935
- frequency {
1936
- display
1937
- value
1938
- }
1939
- duration {
1940
- display
1941
- value
1942
- }
1943
- units {
1944
- display
1945
- value
1946
- }
1947
- }
3070
+ select3Answer: answer
1948
3071
  }
1949
3072
  }
1950
3073
  }