@quesmed/types-rn 2.5.38 → 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.
@@ -590,6 +590,1365 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
590
590
  }
591
591
  }
592
592
  }
593
+ ... on QuestionEMQ {
594
+ conceptId
595
+ difficulty
596
+ dislikes
597
+ explanation
598
+ id
599
+ isLikedByMe
600
+ likes
601
+ question
602
+ totalVotes
603
+ typeId
604
+ highlights {
605
+ start
606
+ end
607
+ text
608
+ part
609
+ tag
610
+ color
611
+ }
612
+ choices {
613
+ id
614
+ explanation
615
+ name
616
+ label
617
+ answer
618
+ votes
619
+ picture {
620
+ id
621
+ createdAt
622
+ updatedAt
623
+ name
624
+ caption
625
+ path
626
+ path512
627
+ path256
628
+ }
629
+ }
630
+ comments {
631
+ id
632
+ createdAt
633
+ comment
634
+ parentId
635
+ likes
636
+ user {
637
+ id
638
+ displayName
639
+ }
640
+ dislikes
641
+ isLikedByMe
642
+ questionId
643
+ replies {
644
+ id
645
+ createdAt
646
+ comment
647
+ parentId
648
+ user {
649
+ id
650
+ displayName
651
+ }
652
+ likes
653
+ dislikes
654
+ isLikedByMe
655
+ questionId
656
+ }
657
+ }
658
+ concept {
659
+ id
660
+ name
661
+ status
662
+ topic {
663
+ id
664
+ name
665
+ typeId
666
+ }
667
+ chapter {
668
+ id
669
+ explanation
670
+ pictures {
671
+ id
672
+ createdAt
673
+ updatedAt
674
+ name
675
+ caption
676
+ path
677
+ path512
678
+ path256
679
+ index
680
+ topicId
681
+ }
682
+ }
683
+ videos {
684
+ id
685
+ status
686
+ title
687
+ museId
688
+ startTime
689
+ endTime
690
+ thumbnail
691
+ concepts {
692
+ id
693
+ name
694
+ }
695
+ live
696
+ description
697
+ duration
698
+ }
699
+ }
700
+ pictures {
701
+ id
702
+ createdAt
703
+ updatedAt
704
+ name
705
+ index
706
+ caption
707
+ path
708
+ path512
709
+ path256
710
+ topicId
711
+ }
712
+ difficulty
713
+ psaSectionId
714
+ likes
715
+ dislikes
716
+ isLikedByMe
717
+ emqAnswer: answer
718
+ }
719
+ ... on QuestionRanking {
720
+ conceptId
721
+ difficulty
722
+ dislikes
723
+ explanation
724
+ id
725
+ isLikedByMe
726
+ likes
727
+ question
728
+ totalVotes
729
+ typeId
730
+ highlights {
731
+ start
732
+ end
733
+ text
734
+ part
735
+ tag
736
+ color
737
+ }
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
+ parentId
761
+ likes
762
+ user {
763
+ id
764
+ displayName
765
+ }
766
+ dislikes
767
+ isLikedByMe
768
+ questionId
769
+ replies {
770
+ id
771
+ createdAt
772
+ comment
773
+ parentId
774
+ user {
775
+ id
776
+ displayName
777
+ }
778
+ likes
779
+ dislikes
780
+ isLikedByMe
781
+ questionId
782
+ }
783
+ }
784
+ concept {
785
+ id
786
+ name
787
+ status
788
+ topic {
789
+ id
790
+ name
791
+ typeId
792
+ }
793
+ chapter {
794
+ id
795
+ explanation
796
+ pictures {
797
+ id
798
+ createdAt
799
+ updatedAt
800
+ name
801
+ caption
802
+ path
803
+ path512
804
+ path256
805
+ index
806
+ topicId
807
+ }
808
+ }
809
+ videos {
810
+ id
811
+ status
812
+ title
813
+ museId
814
+ startTime
815
+ endTime
816
+ thumbnail
817
+ concepts {
818
+ id
819
+ name
820
+ }
821
+ live
822
+ description
823
+ duration
824
+ }
825
+ }
826
+ pictures {
827
+ id
828
+ createdAt
829
+ updatedAt
830
+ name
831
+ index
832
+ caption
833
+ path
834
+ path512
835
+ path256
836
+ topicId
837
+ }
838
+ difficulty
839
+ psaSectionId
840
+ likes
841
+ dislikes
842
+ isLikedByMe
843
+ rankingAnswer: answer
844
+ }
845
+ ... on QuestionSelect3 {
846
+ conceptId
847
+ difficulty
848
+ dislikes
849
+ explanation
850
+ id
851
+ isLikedByMe
852
+ likes
853
+ question
854
+ totalVotes
855
+ typeId
856
+ highlights {
857
+ start
858
+ end
859
+ text
860
+ part
861
+ tag
862
+ color
863
+ }
864
+ choices {
865
+ id
866
+ explanation
867
+ name
868
+ label
869
+ answer
870
+ votes
871
+ picture {
872
+ id
873
+ createdAt
874
+ updatedAt
875
+ name
876
+ caption
877
+ path
878
+ path512
879
+ path256
880
+ }
881
+ }
882
+ comments {
883
+ id
884
+ createdAt
885
+ comment
886
+ parentId
887
+ likes
888
+ user {
889
+ id
890
+ displayName
891
+ }
892
+ dislikes
893
+ isLikedByMe
894
+ questionId
895
+ replies {
896
+ id
897
+ createdAt
898
+ comment
899
+ parentId
900
+ user {
901
+ id
902
+ displayName
903
+ }
904
+ likes
905
+ dislikes
906
+ isLikedByMe
907
+ questionId
908
+ }
909
+ }
910
+ concept {
911
+ id
912
+ name
913
+ status
914
+ topic {
915
+ id
916
+ name
917
+ typeId
918
+ }
919
+ chapter {
920
+ id
921
+ explanation
922
+ pictures {
923
+ id
924
+ createdAt
925
+ updatedAt
926
+ name
927
+ caption
928
+ path
929
+ path512
930
+ path256
931
+ index
932
+ topicId
933
+ }
934
+ }
935
+ videos {
936
+ id
937
+ status
938
+ title
939
+ museId
940
+ startTime
941
+ endTime
942
+ thumbnail
943
+ concepts {
944
+ id
945
+ name
946
+ }
947
+ live
948
+ description
949
+ duration
950
+ }
951
+ }
952
+ pictures {
953
+ id
954
+ createdAt
955
+ updatedAt
956
+ name
957
+ index
958
+ caption
959
+ path
960
+ path512
961
+ path256
962
+ topicId
963
+ }
964
+ difficulty
965
+ psaSectionId
966
+ likes
967
+ dislikes
968
+ isLikedByMe
969
+ select3Answer: answer
970
+ }
971
+ }
972
+ }
973
+ mockTestId
974
+ correct
975
+ incorrect
976
+ totalQuestions
977
+ isTestMarksheet
978
+ }
979
+ }
980
+ }
981
+ `;
982
+ exports.BUILD_MARKSHEET = (0, client_1.gql) `
983
+ mutation BuildMarksheet($input: BuildMarksheetInput!) {
984
+ restricted {
985
+ buildMarksheet(input: $input) {
986
+ id
987
+ createdAt
988
+ startedAt
989
+ endedAt
990
+ agoraId
991
+ sessionId
992
+ topicIds
993
+ completed
994
+ topicIds
995
+ topicNames
996
+ mockTestId
997
+ totalQuestions
998
+ solo
999
+ state
1000
+ currentMarkId
1001
+ topicConceptData
1002
+ builderConfig {
1003
+ difficulty
1004
+ isTest
1005
+ numberOfQuestions
1006
+ secondsPerQuestion
1007
+ unseen
1008
+ seenCorrect
1009
+ seenIncorrect
1010
+ }
1011
+ preBuildData {
1012
+ buildRef
1013
+ seenCorrect
1014
+ seenIncorrect
1015
+ unseen
1016
+ }
1017
+ topicNames
1018
+ source
1019
+ user {
1020
+ displayName
1021
+ id
1022
+ }
1023
+ activeUsers {
1024
+ id
1025
+ displayName
1026
+ }
1027
+ users {
1028
+ id
1029
+ displayName
1030
+ }
1031
+ marks {
1032
+ id
1033
+ flagged
1034
+ index
1035
+ questionChoiceId
1036
+ marksheetId
1037
+ timeTaken
1038
+ striked
1039
+ isAnswered
1040
+ mark
1041
+ question {
1042
+ ... on QuestionSBA {
1043
+ conceptId
1044
+ difficulty
1045
+ dislikes
1046
+ explanation
1047
+ id
1048
+ isLikedByMe
1049
+ likes
1050
+ question
1051
+ totalVotes
1052
+ typeId
1053
+ highlights {
1054
+ start
1055
+ end
1056
+ text
1057
+ part
1058
+ tag
1059
+ color
1060
+ }
1061
+ choices {
1062
+ id
1063
+ explanation
1064
+ name
1065
+ label
1066
+ answer
1067
+ votes
1068
+ picture {
1069
+ id
1070
+ createdAt
1071
+ updatedAt
1072
+ name
1073
+ caption
1074
+ path
1075
+ path512
1076
+ path256
1077
+ }
1078
+ }
1079
+ comments {
1080
+ id
1081
+ createdAt
1082
+ comment
1083
+ parentId
1084
+ likes
1085
+ user {
1086
+ id
1087
+ displayName
1088
+ }
1089
+ dislikes
1090
+ isLikedByMe
1091
+ questionId
1092
+ replies {
1093
+ id
1094
+ createdAt
1095
+ comment
1096
+ parentId
1097
+ user {
1098
+ id
1099
+ displayName
1100
+ }
1101
+ likes
1102
+ dislikes
1103
+ isLikedByMe
1104
+ questionId
1105
+ }
1106
+ }
1107
+ concept {
1108
+ id
1109
+ name
1110
+ status
1111
+ topic {
1112
+ id
1113
+ name
1114
+ typeId
1115
+ }
1116
+ chapter {
1117
+ id
1118
+ explanation
1119
+ pictures {
1120
+ id
1121
+ createdAt
1122
+ updatedAt
1123
+ name
1124
+ caption
1125
+ path
1126
+ path512
1127
+ path256
1128
+ index
1129
+ topicId
1130
+ }
1131
+ }
1132
+ videos {
1133
+ id
1134
+ status
1135
+ title
1136
+ museId
1137
+ startTime
1138
+ endTime
1139
+ thumbnail
1140
+ concepts {
1141
+ id
1142
+ name
1143
+ }
1144
+ live
1145
+ description
1146
+ duration
1147
+ }
1148
+ }
1149
+ pictures {
1150
+ id
1151
+ createdAt
1152
+ updatedAt
1153
+ name
1154
+ caption
1155
+ path
1156
+ index
1157
+ path512
1158
+ path256
1159
+ topicId
1160
+ }
1161
+ difficulty
1162
+ psaSectionId
1163
+ likes
1164
+ dislikes
1165
+ isLikedByMe
1166
+ sbaAnswer: answer
1167
+ }
1168
+ ... on QuestionQA {
1169
+ conceptId
1170
+ difficulty
1171
+ dislikes
1172
+ explanation
1173
+ id
1174
+ isLikedByMe
1175
+ likes
1176
+ question
1177
+ totalVotes
1178
+ typeId
1179
+ highlights {
1180
+ start
1181
+ end
1182
+ text
1183
+ part
1184
+ tag
1185
+ color
1186
+ }
1187
+ choices {
1188
+ id
1189
+ explanation
1190
+ name
1191
+ label
1192
+ answer
1193
+ votes
1194
+ picture {
1195
+ id
1196
+ createdAt
1197
+ updatedAt
1198
+ name
1199
+ caption
1200
+ path
1201
+ path512
1202
+ path256
1203
+ }
1204
+ }
1205
+ comments {
1206
+ id
1207
+ createdAt
1208
+ comment
1209
+ parentId
1210
+ likes
1211
+ user {
1212
+ id
1213
+ displayName
1214
+ }
1215
+ dislikes
1216
+ isLikedByMe
1217
+ questionId
1218
+ replies {
1219
+ id
1220
+ createdAt
1221
+ comment
1222
+ parentId
1223
+ user {
1224
+ id
1225
+ displayName
1226
+ }
1227
+ likes
1228
+ dislikes
1229
+ isLikedByMe
1230
+ questionId
1231
+ }
1232
+ }
1233
+ concept {
1234
+ id
1235
+ name
1236
+ status
1237
+ topic {
1238
+ id
1239
+ name
1240
+ typeId
1241
+ }
1242
+ chapter {
1243
+ id
1244
+ explanation
1245
+ pictures {
1246
+ id
1247
+ createdAt
1248
+ updatedAt
1249
+ name
1250
+ caption
1251
+ path
1252
+ path512
1253
+ path256
1254
+ index
1255
+ topicId
1256
+ }
1257
+ }
1258
+ videos {
1259
+ id
1260
+ status
1261
+ title
1262
+ museId
1263
+ startTime
1264
+ endTime
1265
+ thumbnail
1266
+ concepts {
1267
+ id
1268
+ name
1269
+ }
1270
+ live
1271
+ description
1272
+ duration
1273
+ }
1274
+ }
1275
+ pictures {
1276
+ id
1277
+ createdAt
1278
+ updatedAt
1279
+ name
1280
+ caption
1281
+ index
1282
+ path
1283
+ path512
1284
+ path256
1285
+ topicId
1286
+ }
1287
+ difficulty
1288
+ psaSectionId
1289
+ likes
1290
+ dislikes
1291
+ isLikedByMe
1292
+ qaAnswer: answer {
1293
+ dose
1294
+ units
1295
+ }
1296
+ }
1297
+ ... on QuestionMultiA {
1298
+ conceptId
1299
+ difficulty
1300
+ dislikes
1301
+ explanation
1302
+ id
1303
+ isLikedByMe
1304
+ likes
1305
+ question
1306
+ totalVotes
1307
+ typeId
1308
+ highlights {
1309
+ start
1310
+ end
1311
+ text
1312
+ part
1313
+ tag
1314
+ color
1315
+ }
1316
+ choices {
1317
+ id
1318
+ explanation
1319
+ name
1320
+ label
1321
+ answer
1322
+ votes
1323
+ picture {
1324
+ id
1325
+ createdAt
1326
+ updatedAt
1327
+ name
1328
+ caption
1329
+ path
1330
+ path512
1331
+ path256
1332
+ }
1333
+ }
1334
+ comments {
1335
+ id
1336
+ createdAt
1337
+ comment
1338
+ parentId
1339
+ likes
1340
+ user {
1341
+ id
1342
+ displayName
1343
+ }
1344
+ dislikes
1345
+ isLikedByMe
1346
+ questionId
1347
+ replies {
1348
+ id
1349
+ createdAt
1350
+ comment
1351
+ parentId
1352
+ user {
1353
+ id
1354
+ displayName
1355
+ }
1356
+ likes
1357
+ dislikes
1358
+ isLikedByMe
1359
+ questionId
1360
+ }
1361
+ }
1362
+ concept {
1363
+ id
1364
+ name
1365
+ status
1366
+ topic {
1367
+ id
1368
+ name
1369
+ typeId
1370
+ }
1371
+ chapter {
1372
+ id
1373
+ explanation
1374
+ pictures {
1375
+ id
1376
+ createdAt
1377
+ updatedAt
1378
+ name
1379
+ caption
1380
+ path
1381
+ path512
1382
+ path256
1383
+ index
1384
+ topicId
1385
+ }
1386
+ }
1387
+ videos {
1388
+ id
1389
+ status
1390
+ title
1391
+ museId
1392
+ startTime
1393
+ endTime
1394
+ thumbnail
1395
+ concepts {
1396
+ id
1397
+ name
1398
+ }
1399
+ live
1400
+ description
1401
+ duration
1402
+ }
1403
+ }
1404
+ pictures {
1405
+ id
1406
+ createdAt
1407
+ updatedAt
1408
+ name
1409
+ index
1410
+ caption
1411
+ path
1412
+ path512
1413
+ path256
1414
+ topicId
1415
+ }
1416
+ difficulty
1417
+ psaSectionId
1418
+ likes
1419
+ dislikes
1420
+ isLikedByMe
1421
+ multiAnswer: answer
1422
+ }
1423
+ ... on QuestionPrescription {
1424
+ conceptId
1425
+ difficulty
1426
+ dislikes
1427
+ explanation
1428
+ id
1429
+ isLikedByMe
1430
+ likes
1431
+ question
1432
+ totalVotes
1433
+ typeId
1434
+ highlights {
1435
+ start
1436
+ end
1437
+ text
1438
+ part
1439
+ tag
1440
+ color
1441
+ }
1442
+ choices {
1443
+ id
1444
+ explanation
1445
+ name
1446
+ label
1447
+ answer
1448
+ votes
1449
+ picture {
1450
+ id
1451
+ createdAt
1452
+ updatedAt
1453
+ name
1454
+ caption
1455
+ path
1456
+ path512
1457
+ path256
1458
+ }
1459
+ }
1460
+ comments {
1461
+ id
1462
+ createdAt
1463
+ comment
1464
+ parentId
1465
+ likes
1466
+ user {
1467
+ id
1468
+ displayName
1469
+ }
1470
+ dislikes
1471
+ isLikedByMe
1472
+ questionId
1473
+ replies {
1474
+ id
1475
+ createdAt
1476
+ comment
1477
+ parentId
1478
+ user {
1479
+ id
1480
+ displayName
1481
+ }
1482
+ likes
1483
+ dislikes
1484
+ isLikedByMe
1485
+ questionId
1486
+ }
1487
+ }
1488
+ concept {
1489
+ id
1490
+ name
1491
+ status
1492
+ topic {
1493
+ id
1494
+ name
1495
+ typeId
1496
+ }
1497
+ chapter {
1498
+ id
1499
+ explanation
1500
+ pictures {
1501
+ id
1502
+ createdAt
1503
+ updatedAt
1504
+ name
1505
+ caption
1506
+ path
1507
+ path512
1508
+ path256
1509
+ index
1510
+ topicId
1511
+ }
1512
+ }
1513
+ videos {
1514
+ id
1515
+ status
1516
+ title
1517
+ museId
1518
+ startTime
1519
+ endTime
1520
+ thumbnail
1521
+ concepts {
1522
+ id
1523
+ name
1524
+ }
1525
+ live
1526
+ description
1527
+ duration
1528
+ }
1529
+ }
1530
+ pictures {
1531
+ id
1532
+ createdAt
1533
+ updatedAt
1534
+ name
1535
+ index
1536
+ caption
1537
+ path
1538
+ path512
1539
+ path256
1540
+ topicId
1541
+ }
1542
+ difficulty
1543
+ psaSectionId
1544
+ likes
1545
+ dislikes
1546
+ isLikedByMe
1547
+ prescribeAnswer: answer {
1548
+ dose {
1549
+ value
1550
+ display
1551
+ }
1552
+ drug {
1553
+ value
1554
+ display
1555
+ }
1556
+ route {
1557
+ value
1558
+ display
1559
+ }
1560
+ frequency {
1561
+ display
1562
+ value
1563
+ }
1564
+ duration {
1565
+ display
1566
+ value
1567
+ }
1568
+ units {
1569
+ display
1570
+ value
1571
+ }
1572
+ }
1573
+ }
1574
+ ... on QuestionEMQ {
1575
+ conceptId
1576
+ difficulty
1577
+ dislikes
1578
+ explanation
1579
+ id
1580
+ isLikedByMe
1581
+ likes
1582
+ question
1583
+ totalVotes
1584
+ typeId
1585
+ highlights {
1586
+ start
1587
+ end
1588
+ text
1589
+ part
1590
+ tag
1591
+ color
1592
+ }
1593
+ choices {
1594
+ id
1595
+ explanation
1596
+ name
1597
+ label
1598
+ answer
1599
+ votes
1600
+ picture {
1601
+ id
1602
+ createdAt
1603
+ updatedAt
1604
+ name
1605
+ caption
1606
+ path
1607
+ path512
1608
+ path256
1609
+ }
1610
+ }
1611
+ comments {
1612
+ id
1613
+ createdAt
1614
+ comment
1615
+ parentId
1616
+ likes
1617
+ user {
1618
+ id
1619
+ displayName
1620
+ }
1621
+ dislikes
1622
+ isLikedByMe
1623
+ questionId
1624
+ replies {
1625
+ id
1626
+ createdAt
1627
+ comment
1628
+ parentId
1629
+ user {
1630
+ id
1631
+ displayName
1632
+ }
1633
+ likes
1634
+ dislikes
1635
+ isLikedByMe
1636
+ questionId
1637
+ }
1638
+ }
1639
+ concept {
1640
+ id
1641
+ name
1642
+ status
1643
+ topic {
1644
+ id
1645
+ name
1646
+ typeId
1647
+ }
1648
+ chapter {
1649
+ id
1650
+ explanation
1651
+ pictures {
1652
+ id
1653
+ createdAt
1654
+ updatedAt
1655
+ name
1656
+ caption
1657
+ path
1658
+ path512
1659
+ path256
1660
+ index
1661
+ topicId
1662
+ }
1663
+ }
1664
+ videos {
1665
+ id
1666
+ status
1667
+ title
1668
+ museId
1669
+ startTime
1670
+ endTime
1671
+ thumbnail
1672
+ concepts {
1673
+ id
1674
+ name
1675
+ }
1676
+ live
1677
+ description
1678
+ duration
1679
+ }
1680
+ }
1681
+ pictures {
1682
+ id
1683
+ createdAt
1684
+ updatedAt
1685
+ name
1686
+ index
1687
+ caption
1688
+ path
1689
+ path512
1690
+ path256
1691
+ topicId
1692
+ }
1693
+ difficulty
1694
+ psaSectionId
1695
+ likes
1696
+ dislikes
1697
+ isLikedByMe
1698
+ emqAnswer: answer
1699
+ }
1700
+ ... on QuestionRanking {
1701
+ conceptId
1702
+ difficulty
1703
+ dislikes
1704
+ explanation
1705
+ id
1706
+ isLikedByMe
1707
+ likes
1708
+ question
1709
+ totalVotes
1710
+ typeId
1711
+ highlights {
1712
+ start
1713
+ end
1714
+ text
1715
+ part
1716
+ tag
1717
+ color
1718
+ }
1719
+ choices {
1720
+ id
1721
+ explanation
1722
+ name
1723
+ label
1724
+ answer
1725
+ votes
1726
+ picture {
1727
+ id
1728
+ createdAt
1729
+ updatedAt
1730
+ name
1731
+ caption
1732
+ path
1733
+ path512
1734
+ path256
1735
+ }
1736
+ }
1737
+ comments {
1738
+ id
1739
+ createdAt
1740
+ comment
1741
+ parentId
1742
+ likes
1743
+ user {
1744
+ id
1745
+ displayName
1746
+ }
1747
+ dislikes
1748
+ isLikedByMe
1749
+ questionId
1750
+ replies {
1751
+ id
1752
+ createdAt
1753
+ comment
1754
+ parentId
1755
+ user {
1756
+ id
1757
+ displayName
1758
+ }
1759
+ likes
1760
+ dislikes
1761
+ isLikedByMe
1762
+ questionId
1763
+ }
1764
+ }
1765
+ concept {
1766
+ id
1767
+ name
1768
+ status
1769
+ topic {
1770
+ id
1771
+ name
1772
+ typeId
1773
+ }
1774
+ chapter {
1775
+ id
1776
+ explanation
1777
+ pictures {
1778
+ id
1779
+ createdAt
1780
+ updatedAt
1781
+ name
1782
+ caption
1783
+ path
1784
+ path512
1785
+ path256
1786
+ index
1787
+ topicId
1788
+ }
1789
+ }
1790
+ videos {
1791
+ id
1792
+ status
1793
+ title
1794
+ museId
1795
+ startTime
1796
+ endTime
1797
+ thumbnail
1798
+ concepts {
1799
+ id
1800
+ name
1801
+ }
1802
+ live
1803
+ description
1804
+ duration
1805
+ }
1806
+ }
1807
+ pictures {
1808
+ id
1809
+ createdAt
1810
+ updatedAt
1811
+ name
1812
+ index
1813
+ caption
1814
+ path
1815
+ path512
1816
+ path256
1817
+ topicId
1818
+ }
1819
+ difficulty
1820
+ psaSectionId
1821
+ likes
1822
+ dislikes
1823
+ isLikedByMe
1824
+ rankingAnswer: answer
1825
+ }
1826
+ ... on QuestionSelect3 {
1827
+ conceptId
1828
+ difficulty
1829
+ dislikes
1830
+ explanation
1831
+ id
1832
+ isLikedByMe
1833
+ likes
1834
+ question
1835
+ totalVotes
1836
+ typeId
1837
+ highlights {
1838
+ start
1839
+ end
1840
+ text
1841
+ part
1842
+ tag
1843
+ color
1844
+ }
1845
+ choices {
1846
+ id
1847
+ explanation
1848
+ name
1849
+ label
1850
+ answer
1851
+ votes
1852
+ picture {
1853
+ id
1854
+ createdAt
1855
+ updatedAt
1856
+ name
1857
+ caption
1858
+ path
1859
+ path512
1860
+ path256
1861
+ }
1862
+ }
1863
+ comments {
1864
+ id
1865
+ createdAt
1866
+ comment
1867
+ parentId
1868
+ likes
1869
+ user {
1870
+ id
1871
+ displayName
1872
+ }
1873
+ dislikes
1874
+ isLikedByMe
1875
+ questionId
1876
+ replies {
1877
+ id
1878
+ createdAt
1879
+ comment
1880
+ parentId
1881
+ user {
1882
+ id
1883
+ displayName
1884
+ }
1885
+ likes
1886
+ dislikes
1887
+ isLikedByMe
1888
+ questionId
1889
+ }
1890
+ }
1891
+ concept {
1892
+ id
1893
+ name
1894
+ status
1895
+ topic {
1896
+ id
1897
+ name
1898
+ typeId
1899
+ }
1900
+ chapter {
1901
+ id
1902
+ explanation
1903
+ pictures {
1904
+ id
1905
+ createdAt
1906
+ updatedAt
1907
+ name
1908
+ caption
1909
+ path
1910
+ path512
1911
+ path256
1912
+ index
1913
+ topicId
1914
+ }
1915
+ }
1916
+ videos {
1917
+ id
1918
+ status
1919
+ title
1920
+ museId
1921
+ startTime
1922
+ endTime
1923
+ thumbnail
1924
+ concepts {
1925
+ id
1926
+ name
1927
+ }
1928
+ live
1929
+ description
1930
+ duration
1931
+ }
1932
+ }
1933
+ pictures {
1934
+ id
1935
+ createdAt
1936
+ updatedAt
1937
+ name
1938
+ index
1939
+ caption
1940
+ path
1941
+ path512
1942
+ path256
1943
+ topicId
1944
+ }
1945
+ difficulty
1946
+ psaSectionId
1947
+ likes
1948
+ dislikes
1949
+ isLikedByMe
1950
+ select3Answer: answer
1951
+ }
593
1952
  }
594
1953
  }
595
1954
  mockTestId
@@ -601,55 +1960,60 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
601
1960
  }
602
1961
  }
603
1962
  `;
604
- exports.BUILD_MARKSHEET = (0, client_1.gql) `
605
- mutation BuildMarksheet($input: BuildMarksheetInput!) {
1963
+ /**
1964
+ * reBuildMarksheet
1965
+ */
1966
+ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1967
+ mutation ReBuildMarksheet($marksheetId: Int!) {
606
1968
  restricted {
607
- buildMarksheet(input: $input) {
1969
+ reBuildMarksheet(marksheetId: $marksheetId) {
608
1970
  id
609
- createdAt
610
- startedAt
611
- endedAt
612
- agoraId
613
- sessionId
614
- topicIds
1971
+ topicConceptData
1972
+ currentMarkId
615
1973
  completed
1974
+ timeTaken
616
1975
  topicIds
617
1976
  topicNames
618
1977
  mockTestId
619
1978
  totalQuestions
620
1979
  solo
1980
+ agoraId
1981
+ sessionId
621
1982
  state
622
- currentMarkId
623
- topicConceptData
624
- builderConfig {
625
- difficulty
626
- isTest
627
- numberOfQuestions
628
- secondsPerQuestion
629
- unseen
630
- seenCorrect
631
- seenIncorrect
632
- }
633
- preBuildData {
634
- buildRef
635
- seenCorrect
636
- seenIncorrect
637
- unseen
638
- }
639
- topicNames
640
- source
641
1983
  user {
642
- displayName
643
1984
  id
1985
+ displayName
644
1986
  }
645
- activeUsers {
1987
+ users {
646
1988
  id
647
1989
  displayName
648
1990
  }
649
- users {
1991
+ activeUsers {
650
1992
  id
651
1993
  displayName
652
1994
  }
1995
+ builderConfig {
1996
+ difficulty
1997
+ isTest
1998
+ numberOfQuestions
1999
+ secondsPerQuestion
2000
+ unseen
2001
+ seenCorrect
2002
+ seenIncorrect
2003
+ }
2004
+ preBuildData {
2005
+ buildRef
2006
+ seenCorrect
2007
+ seenIncorrect
2008
+ unseen
2009
+ }
2010
+ createdAt
2011
+ startedAt
2012
+ endedAt
2013
+ isTestMarksheet
2014
+ source
2015
+ correct
2016
+ incorrect
653
2017
  marks {
654
2018
  id
655
2019
  flagged
@@ -657,8 +2021,8 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
657
2021
  questionChoiceId
658
2022
  marksheetId
659
2023
  timeTaken
660
- striked
661
2024
  isAnswered
2025
+ striked
662
2026
  mark
663
2027
  question {
664
2028
  ... on QuestionSBA {
@@ -773,9 +2137,9 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
773
2137
  createdAt
774
2138
  updatedAt
775
2139
  name
2140
+ index
776
2141
  caption
777
2142
  path
778
- index
779
2143
  path512
780
2144
  path256
781
2145
  topicId
@@ -899,8 +2263,8 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
899
2263
  createdAt
900
2264
  updatedAt
901
2265
  name
902
- caption
903
2266
  index
2267
+ caption
904
2268
  path
905
2269
  path512
906
2270
  path256
@@ -1193,209 +2557,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1193
2557
  }
1194
2558
  }
1195
2559
  }
1196
- }
1197
- }
1198
- mockTestId
1199
- correct
1200
- incorrect
1201
- totalQuestions
1202
- isTestMarksheet
1203
- }
1204
- }
1205
- }
1206
- `;
1207
- /**
1208
- * reBuildMarksheet
1209
- */
1210
- exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1211
- mutation ReBuildMarksheet($marksheetId: Int!) {
1212
- restricted {
1213
- reBuildMarksheet(marksheetId: $marksheetId) {
1214
- id
1215
- topicConceptData
1216
- currentMarkId
1217
- completed
1218
- timeTaken
1219
- topicIds
1220
- topicNames
1221
- mockTestId
1222
- totalQuestions
1223
- solo
1224
- agoraId
1225
- sessionId
1226
- state
1227
- user {
1228
- id
1229
- displayName
1230
- }
1231
- users {
1232
- id
1233
- displayName
1234
- }
1235
- activeUsers {
1236
- id
1237
- displayName
1238
- }
1239
- builderConfig {
1240
- difficulty
1241
- isTest
1242
- numberOfQuestions
1243
- secondsPerQuestion
1244
- unseen
1245
- seenCorrect
1246
- seenIncorrect
1247
- }
1248
- preBuildData {
1249
- buildRef
1250
- seenCorrect
1251
- seenIncorrect
1252
- unseen
1253
- }
1254
- createdAt
1255
- startedAt
1256
- endedAt
1257
- isTestMarksheet
1258
- source
1259
- correct
1260
- incorrect
1261
- marks {
1262
- id
1263
- flagged
1264
- index
1265
- questionChoiceId
1266
- marksheetId
1267
- timeTaken
1268
- isAnswered
1269
- striked
1270
- mark
1271
- question {
1272
- ... on QuestionSBA {
1273
- conceptId
1274
- difficulty
1275
- dislikes
1276
- explanation
1277
- id
1278
- isLikedByMe
1279
- likes
1280
- question
1281
- totalVotes
1282
- typeId
1283
- highlights {
1284
- start
1285
- end
1286
- text
1287
- part
1288
- tag
1289
- color
1290
- }
1291
- choices {
1292
- id
1293
- explanation
1294
- name
1295
- label
1296
- answer
1297
- votes
1298
- picture {
1299
- id
1300
- createdAt
1301
- updatedAt
1302
- name
1303
- caption
1304
- path
1305
- path512
1306
- path256
1307
- }
1308
- }
1309
- comments {
1310
- id
1311
- createdAt
1312
- comment
1313
- parentId
1314
- likes
1315
- user {
1316
- id
1317
- displayName
1318
- }
1319
- dislikes
1320
- isLikedByMe
1321
- questionId
1322
- replies {
1323
- id
1324
- createdAt
1325
- comment
1326
- parentId
1327
- user {
1328
- id
1329
- displayName
1330
- }
1331
- likes
1332
- dislikes
1333
- isLikedByMe
1334
- questionId
1335
- }
1336
- }
1337
- concept {
1338
- id
1339
- name
1340
- status
1341
- topic {
1342
- id
1343
- name
1344
- typeId
1345
- }
1346
- chapter {
1347
- id
1348
- explanation
1349
- pictures {
1350
- id
1351
- createdAt
1352
- updatedAt
1353
- name
1354
- caption
1355
- path
1356
- path512
1357
- path256
1358
- index
1359
- topicId
1360
- }
1361
- }
1362
- videos {
1363
- id
1364
- status
1365
- title
1366
- museId
1367
- startTime
1368
- endTime
1369
- thumbnail
1370
- concepts {
1371
- id
1372
- name
1373
- }
1374
- live
1375
- description
1376
- duration
1377
- }
1378
- }
1379
- pictures {
1380
- id
1381
- createdAt
1382
- updatedAt
1383
- name
1384
- index
1385
- caption
1386
- path
1387
- path512
1388
- path256
1389
- topicId
1390
- }
1391
- difficulty
1392
- psaSectionId
1393
- likes
1394
- dislikes
1395
- isLikedByMe
1396
- sbaAnswer: answer
1397
- }
1398
- ... on QuestionQA {
2560
+ ... on QuestionEMQ {
1399
2561
  conceptId
1400
2562
  difficulty
1401
2563
  dislikes
@@ -1519,12 +2681,9 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1519
2681
  likes
1520
2682
  dislikes
1521
2683
  isLikedByMe
1522
- qaAnswer: answer {
1523
- dose
1524
- units
1525
- }
2684
+ emqAnswer: answer
1526
2685
  }
1527
- ... on QuestionMultiA {
2686
+ ... on QuestionRanking {
1528
2687
  conceptId
1529
2688
  difficulty
1530
2689
  dislikes
@@ -1648,9 +2807,9 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1648
2807
  likes
1649
2808
  dislikes
1650
2809
  isLikedByMe
1651
- multiAnswer: answer
2810
+ rankingAnswer: answer
1652
2811
  }
1653
- ... on QuestionPrescription {
2812
+ ... on QuestionSelect3 {
1654
2813
  conceptId
1655
2814
  difficulty
1656
2815
  dislikes
@@ -1774,32 +2933,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1774
2933
  likes
1775
2934
  dislikes
1776
2935
  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
- }
2936
+ select3Answer: answer
1803
2937
  }
1804
2938
  }
1805
2939
  }
@@ -1969,7 +3103,7 @@ exports.updateCacheRemoveFlaggedQuestion = updateCacheRemoveFlaggedQuestion;
1969
3103
  exports.START_OR_JOIN_MARKSHEET = (0, client_1.gql) `
1970
3104
  mutation StartOrJoinMarksheet($sessionId: String!, $action: Int!) {
1971
3105
  restricted {
1972
- startOrJoinMarksheet(sessionId: $sessionId, action:$action) {
3106
+ startOrJoinMarksheet(sessionId: $sessionId, action: $action) {
1973
3107
  id
1974
3108
  agoraId
1975
3109
  sessionId