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