@quesmed/types 2.6.0 → 2.6.2

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.
@@ -3049,6 +3049,1003 @@ export const RE_BUILD_MARKSHEET = gql `
3049
3049
  }
3050
3050
  }
3051
3051
  `;
3052
+ export const QUICK_BUILD_MARKSHEET = gql `
3053
+ mutation QuickBuildMarksheet($input: QuickBuildMarksheetInput) {
3054
+ restricted {
3055
+ quickBuildMarksheet(input: $input) {
3056
+ id
3057
+ createdAt
3058
+ startedAt
3059
+ endedAt
3060
+ agoraId
3061
+ sessionId
3062
+ topicIds
3063
+ completed
3064
+ passingMark
3065
+ duration
3066
+ topicIds
3067
+ topicNames
3068
+ mockTestId
3069
+ totalQuestions
3070
+ solo
3071
+ state
3072
+ currentMarkId
3073
+ topicConceptData
3074
+ builderConfig {
3075
+ difficulty
3076
+ isTest
3077
+ numberOfQuestions
3078
+ secondsPerQuestion
3079
+ unseen
3080
+ seenCorrect
3081
+ seenIncorrect
3082
+ }
3083
+ preBuildData {
3084
+ buildRef
3085
+ seenCorrect
3086
+ seenIncorrect
3087
+ unseen
3088
+ }
3089
+ topicNames
3090
+ source
3091
+ user {
3092
+ displayName
3093
+ id
3094
+ }
3095
+ activeUsers {
3096
+ id
3097
+ displayName
3098
+ }
3099
+ users {
3100
+ id
3101
+ displayName
3102
+ }
3103
+ marks {
3104
+ id
3105
+ flagged
3106
+ index
3107
+ questionChoiceId
3108
+ marksheetId
3109
+ timeTaken
3110
+ striked
3111
+ isAnswered
3112
+ mark
3113
+ question {
3114
+ ... on QuestionSBA {
3115
+ conceptId
3116
+ difficulty
3117
+ dislikes
3118
+ explanation
3119
+ id
3120
+ isLikedByMe
3121
+ likes
3122
+ question
3123
+ totalVotes
3124
+ typeId
3125
+ highlights {
3126
+ start
3127
+ end
3128
+ text
3129
+ part
3130
+ tag
3131
+ color
3132
+ }
3133
+ choices {
3134
+ id
3135
+ explanation
3136
+ name
3137
+ label
3138
+ answer
3139
+ votes
3140
+ picture {
3141
+ id
3142
+ createdAt
3143
+ updatedAt
3144
+ name
3145
+ caption
3146
+ path
3147
+ path512
3148
+ path256
3149
+ }
3150
+ }
3151
+ comments {
3152
+ id
3153
+ createdAt
3154
+ comment
3155
+ parentId
3156
+ likes
3157
+ user {
3158
+ id
3159
+ displayName
3160
+ }
3161
+ dislikes
3162
+ isLikedByMe
3163
+ questionId
3164
+ replies {
3165
+ id
3166
+ createdAt
3167
+ comment
3168
+ parentId
3169
+ user {
3170
+ id
3171
+ displayName
3172
+ }
3173
+ likes
3174
+ dislikes
3175
+ isLikedByMe
3176
+ questionId
3177
+ }
3178
+ }
3179
+ concept {
3180
+ id
3181
+ name
3182
+ status
3183
+ totalCards
3184
+ topic {
3185
+ id
3186
+ name
3187
+ typeId
3188
+ }
3189
+ chapter {
3190
+ id
3191
+ explanation
3192
+ pictures {
3193
+ id
3194
+ createdAt
3195
+ updatedAt
3196
+ name
3197
+ caption
3198
+ path
3199
+ path512
3200
+ path256
3201
+ index
3202
+ topicId
3203
+ }
3204
+ }
3205
+ videos {
3206
+ id
3207
+ status
3208
+ title
3209
+ museId
3210
+ startTime
3211
+ endTime
3212
+ thumbnail
3213
+ concepts {
3214
+ id
3215
+ name
3216
+ }
3217
+ live
3218
+ description
3219
+ duration
3220
+ }
3221
+ }
3222
+ pictures {
3223
+ id
3224
+ createdAt
3225
+ updatedAt
3226
+ name
3227
+ caption
3228
+ path
3229
+ index
3230
+ path512
3231
+ path256
3232
+ topicId
3233
+ }
3234
+ difficulty
3235
+ psaSectionId
3236
+ likes
3237
+ dislikes
3238
+ isLikedByMe
3239
+ sbaAnswer: answer
3240
+ }
3241
+ ... on QuestionQA {
3242
+ conceptId
3243
+ difficulty
3244
+ dislikes
3245
+ explanation
3246
+ id
3247
+ isLikedByMe
3248
+ likes
3249
+ question
3250
+ totalVotes
3251
+ typeId
3252
+ highlights {
3253
+ start
3254
+ end
3255
+ text
3256
+ part
3257
+ tag
3258
+ color
3259
+ }
3260
+ choices {
3261
+ id
3262
+ explanation
3263
+ name
3264
+ label
3265
+ answer
3266
+ votes
3267
+ picture {
3268
+ id
3269
+ createdAt
3270
+ updatedAt
3271
+ name
3272
+ caption
3273
+ path
3274
+ path512
3275
+ path256
3276
+ }
3277
+ }
3278
+ comments {
3279
+ id
3280
+ createdAt
3281
+ comment
3282
+ parentId
3283
+ likes
3284
+ user {
3285
+ id
3286
+ displayName
3287
+ }
3288
+ dislikes
3289
+ isLikedByMe
3290
+ questionId
3291
+ replies {
3292
+ id
3293
+ createdAt
3294
+ comment
3295
+ parentId
3296
+ user {
3297
+ id
3298
+ displayName
3299
+ }
3300
+ likes
3301
+ dislikes
3302
+ isLikedByMe
3303
+ questionId
3304
+ }
3305
+ }
3306
+ concept {
3307
+ id
3308
+ name
3309
+ status
3310
+ totalCards
3311
+ topic {
3312
+ id
3313
+ name
3314
+ typeId
3315
+ }
3316
+ chapter {
3317
+ id
3318
+ explanation
3319
+ pictures {
3320
+ id
3321
+ createdAt
3322
+ updatedAt
3323
+ name
3324
+ caption
3325
+ path
3326
+ path512
3327
+ path256
3328
+ index
3329
+ topicId
3330
+ }
3331
+ }
3332
+ videos {
3333
+ id
3334
+ status
3335
+ title
3336
+ museId
3337
+ startTime
3338
+ endTime
3339
+ thumbnail
3340
+ concepts {
3341
+ id
3342
+ name
3343
+ }
3344
+ live
3345
+ description
3346
+ duration
3347
+ }
3348
+ }
3349
+ pictures {
3350
+ id
3351
+ createdAt
3352
+ updatedAt
3353
+ name
3354
+ caption
3355
+ index
3356
+ path
3357
+ path512
3358
+ path256
3359
+ topicId
3360
+ }
3361
+ difficulty
3362
+ psaSectionId
3363
+ likes
3364
+ dislikes
3365
+ isLikedByMe
3366
+ qaAnswer: answer {
3367
+ dose
3368
+ units
3369
+ }
3370
+ }
3371
+ ... on QuestionMultiA {
3372
+ conceptId
3373
+ difficulty
3374
+ dislikes
3375
+ explanation
3376
+ id
3377
+ isLikedByMe
3378
+ likes
3379
+ question
3380
+ totalVotes
3381
+ typeId
3382
+ highlights {
3383
+ start
3384
+ end
3385
+ text
3386
+ part
3387
+ tag
3388
+ color
3389
+ }
3390
+ choices {
3391
+ id
3392
+ explanation
3393
+ name
3394
+ label
3395
+ answer
3396
+ votes
3397
+ picture {
3398
+ id
3399
+ createdAt
3400
+ updatedAt
3401
+ name
3402
+ caption
3403
+ path
3404
+ path512
3405
+ path256
3406
+ }
3407
+ }
3408
+ comments {
3409
+ id
3410
+ createdAt
3411
+ comment
3412
+ parentId
3413
+ likes
3414
+ user {
3415
+ id
3416
+ displayName
3417
+ }
3418
+ dislikes
3419
+ isLikedByMe
3420
+ questionId
3421
+ replies {
3422
+ id
3423
+ createdAt
3424
+ comment
3425
+ parentId
3426
+ user {
3427
+ id
3428
+ displayName
3429
+ }
3430
+ likes
3431
+ dislikes
3432
+ isLikedByMe
3433
+ questionId
3434
+ }
3435
+ }
3436
+ concept {
3437
+ id
3438
+ name
3439
+ status
3440
+ totalCards
3441
+ topic {
3442
+ id
3443
+ name
3444
+ typeId
3445
+ }
3446
+ chapter {
3447
+ id
3448
+ explanation
3449
+ pictures {
3450
+ id
3451
+ createdAt
3452
+ updatedAt
3453
+ name
3454
+ caption
3455
+ path
3456
+ path512
3457
+ path256
3458
+ index
3459
+ topicId
3460
+ }
3461
+ }
3462
+ videos {
3463
+ id
3464
+ status
3465
+ title
3466
+ museId
3467
+ startTime
3468
+ endTime
3469
+ thumbnail
3470
+ concepts {
3471
+ id
3472
+ name
3473
+ }
3474
+ live
3475
+ description
3476
+ duration
3477
+ }
3478
+ }
3479
+ pictures {
3480
+ id
3481
+ createdAt
3482
+ updatedAt
3483
+ name
3484
+ index
3485
+ caption
3486
+ path
3487
+ path512
3488
+ path256
3489
+ topicId
3490
+ }
3491
+ difficulty
3492
+ psaSectionId
3493
+ likes
3494
+ dislikes
3495
+ isLikedByMe
3496
+ multiAnswer: answer
3497
+ }
3498
+ ... on QuestionPrescription {
3499
+ conceptId
3500
+ difficulty
3501
+ dislikes
3502
+ explanation
3503
+ id
3504
+ isLikedByMe
3505
+ likes
3506
+ question
3507
+ totalVotes
3508
+ typeId
3509
+ highlights {
3510
+ start
3511
+ end
3512
+ text
3513
+ part
3514
+ tag
3515
+ color
3516
+ }
3517
+ choices {
3518
+ id
3519
+ explanation
3520
+ name
3521
+ label
3522
+ answer
3523
+ votes
3524
+ picture {
3525
+ id
3526
+ createdAt
3527
+ updatedAt
3528
+ name
3529
+ caption
3530
+ path
3531
+ path512
3532
+ path256
3533
+ }
3534
+ }
3535
+ comments {
3536
+ id
3537
+ createdAt
3538
+ comment
3539
+ parentId
3540
+ likes
3541
+ user {
3542
+ id
3543
+ displayName
3544
+ }
3545
+ dislikes
3546
+ isLikedByMe
3547
+ questionId
3548
+ replies {
3549
+ id
3550
+ createdAt
3551
+ comment
3552
+ parentId
3553
+ user {
3554
+ id
3555
+ displayName
3556
+ }
3557
+ likes
3558
+ dislikes
3559
+ isLikedByMe
3560
+ questionId
3561
+ }
3562
+ }
3563
+ concept {
3564
+ id
3565
+ name
3566
+ status
3567
+ totalCards
3568
+ topic {
3569
+ id
3570
+ name
3571
+ typeId
3572
+ }
3573
+ chapter {
3574
+ id
3575
+ explanation
3576
+ pictures {
3577
+ id
3578
+ createdAt
3579
+ updatedAt
3580
+ name
3581
+ caption
3582
+ path
3583
+ path512
3584
+ path256
3585
+ index
3586
+ topicId
3587
+ }
3588
+ }
3589
+ videos {
3590
+ id
3591
+ status
3592
+ title
3593
+ museId
3594
+ startTime
3595
+ endTime
3596
+ thumbnail
3597
+ concepts {
3598
+ id
3599
+ name
3600
+ }
3601
+ live
3602
+ description
3603
+ duration
3604
+ }
3605
+ }
3606
+ pictures {
3607
+ id
3608
+ createdAt
3609
+ updatedAt
3610
+ name
3611
+ index
3612
+ caption
3613
+ path
3614
+ path512
3615
+ path256
3616
+ topicId
3617
+ }
3618
+ difficulty
3619
+ psaSectionId
3620
+ likes
3621
+ dislikes
3622
+ isLikedByMe
3623
+ prescribeAnswer: answer {
3624
+ dose {
3625
+ value
3626
+ display
3627
+ }
3628
+ drug {
3629
+ value
3630
+ display
3631
+ }
3632
+ route {
3633
+ value
3634
+ display
3635
+ }
3636
+ frequency {
3637
+ display
3638
+ value
3639
+ }
3640
+ duration {
3641
+ display
3642
+ value
3643
+ }
3644
+ units {
3645
+ display
3646
+ value
3647
+ }
3648
+ }
3649
+ }
3650
+ ... on QuestionEMQ {
3651
+ conceptId
3652
+ difficulty
3653
+ dislikes
3654
+ explanation
3655
+ id
3656
+ isLikedByMe
3657
+ likes
3658
+ question
3659
+ totalVotes
3660
+ typeId
3661
+ highlights {
3662
+ start
3663
+ end
3664
+ text
3665
+ part
3666
+ tag
3667
+ color
3668
+ }
3669
+ cases {
3670
+ id
3671
+ questionId
3672
+ case
3673
+ explanation
3674
+ label
3675
+ }
3676
+ choices {
3677
+ id
3678
+ explanation
3679
+ name
3680
+ label
3681
+ answer
3682
+ votes
3683
+ picture {
3684
+ id
3685
+ createdAt
3686
+ updatedAt
3687
+ name
3688
+ caption
3689
+ path
3690
+ path512
3691
+ path256
3692
+ }
3693
+ }
3694
+ comments {
3695
+ id
3696
+ createdAt
3697
+ comment
3698
+ parentId
3699
+ likes
3700
+ user {
3701
+ id
3702
+ displayName
3703
+ }
3704
+ dislikes
3705
+ isLikedByMe
3706
+ questionId
3707
+ replies {
3708
+ id
3709
+ createdAt
3710
+ comment
3711
+ parentId
3712
+ user {
3713
+ id
3714
+ displayName
3715
+ }
3716
+ likes
3717
+ dislikes
3718
+ isLikedByMe
3719
+ questionId
3720
+ }
3721
+ }
3722
+ concept {
3723
+ id
3724
+ name
3725
+ status
3726
+ totalCards
3727
+ topic {
3728
+ id
3729
+ name
3730
+ typeId
3731
+ }
3732
+ chapter {
3733
+ id
3734
+ explanation
3735
+ pictures {
3736
+ id
3737
+ createdAt
3738
+ updatedAt
3739
+ name
3740
+ caption
3741
+ path
3742
+ path512
3743
+ path256
3744
+ index
3745
+ topicId
3746
+ }
3747
+ }
3748
+ videos {
3749
+ id
3750
+ status
3751
+ title
3752
+ museId
3753
+ startTime
3754
+ endTime
3755
+ thumbnail
3756
+ concepts {
3757
+ id
3758
+ name
3759
+ }
3760
+ live
3761
+ description
3762
+ duration
3763
+ }
3764
+ }
3765
+ pictures {
3766
+ id
3767
+ createdAt
3768
+ updatedAt
3769
+ name
3770
+ index
3771
+ caption
3772
+ path
3773
+ path512
3774
+ path256
3775
+ topicId
3776
+ }
3777
+ difficulty
3778
+ psaSectionId
3779
+ likes
3780
+ dislikes
3781
+ isLikedByMe
3782
+ emqAnswer: answer
3783
+ }
3784
+ ... on QuestionRanking {
3785
+ conceptId
3786
+ difficulty
3787
+ dislikes
3788
+ explanation
3789
+ id
3790
+ isLikedByMe
3791
+ likes
3792
+ question
3793
+ totalVotes
3794
+ typeId
3795
+ highlights {
3796
+ start
3797
+ end
3798
+ text
3799
+ part
3800
+ tag
3801
+ color
3802
+ }
3803
+ choices {
3804
+ id
3805
+ explanation
3806
+ name
3807
+ label
3808
+ answer
3809
+ votes
3810
+ picture {
3811
+ id
3812
+ createdAt
3813
+ updatedAt
3814
+ name
3815
+ caption
3816
+ path
3817
+ path512
3818
+ path256
3819
+ }
3820
+ }
3821
+ comments {
3822
+ id
3823
+ createdAt
3824
+ comment
3825
+ parentId
3826
+ likes
3827
+ user {
3828
+ id
3829
+ displayName
3830
+ }
3831
+ dislikes
3832
+ isLikedByMe
3833
+ questionId
3834
+ replies {
3835
+ id
3836
+ createdAt
3837
+ comment
3838
+ parentId
3839
+ user {
3840
+ id
3841
+ displayName
3842
+ }
3843
+ likes
3844
+ dislikes
3845
+ isLikedByMe
3846
+ questionId
3847
+ }
3848
+ }
3849
+ concept {
3850
+ id
3851
+ name
3852
+ status
3853
+ totalCards
3854
+ topic {
3855
+ id
3856
+ name
3857
+ typeId
3858
+ }
3859
+ chapter {
3860
+ id
3861
+ explanation
3862
+ pictures {
3863
+ id
3864
+ createdAt
3865
+ updatedAt
3866
+ name
3867
+ caption
3868
+ path
3869
+ path512
3870
+ path256
3871
+ index
3872
+ topicId
3873
+ }
3874
+ }
3875
+ videos {
3876
+ id
3877
+ status
3878
+ title
3879
+ museId
3880
+ startTime
3881
+ endTime
3882
+ thumbnail
3883
+ concepts {
3884
+ id
3885
+ name
3886
+ }
3887
+ live
3888
+ description
3889
+ duration
3890
+ }
3891
+ }
3892
+ pictures {
3893
+ id
3894
+ createdAt
3895
+ updatedAt
3896
+ name
3897
+ index
3898
+ caption
3899
+ path
3900
+ path512
3901
+ path256
3902
+ topicId
3903
+ }
3904
+ difficulty
3905
+ psaSectionId
3906
+ likes
3907
+ dislikes
3908
+ isLikedByMe
3909
+ rankingAnswer: answer
3910
+ }
3911
+ ... on QuestionSelect3 {
3912
+ conceptId
3913
+ difficulty
3914
+ dislikes
3915
+ explanation
3916
+ id
3917
+ isLikedByMe
3918
+ likes
3919
+ question
3920
+ totalVotes
3921
+ typeId
3922
+ highlights {
3923
+ start
3924
+ end
3925
+ text
3926
+ part
3927
+ tag
3928
+ color
3929
+ }
3930
+ choices {
3931
+ id
3932
+ explanation
3933
+ name
3934
+ label
3935
+ answer
3936
+ votes
3937
+ picture {
3938
+ id
3939
+ createdAt
3940
+ updatedAt
3941
+ name
3942
+ caption
3943
+ path
3944
+ path512
3945
+ path256
3946
+ }
3947
+ }
3948
+ comments {
3949
+ id
3950
+ createdAt
3951
+ comment
3952
+ parentId
3953
+ likes
3954
+ user {
3955
+ id
3956
+ displayName
3957
+ }
3958
+ dislikes
3959
+ isLikedByMe
3960
+ questionId
3961
+ replies {
3962
+ id
3963
+ createdAt
3964
+ comment
3965
+ parentId
3966
+ user {
3967
+ id
3968
+ displayName
3969
+ }
3970
+ likes
3971
+ dislikes
3972
+ isLikedByMe
3973
+ questionId
3974
+ }
3975
+ }
3976
+ concept {
3977
+ id
3978
+ name
3979
+ status
3980
+ totalCards
3981
+ topic {
3982
+ id
3983
+ name
3984
+ typeId
3985
+ }
3986
+ chapter {
3987
+ id
3988
+ explanation
3989
+ pictures {
3990
+ id
3991
+ createdAt
3992
+ updatedAt
3993
+ name
3994
+ caption
3995
+ path
3996
+ path512
3997
+ path256
3998
+ index
3999
+ topicId
4000
+ }
4001
+ }
4002
+ videos {
4003
+ id
4004
+ status
4005
+ title
4006
+ museId
4007
+ startTime
4008
+ endTime
4009
+ thumbnail
4010
+ concepts {
4011
+ id
4012
+ name
4013
+ }
4014
+ live
4015
+ description
4016
+ duration
4017
+ }
4018
+ }
4019
+ pictures {
4020
+ id
4021
+ createdAt
4022
+ updatedAt
4023
+ name
4024
+ index
4025
+ caption
4026
+ path
4027
+ path512
4028
+ path256
4029
+ topicId
4030
+ }
4031
+ difficulty
4032
+ psaSectionId
4033
+ likes
4034
+ dislikes
4035
+ isLikedByMe
4036
+ select3Answer: answer
4037
+ }
4038
+ }
4039
+ }
4040
+ mockTestId
4041
+ correct
4042
+ incorrect
4043
+ totalQuestions
4044
+ isTestMarksheet
4045
+ }
4046
+ }
4047
+ }
4048
+ `;
3052
4049
  /**
3053
4050
  * saveMarksheets
3054
4051
  */