File size: 29,217 Bytes
0313279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
{
  "metadata": {
    "model_name": "llama-3.3-70b-instruct",
    "ntrain": 0,
    "ntest": -1,
    "timestamp": "20241212-022234"
  },
  "subject": "college_chemistry",
  "category": "STEM",
  "correct_rate": 53.0,
  "evaluation_results": [
    {
      "question": "The rate, r, of a zero-order chemical reaction A → B can be expressed as which of the following?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 28.99092674255371
    },
    {
      "question": "Infrared (IR) spectroscopy is useful for determining certain aspects of the structure of organic molecules because",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 28.991803884506226
    },
    {
      "question": "What is the maximum number of phases that can be at equilibrium with each other in a three component mixture?",
      "model_answer": "C.",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 28.99244785308838
    },
    {
      "question": "When the following equation is balanced, which of the following is true?\n__ MnO4− + __ I− + __ H+ <-> __ Mn2+ + __ IO3− + __ H2O",
      "model_answer": "C.",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 28.993530750274658
    },
    {
      "question": "The equation ΔH = ΔU + PΔV is applicable",
      "model_answer": "B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 28.994569778442383
    },
    {
      "question": "Nitronyl nitroxides are stable radicals in which the unpaired electron is coupled to two equivalent nitrogen nuclei. How many lines will appear in the EPR spectrum of a solution of a rigid nitronyl nitroxide diradical with J << a?",
      "model_answer": "C.",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 28.99538278579712
    },
    {
      "question": "Cobalt-60 is used in the radiation therapy of cancer and can be produced by bombardment of cobalt-59 with which of the following?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 28.996845722198486
    },
    {
      "question": "Which of the following is required for both paramagnetism and ferromagnetism?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 28.997684955596924
    },
    {
      "question": "The 1H spectrum of a mixture of dimethylsulphoxide (DMSO) and acetonitrile (AN) contains lines with relative intensities α and 3α, respectively. What is the ratio of the two concentrations, [DMSO]:[AN]?",
      "model_answer": "B",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 29.008264780044556
    },
    {
      "question": "Which of the following statements most accurately explains why the T1 of a nucleus is sometimes longer than its T2?",
      "model_answer": "B",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 29.008397817611694
    },
    {
      "question": "The 1H Larmor frequency of benzene exceeds that of trifluoroacetic acid by 1.656 kHz on a 400 MHz spectrometer. The 1H chemical shift of benzene is 7.16 ppm. What is the chemical shift of trifluoroacetic acid?",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 33.42604303359985
    },
    {
      "question": "Suppose that the 13C nuclei in a molecule in a 600 MHz spectrometer can be 100% polarized (p = 1). If T1 = 5.0 s, how long does it take for p to reach a value equal to twice the thermal equilibrium polarization at 298 K?",
      "model_answer": "D",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 33.426246881484985
    },
    {
      "question": "Estimate the β-hyperfine value for the cyclobutyl radical (C4H7•) assuming the radical is flat and the HCH angle is 115°.",
      "model_answer": "D",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 33.42639112472534
    },
    {
      "question": "What is the ratio of line intensities in the EPR spectrum of the t-Bu radical (CH3)3C•?",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 33.42653489112854
    },
    {
      "question": "Which one sentence explains most accurately why spin trapping is often used to detect free radical intermediates?",
      "model_answer": "C.",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 33.42667508125305
    },
    {
      "question": "Calculate the magnetic moment (μI) of a 13C nucleus.",
      "model_answer": "A",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 33.42681288719177
    },
    {
      "question": "The normal modes of a carbon dioxide molecule that are infrared-active include which of the following?\nI. Bending\nII. Symmetric stretching\nIII. Asymmetric stretching",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 33.42695617675781
    },
    {
      "question": "Which of the following is a true statement about optical isomerism of complexes containing achiral ligands?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 33.42709398269653
    },
    {
      "question": "Which one of the following statements is true:",
      "model_answer": "B.",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 33.4272301197052
    },
    {
      "question": "Calculate the Larmor frequency for a proton in a magnetic field of 1 T.",
      "model_answer": "B is incorrect, the correct answer is B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 33.427366971969604
    },
    {
      "question": "Which of the following is an n-type semiconductor?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 30.509738206863403
    },
    {
      "question": "Which of the following statements most accurately explains why the 1H spectrum of 12CHCl3 is a singlet?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 30.510499954223633
    },
    {
      "question": "At 25°C, the maximum amount of PbI2 that can be dissolved in 1.00 L of pure water is 1.0 mmol. Assuming complete dissociation, the solubility product, K_sp, for lead iodide at 25°C is",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 30.511452198028564
    },
    {
      "question": "The 13C spectrum of which isomer of C6H14 has lines with five distinct chemical shifts?",
      "model_answer": "C",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 30.51197099685669
    },
    {
      "question": "Which of the following is the most common naturally-occurring form in which silicon is found?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 30.512603044509888
    },
    {
      "question": "Which nuclide has an NMR frequency of 115.5 MHz in a 20.0 T magnetic field?",
      "model_answer": "B",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 30.51303219795227
    },
    {
      "question": "Which of the following must be true about a binary liquid mixture that obeys Raoult’s law?\nI. The partial pressure of each component at equilibrium is proportional to its mole fraction in the liquid mixture.\nII. The volume of the mixture is equal to the sum of the volumes of each component before mixing.\nIII. Intermolecular interactions in the mixture are identical to intermolecular interactions in the pure components.",
      "model_answer": "A",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 30.513597011566162
    },
    {
      "question": "A single line is seen in the 31P spectrum of a solution of sodium phosphate. The 31P chemical shifts of H2PO4‾ and HPO42– are 3.42 ppm and 5.82 ppm respectively. What is the chemical shift when the pH of the solution equals the pKa of H2PO4‾?",
      "model_answer": "C.",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 30.514421224594116
    },
    {
      "question": "For EDTA titrations, the analyte solution and the titrant solution are both buffered at the same pH for which of the following reasons?\nI. The conditional formation constant is affected by pH.\nII. The fraction of EDTA in the fully deprotonated Y4− form varies with pH.\nIII. When EDTA reacts to form a metal complex, H+ is a product in most cases.",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 30.515448093414307
    },
    {
      "question": "The Henry’s law constant for CO2 dissolved in water at 25°C is 30.0 atm M^−1. The concentration of dissolved CO2 in a vessel pressurized with 2.0 atm of CO2 is",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 30.516361236572266
    },
    {
      "question": "A student performs five titrations and obtains a mean result of 0.110 M, with a standard deviation of 0.001 M. If the actual concentration of the titrated solution is 0.100 M, which of the following is true about the titration results?",
      "model_answer": "B.",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 32.12657713890076
    },
    {
      "question": "A Cu(II) metal ion (giso = 2.12) produces four lines with a separation of 500 MHz between each line. Express the hyperfine splitting in field units of mT and the hyperfine coupling in units of wavenumbers.",
      "model_answer": "A",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 32.126970291137695
    },
    {
      "question": "On the basis of oxidation-reduction potential, which of the following is most likely to occur?",
      "model_answer": "B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 32.12785816192627
    },
    {
      "question": "Which of the following statements is not a reason why tetramethylsilane is used as a 1H chemical shift reference.",
      "model_answer": "B",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 32.12953233718872
    },
    {
      "question": "The X-band (9.5 GHz) EPR spectrum of a matrix isolated Na atom reveals four hyperfine lines with resonant field positions of 3074 G, 3174 G, 3274 G and 3374 G. Calculate the g value of the atom.",
      "model_answer": "A",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 32.12993311882019
    },
    {
      "question": "Calculate the spin angular momentum of 43Ca. [I = 7⁄2]",
      "model_answer": "B",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 32.130691051483154
    },
    {
      "question": "Calculate the magnetic field responsible for the polarization of 2.5 x 10^-6 for 13C at 298 K.",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 32.131325244903564
    },
    {
      "question": "The T2 of an NMR line is 15 ms. Ignoring other sources of linebroadening, calculate its linewidth.",
      "model_answer": "B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 32.13211536407471
    },
    {
      "question": "What is the maximum value of the z-component of the spin angular momentum of 43Ca? [I = 7⁄2]",
      "model_answer": "B",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 32.13268423080444
    },
    {
      "question": "Of the following compounds, which has the lowest melting point?",
      "model_answer": "D",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 32.13337421417236
    },
    {
      "question": "Which of the following statements about nuclear binding energies is NOT true?",
      "model_answer": "B.",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 30.76979923248291
    },
    {
      "question": "Predict the hyperfine value for the EPR spectrum of fully deuteriated benzene radical anion C6D6•-.",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 30.770246267318726
    },
    {
      "question": "The strongest base in liquid ammonia is",
      "model_answer": "B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 30.770671129226685
    },
    {
      "question": "The equilibrium populations of the 1H energy levels of a molecule are nα = nαeq and nβ = nβeq. What are the populations after a 5.0 μs pulse when B1 = 4.697 mT?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 30.77176022529602
    },
    {
      "question": "Calculate the Q-factor for an X-band EPR cavity with a resonator bandwidth of 1.58 MHz.",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 30.772118091583252
    },
    {
      "question": "The 13C chemical shifts of benzene and chloroform are 128.4 ppm and 77.2 ppm respectively. What is the difference in the 13C NMR frequencies of the two compounds on a 600 MHz spectrometer?",
      "model_answer": "C",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 30.77253818511963
    },
    {
      "question": "Of the following solutions, which will have the highest ionic strength? (Assume complete dissociation.)",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 30.772955179214478
    },
    {
      "question": "What is the strength (B1) of a 13C 90° pulse of duration 1 μs?",
      "model_answer": "C",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 30.773335218429565
    },
    {
      "question": "Which of the following experimental observations were explained by Planck’s quantum theory?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 30.78385615348816
    },
    {
      "question": "A radioactive isotope, which is used in diagnostic imaging, has a half-life of 6.0 hours. If a quantity of this isotope has an activity of 150 mCi when it is delivered to a hospital, how much activity will remain 24 hours after delivery? (mCi = microcuries)",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 30.784853219985962
    },
    {
      "question": "What is the orbital angular momentum quantum number, l, of the electron that is most easily removed when ground-state aluminum is ionized?",
      "model_answer": "B.",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 29.82088875770569
    },
    {
      "question": "Considering 0.1 M aqueous solutions of each of the following, which solution has the lowest pH?",
      "model_answer": "B",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 29.821378707885742
    },
    {
      "question": "A silyl radical bearing an Si-H· fragment has a g value of 2.0033 and a pair of lines separated by 15.5 MHz. Express the splitting in units of mT, Gauss and cm-1.",
      "model_answer": "A",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 29.821791887283325
    },
    {
      "question": "Elements with partially filled 4f or 5f orbitals include all of the following EXCEPT",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 29.82228970527649
    },
    {
      "question": "Calculate spin density on the central carbon atom of malonic acid radical (•CH(COOH)2) if the hyperfine value for the α-hydrogen atom is 21.9 G.",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 29.822834730148315
    },
    {
      "question": "In fluorescence spectroscopy, the quantum yield (Φ_f) is best defined as the",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 29.823919773101807
    },
    {
      "question": "Which one of the following statements is true:",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 29.834913730621338
    },
    {
      "question": "What is the magnetic moment of 205Tl?",
      "model_answer": "A",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 29.83506679534912
    },
    {
      "question": "A molecule has a rotational correlation time of 1 ns. At what magnetic field would protons in this molecule have the fastest spin-lattice relaxation? [Use eqns 5.3 and 5.4.]",
      "model_answer": "C",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 29.835197925567627
    },
    {
      "question": "Of the following ionic substances, which has the greatest lattice enthalpy?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 29.835328578948975
    },
    {
      "question": "Which of the following compounds has a 1H resonance approximately 1.55 kHz away from TMS on a spectrometer with a 12.0 T magnet?",
      "model_answer": "C",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 29.35475778579712
    },
    {
      "question": "Calculate the equilibrium polarization of 13C nuclei in a 20.0 T magnetic field at 300 K.",
      "model_answer": "B",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 29.355244874954224
    },
    {
      "question": "The magnetic moment (μI) of an unknown nuclide is 2.884 x 10^-27 J T-1. Given the nuclear spin is known to be 1, identify the unknown nuclide.",
      "model_answer": "C",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 29.35557770729065
    },
    {
      "question": "Which of the following is (are) characteristic of mass spectrometry?\nI. Analyte molecules are converted to gaseous ions.\nII. The ions are separated according to their mass-to-charge ratio.\nIII. In addition to compound identification, mass spectra can be utilized to determine precise isotopic masses and isotopic ratios.",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 29.356151819229126
    },
    {
      "question": "Which of the following types of spectroscopy is a light-scattering technique?",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 29.356802701950073
    },
    {
      "question": "When the Heisenberg uncertainty principle is applied to a quantum mechanical particle in the lowest energy level of a one-dimensional box, which of the following is true?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 29.357308864593506
    },
    {
      "question": "The dissociation energy for a hydrogen-bromine bond is defined as the change in enthalpy, DH, for which of the following reactions?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 29.35775589942932
    },
    {
      "question": "23Na has an NMR frequency of 198.52 MHz in a 750 MHz NMR spectrometer. What is its magnetogyric ratio?",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 29.3719539642334
    },
    {
      "question": "Exact solutions of the Schrödinger equation CANNOT be obtained for a",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 29.372200965881348
    },
    {
      "question": "What is the limiting high-temperature molar heat capacity at constant volume (C_V) of a gas-phase diatomic molecule?",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 29.372336864471436
    },
    {
      "question": "The +1 oxidation state is more stable than the +3 oxidation state for which group 13 element?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 27.788458108901978
    },
    {
      "question": "The fact that the infrared absorption frequency of deuterium chloride (DCl) is shifted from that of hydrogen chloride (HCl) is due to the differences in their",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 27.78863286972046
    },
    {
      "question": "The number of allowed energy levels for the 55Mn nuclide are:",
      "model_answer": "D",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 27.788753986358643
    },
    {
      "question": "A substance that is NOT generally considered to be a toxic pollutant in water is",
      "model_answer": "A",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 27.788872957229614
    },
    {
      "question": "All proteins absorb electromagnetic radiation of wavelength around 190 nm, which corresponds to a π → π* excitation in the protein molecule. In which region of the spectrum is this wavelength found?",
      "model_answer": "B.",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 27.789218187332153
    },
    {
      "question": "The rotational correlation time of a spherical object of radius r immersed in a liquid with viscosity η is given by the Stokes equation: τc = 4πηr3/3kBT. A small molecule with relative molecular mass Mr = 100 in water at 298 K has τc = 50 ps. Assuming that Mr is proportional to the molecular volume, estimate τc for a small protein with Mr = 8400.",
      "model_answer": "B.",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 27.78951621055603
    },
    {
      "question": "Chlorofluorocarbons (CFCs) such as F3CCCl3 are implicated in the decomposition of stratospheric ozone. Which of the following methods would be best suited to measurement of trace amounts (sub-ppb) of CFCs in an air sample?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 27.789738178253174
    },
    {
      "question": "The solid-state structures of the principal allotropes of elemental boron are made up of which of the following structural units?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 27.789868116378784
    },
    {
      "question": "A buffer is made from equal concentrations of a weak acid and its conjugate base. Doubling the volume of the buffer solution by adding water has what effect on its pH?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 27.78998613357544
    },
    {
      "question": "Which of the following is classified as a conjugate acid-base pair?",
      "model_answer": "B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 27.790104866027832
    },
    {
      "question": "Which of the following metal ions cannot be used as a paramagnetic quencher?",
      "model_answer": "D",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 35.97604990005493
    },
    {
      "question": "An electron and a proton are placed in a 1.0 T magnetic field at 300 K. What is the ratio of the equilibrium polarizations: |pe / pH| ?",
      "model_answer": "B",
      "correct_answer": 1,
      "is_correct": true,
      "response_time": 35.97675800323486
    },
    {
      "question": "The amplitude of a free induction decay drops to 25% of its initial intensity after 1.0 s. Assuming exponential relaxation and Ω = 0, determine the value of T2.",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 35.97735667228699
    },
    {
      "question": "The molecular geometry of thionyl chloride, SOCl2, is best described as",
      "model_answer": "B.",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 35.97826266288757
    },
    {
      "question": "Which of the following procedures tend(s) to minimize the influence of random errors on measured results?\nI. Signal averaging\nII. Use of internal standards\nIII. Averaging the results from multiple samples",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 35.979206800460815
    },
    {
      "question": "A PO3- radical produces a pair of lines separated by 280 MHz with giso = 2.005. Calculate the expected resonant field positions of both lines in the X-band EPR spectrum (ν = 9.5 GHz).",
      "model_answer": "C",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 35.97993779182434
    },
    {
      "question": "Calculate the relative occupancies of the α and β spin energy levels for a radical species with g = 2.05, at L- and W-band frequencies (take TS = 300 K).",
      "model_answer": "A",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 35.980464935302734
    },
    {
      "question": "Which of the following is a primary standard for use in standardizing bases?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 35.981207847595215
    },
    {
      "question": "Which of the following is lower for argon than for neon?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 35.98179268836975
    },
    {
      "question": "The 99Ru chemical shift of [Ru(H2O)6]2+ is 16,050 ppm relative to [Ru(CN)6]2- at 0 ppm. The electronic excitation energies of [Ru(H2O)6]2+, [Ru(CN)6]2- and [Ru(NH3)6]2+ are 18,900, 40,000 and 25,600 cm-1 respectively. Assuming that the chemical shift differences are dominated by paramagnetic currents, determine the chemical shift of [Ru(NH3)6]2+.",
      "model_answer": "C",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 35.982205867767334
    },
    {
      "question": "During a delay, spins with an offset frequency Ω = 250 rad s-1 precess through an angle of 60°. How long is the delay?",
      "model_answer": "B",
      "correct_answer": 0,
      "is_correct": false,
      "response_time": 25.440827131271362
    },
    {
      "question": "Which of the following is always true of a spontaneous process?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 25.441415071487427
    },
    {
      "question": "Nitronyl nitroxides are stable radicals in which the unpaired electron is coupled to two equivalent nitrogen nuclei. How many lines will appear in the EPR spectrum of a solution of a rigid nitronyl nitroxide diradical with J >> a?",
      "model_answer": "C.",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 25.44182586669922
    },
    {
      "question": "Redox enzyme catalysis involves the cyclic oxidation and reduction of metal ions that have at least two stable positive oxidation states. Which of the following groups of metals could be found at the active site of redox enzymes?",
      "model_answer": "A.",
      "correct_answer": 0,
      "is_correct": true,
      "response_time": 25.442179918289185
    },
    {
      "question": "In the vibrational-rotational spectrum of a diatomic molecule, the R-branch of the spectrum is the result of which of the following transitions?",
      "model_answer": "B",
      "correct_answer": 3,
      "is_correct": false,
      "response_time": 25.4426851272583
    },
    {
      "question": "Of the following atoms, which has the lowest electron affinity?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 25.443970918655396
    },
    {
      "question": "Of the following ions, which has the smallest radius?",
      "model_answer": "C",
      "correct_answer": 2,
      "is_correct": true,
      "response_time": 25.45493197441101
    },
    {
      "question": "What is the NMR frequency of 31P in a 20.0 T magnetic field?",
      "model_answer": "B",
      "correct_answer": 2,
      "is_correct": false,
      "response_time": 25.455095052719116
    },
    {
      "question": "Predict the number of lines in the EPR spectrum of a solution of dimethylnitroxide (CH3)2NO• assuming the lines do not overlap.",
      "model_answer": "D",
      "correct_answer": 1,
      "is_correct": false,
      "response_time": 25.455208778381348
    },
    {
      "question": "Of the following compounds, which is LEAST likely to behave as a Lewis acid?",
      "model_answer": "D",
      "correct_answer": 3,
      "is_correct": true,
      "response_time": 25.45533514022827
    }
  ]
}