-
Notifications
You must be signed in to change notification settings - Fork 1
/
VascularMetadataLoader
701 lines (298 loc) · 148 KB
/
VascularMetadataLoader
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
require 'mongo'
require 'bson'
puts "Running Mongo loading script. . . "
puts RUBY_VERSION
# Start up a Mongo Connection from configs in local environment variable(s)
CN = Mongo::Connection.new
DB = CN.db
# Clean out anything that might be in the db already:
DB['vascular_meta'].remove
# Set up a handle to make inserts more convenient . . .
$vascular_c = DB['vascular_meta']
## Vascular Metadata Content Starts Here ##
d = { "title_text"=> "VASCULAR SURGERY", "chapterbutton_title"=> ["Introduction", "Home Care", "Activity", "Nutrition", "Medication", "Well-Being", "Caregiving", "Goals"], "chapterbutton_image"=> [ "VascularContent/Images/introductionv.png", "VascularContent/Images/homecarev.png", "VascularContent/Images/activityv.png", "VascularContent/Images/nutritionv.png", "VascularContent/Images/medicationv.png", "VascularContent/Images/wellbeingv.png", "VascularContent/Images/caregivingv.png", "VascularContent/Images/goalsv.png" ], "patient_name"=> "IMPORT THIS FROM FILL-IN NAME", "caregiver_name"=> "Family/ Friend", "condition"=> "1", "formatting"=> "home", "id"=>1000001 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 1: Introduction to Your Training", "tags" => ["vascular", "basics"], "chapter"=>"1", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Welcome to Noora Training", "Lesson 2: Introduction to Your Condition"], "lesson_text"=>["In this section we will layout the basics of what you can expect while going through the this training program for vascular surgery.", "Learn about the basic principles and science behind your condition. Get the 101 on how, what, and why about vascular surgery."], "lesson_image"=> ["VascularContent/Images/nooratraining.png", "VascularContent/Images/introvascular.png"], "lesson_audio"=> ["VascularContent/Audio/nooratraining.mp3", "VascularContent/Audio/introvascular.mp3"], "id"=>1000002 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module" => "1", "lesson"=>"1", "chapter"=>"1", "condition"=>"1", "title_text"=>"Welcome to Noora Training", "video"=> "VascularContent/Video/welcome.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000003 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 2: Introduction to Your Condition", "lessonbutton_text"=> ["Vascular System", "Aneurysm", "Abdominal Aortic Aneurysm", "Pseudoaneurysm", "Stenosis", "Peripheral", "Amputation", "AV Fistula", "Diabetes", "Hypertension"], "lessonbutton_image"=> [ "VascularContent/Images/vascularsystem.png", "VascularContent/Images/aneurysm.png", "VascularContent/Images/aaa.png", "VascularContent/Images/pseudoaneurysm.png", "VascularContent/Images/stenosis.png", "VascularContent/Images/peripheral.png", "VascularContent/Images/amputation.png", "VascularContent/Images/avfistula.png", "VascularContent/Images/diabetes.png", "VascularContent/Images/hypertension.png"], "lesson"=>"2", "chapter"=>"1", "condition"=> "1", "id"=>1000004 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module" => "1", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=> "The Vascular System", "video"=> "VascularContent/Video/vascularsystem.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000005 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"About Aneurysms", "video"=> "VascularContent/Video/aneurysm.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000006 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Abdominal Aortic Aneurysm", "video"=> "VascularContent/Video/aaa.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000007 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Pseudoaneurysm", "video"=> "VascularContent/Video/pseudoaneurysm.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000008 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Carotid Artery Disease/ Stenosis", "VascularContent/Video/video"=> "stenosis.mp4", "formatting"=> "video", "order_to_present"=> "1", "id"=> 1000009 }
$vascular_c.insert(d); d = {"tags"=> ["vascular", "basics"], "module"=>"6", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Peripheral Vascular Disease", "video"=> "VascularContent/Video/pvd.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000010 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"7", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Amputations", "video"=> "VascularContent/Video/amputations.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>10000011 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"AV Fistula", "video"=> "VascularContent/Video/avfistula.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000012 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"9", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Diabetes & Vascular Disease", "video"=> "VascularContent/Video/diabetes.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000013 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"10", "lesson"=>"2", "chapter"=>"1", "condition"=>"1", "title_text"=>"Hypertension & Vascular Disease", "video"=> "VascularContent/Video/hypertension.mp4", "order_to_present"=>"1", "formatting"=> "video", "id"=>1000014 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 1: Introduction to Your Training", "tags" => ["vascular", "basics"], "chapter"=>"1", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Caring for Your Cut", "Lesson 2: Warning Signs After Surgery"], "lesson_text"=>["In this section we will layout the basics of what you can expect while going through the this training program for vascular surgery.", "Learn the major things to watch out after your surgery. Recognize signs of complications in order to prevent emergencies."], "lesson_image"=> ["VascularContent/Images/caringcutlesson.png", "VascularContent/Images/warningsigns.png"], "lesson_audio"=> ["VascularContent/Audio/caringcutlesson.mp3", "VascularContent/Audio/warningsigns.mp3"], "id"=>1000015 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Caring for Your Cut", "lessonbutton_text"=> ["Why?", "Maintenance", "Infection", "Practice", "Scenarios", "Open Wounds"], "lessonbutton_image"=> [ "VascularContent/Images/whycut.png", "VascularContent/Images/dressing.png", "VascularContent/Images/infection.png", "VascularContent/Images/howtocut.png", "VascularContent/Images/nhealing.png", "VascularContent/Images/openwounds.png"], "formatting"=> "lesson_screen", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "id"=>1000016 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Why is Cut Care Important?", "video"=> "VascularContent/Video/cutcare.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000017 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Changing the Dressings", "video"=> "VascularContent/Video/dressingchange.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000018 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Watching for Infection", "video"=> "VascularContent/Video/infectionwatch.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000019 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"How to Care For Your Cut", "image"=> "VascularContent/Images/howcutcare.png", "audio"=> "VascularContent/Audio/howcutcare.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000020 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the first question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ1.png", "audio"=> "VascularContent/Audio/cutcareQ1.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"2", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000021 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the first question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000021, "image"=> "VascularContent/Images/cutcareA1.png", "correct_audio"=> "VascularContent/Audio/cutcareQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ1incorrect.mp3", "VascularContent/Images/correct_grade"=> "VascularContent/Images/greendot.png", "VascularContent/Images/incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"3", "formatting"=> "TFA", "id"=>1000022 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the second question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ2.png", "audio"=> "VascularContent/Audio/cutcareQ2.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"4", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000023 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the second question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000023, "image"=> "VascularContent/Images/cutcareA2.png", "correct_audio"=> "VascularContent/Audio/cutcareQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"5", "formatting"=> "TFA", "id"=>1000024 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is NOT the third question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ3.png", "audio"=> "VascularContent/Audio/cutcareQ3.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"6", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000025 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: False! This is, in fact, the third question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000025, "image"=> "VascularContent/Images/cutcareA3.png", "correct_audio"=> "VascularContent/Audio/cutcareQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"7", "formatting"=> "TFA", "id"=>1000026 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is NOT the fourth question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ4.png", "audio"=> "VascularContent/Audio/cutcareQ4.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"8", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000027 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: False. This is, in fact, the fourth question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000027, "image"=> "VascularContent/Images/cutcareA4.png", "correct_audio"=> "VascularContent/Audio/cutcareQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"9", "formatting"=> "TFA", "id"=>1000028 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the fifth question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ2.png", "audio"=> "VascularContent/Audio/cutcareQ5.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"10", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000029 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: True. This is, in fact, the fifth question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000029, "image"=> "VascularContent/Images/cutcareA5.png", "correct_audio"=> "VascularContent/Audio/cutcareQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"11", "formatting"=> "TFA", "id"=>1000030 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the sixth question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ6.png", "audio"=> "VascularContent/Audio/cutcareQ6.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"12", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000031 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the sixth question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000031, "image"=> "VascularContent/Images/cutcareA6.png", "correct_audio"=> "VascularContent/Audio/cutcareQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"13", "formatting"=> "TFA", "id"=>1000032 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is NOT the seventh question about how to care for your cut?", "image"=> "VascularContent/Images/cutcareQ7.png", "audio"=> "VascularContent/Audio/cutcareQ7.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"14", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000033 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: FALSE. This is, in fact, the seventh question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000033, "image"=> "VascularContent/Images/cutcareA7.png", "correct_audio"=> "VascularContent/Audio/cutcareQ7correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cutcareQ7incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"15", "formatting"=> "TFA", "id"=>1000034 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Normal Versus Abnormal Healing", "image"=> "VascularContent/Images/normalvab.png", "audio"=> "VascularContent/Audio/normalvab.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000035 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 1 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/normalvabQ1.png", "audio"=> "VascularContent/Audio/normalvabQ1.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=>"2", "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000036 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000036, "image"=> "VascularContent/Images/normalvabA1.png", "correct_audio"=> "VascularContent/Audio/normalvabQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/normalvabQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"3", "formatting"=> "SA", "id"=>1000037 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 2 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/normalvabQ2.png", "audio"=> "VascularContent/Audio/normalvabQ2.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button2", "order_to_present"=>"4", "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000038 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000038, "image"=> "VascularContent/Images/normalvabA2.png", "correct_audio"=> "VascularContent/Audio/normalvabQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/normalvabQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 5, "formatting"=> "SA", "id"=>1000039 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 3 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/normalvabQ1.png", "audio"=> "VascularContent/Audio/normalvabQ3.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button2", "order_to_present"=> 6, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000040 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a call the doctor situation", "associated_question_id"=> 1000040, "image"=> "VascularContent/Images/normalvabA3.png", "correct_audio"=> "VascularContent/Audio/normalvabQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/normalvabQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 7, "formatting"=> "SA", "id"=>1000041 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 4 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/normalvabQ4.png", "audio"=> "VascularContent/Audio/normalvabQ4.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button3", "order_to_present"=> 8, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000042 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a call 911 situation", "associated_question_id"=> 1000042, "image"=> "VascularContent/Images/normalvabA4.png", "correct_audio"=> "VascularContent/Audio/normalvabQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/normalvabQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 9, "formatting"=> "SA", "id"=>1000043 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 5 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/normalvabQ5.png", "audio"=> "VascularContent/Audio/normalvabQ5.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=> 10, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000044 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000044, "image"=> "VascularContent/Images/normalvabA5.png", "correct_audio"=> "VascularContent/Audio/normalvabQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/normalvabQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"11", "formatting"=> "SA", "id"=>1000045 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"1", "chapter"=>"2", "condition"=>"1", "title_text"=>"Open Wounds", "video"=> "VascularContent/Video/openwounds.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000046 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 2: Warning Signs After Surgery", "lessonbutton_text"=> ["Normal", "Concern", "Emergency", "Scenarios", "Carotid Endarterectomy", "AAA/TAA", "Angiogram", "Pain Meds"], "lessonbutton_image"=> [ "VascularContent/Images/normalsigns.png", "VascularContent/Images/concernsigns.png", "VascularContent/Images/emergencysigns.png", "VascularContent/Images/signscenarios.png", "VascularContent/Images/carotidsigns.png", "VascularContent/Images/aaasigns.png", "VascularContent/Images/angiogramsigns.png", "VascularContent/Images/painmedicationsigns.png"], "formatting"=> "lesson_screen", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "id"=>1000047 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs of Normal Healing in the Body", "body_section"=> "INTRODUCTION", "body_text"=> "Click on different parts of the body diagram to see what normal signs of healing to expect in that region of the body.", "audio"=> "VascularContent/Audio/normalsigns1.mp3", "order_to_present"=> 1, "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=> 1000048 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Normal Healing in the Body", "body_section"=> "HEAD", "body_text"=> "The head will occasionally feel dizzy while standing, but this should improve after the first month. Small headaches are common.", "audio"=> "VascularContent/Audio/normalsigns2.mp3", "order_to_present"=> 2, "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000049 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs of Normal Healing in the Body", "body_section"=> "CHEST", "body_text"=> "Coughing after vascular surgery is common, practice breathing exercises to get your lungs into good shape after surgery. This will also help you prevent pneumonia, yay!", "audio"=> "VascularContent/Audio/normalsigns3.mp3", "order_to_present"=>"3", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000050 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs of Normal Healing in the Body", "body_section"=> "ABDOMEN", "body_text"=> "These are the normal signs to recognize into your abdomen after surgery. You may not be very hungry, but it is important to follow your diet so that you can get better and stay better.", "audio"=> "VascularContent/Audio/normalsigns4.mp3", "order_to_present"=>"4", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000051 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Normal Healing in the Body", "body_section"=> "PELVIS", "body_text"=> "You may experience some cramps, but don’t worry if they are minor. If you can walk, this isn’t normal.", "audio"=> "VascularContent/Audio/normalsigns5.mp3", "order_to_present"=>"5", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000052 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Normal Healing in the Body", "body_section"=> "EXTREMITIES", "body_text"=> "You should be able to feel your limbs!", "audio"=> "VascularContent/Audio/normalsigns6.mp3", "order_to_present"=>"6", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000053 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs for Concern (Call Doctor)", "body_section"=> "INTRODUCTION", "body_text"=> "Click on different parts of the body diagram to see signs for concern to watch out for in that region of the body.", "audio"=> "VascularContent/Audio/concernsigns1.mp3", "order_to_present"=>"1", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000054 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs for Concern (Call Doctor)", "body_section"=> "HEAD", "body_text"=> "The head will occasionally feel dizzy while standing, but this should improve after the first month. These are the signs for concern", "audio"=> "VascularContent/Audio/concernsigns2.mp3", "order_to_present"=>"2", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000055 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs for Concern (Call Doctor)", "body_section"=> "CHEST", "body_text"=> "Coughing after vascular surgery is common, practice breathing exercises to get your lungs into good shape after surgery. This will also help you prevent pneumonia, yay!", "audio"=> "VascularContent/Audio/concernsigns3.mp3", "order_to_present"=>"3", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000056 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs for Concern (Call Doctor)", "body_section"=> "ABDOMEN", "body_text"=> "These are the signs for concern to recognize into your abdomen after surgery. You may not be very hungry, but it is important to follow your diet so that you can get better and stay better.", "audio"=> "VascularContent/Audio/concernsigns4.mp3", "order_to_present"=>"4", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000057 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs for Concern (Call Doctor)", "body_section"=> "PELVIS", "body_text"=> "You may experience some cramps, but don’t worry if they are minor. If you can walk, SIGNS FOR CONCERN.", "audio"=> "VascularContent/Audio/concernsigns5.mp3", "order_to_present"=>"5", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000058 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs for Concern (Call Doctor)", "body_section"=> "EXTREMITIES", "body_text"=> "You should be able to feel your limbs! Signs for concern!!", "audio"=> "VascularContent/Audio/concernsigns6.mp3", "order_to_present"=>"6", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000059 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Emergency (Go to ER)", "body_section"=> "INTRODUCTION", "body_text"=> "Click on different parts of the body diagram to see signs for emergency to watch out for in that region of the body.", "audio"=> "VascularContent/Audio/emergencysigns1.mp3", "order_to_present"=>"1", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000060 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs of Emergency (Go to ER)", "body_section"=> "HEAD", "body_text"=> "The head will occasionally feel dizzy while standing, but this should improve after the first month. These are the signs for emergency", "audio"=> "VascularContent/Audio/emergencysigns2.mp3", "order_to_present"=>"2", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000061 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "The Signs of Emergency (Go to ER)", "body_section"=> "CHEST", "body_text"=> "Coughing after vascular surgery is an emergency, practice breathing exercises to get your lungs into good shape after surgery. This will also help you prevent pneumonia, yay!", "audio"=> "VascularContent/Audio/emergencysigns3.mp3", "order_to_present"=>"3", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000062 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Emergency (Go to ER)", "body_section"=> "ABDOMEN", "body_text"=> "These are the signs for emergency to recognize into your abdomen after surgery. You may not be very hungry, but it is important to follow your diet so that you can get better and stay better.", "audio"=> "VascularContent/Audio/emergencysigns4.mp3", "order_to_present"=>"4", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000063 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Emergency (Go to ER)", "body_section"=> "PELVIS", "body_text"=> "You may experience some cramps, but don’t worry if they are minor. If you can walk, SIGNS FOR emergency.", "audio"=> "VascularContent/Audio/emergencysigns5.mp3", "order_to_present"=>"5", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000064 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"The Signs of Emergency (Go to ER)", "body_section"=> "EXTREMITIES", "body_text"=> "You should be able to feel your limbs! Signs for emergency!!", "audio"=> "VascularContent/Audio/emergencysigns6.mp3", "order_to_present"=>"6", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000065 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Practice Identifying Warning Signs", "image"=> "VascularContent/Images/warningsign.png", "audio"=> "VascularContent/Audio/warningsign.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000066 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 1 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ1.png", "audio"=> "VascularContent/Audio/warningsignQ1.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=>"2", "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000067 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000067, "image"=> "VascularContent/Images/warningsignA1.png", "correct_audio"=> "VascularContent/Audio/warningsignQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"3", "formatting"=> "SA", "id"=>1000068 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 2 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ2.png", "audio"=> "VascularContent/Audio/warningsignQ2.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button2", "order_to_present"=>"4", "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000069 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000069, "image"=> "VascularContent/Images/warningsignA2.png", "correct_audio"=> "VascularContent/Audio/warningsignQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 5, "formatting"=> "SA", "id"=>1000070 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 3 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ1.png", "audio"=> "VascularContent/Audio/warningsignQ3.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button2", "order_to_present"=> 6, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000071 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a call the doctor situation", "associated_question_id"=> 1000071, "image"=> "VascularContent/Images/warningsignA3.png", "correct_audio"=> "VascularContent/Audio/warningsignQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 7, "formatting"=> "SA", "id"=>1000072 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 4 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ4.png", "audio"=> "VascularContent/Audio/warningsignQ4.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button3", "order_to_present"=> 8, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000073 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a call 911 situation", "associated_question_id"=> 1000073, "image"=> "VascularContent/Images/warningsignA4.png", "correct_audio"=> "VascularContent/Audio/warningsignQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 9, "formatting"=> "SA", "id"=>1000074 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 5 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ5.png", "audio"=> "VascularContent/Audio/warningsignQ5.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=> 10, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000075 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000075, "image"=> "VascularContent/Images/warningsign.png", "correct_audio"=> "VascularContent/Audio/warningsignQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"11", "formatting"=> "SA", "id"=>1000076 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 6 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ6.png", "audio"=> "VascularContent/Audio/warningsignQ6.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=> 12, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000077 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000077, "image"=> "VascularContent/Images/warningsignA6.png", "correct_audio"=> "VascularContent/Audio/warningsignQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"13", "formatting"=> "SA", "id"=>1000078 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 7 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/warningsignQ7.png", "audio"=> "VascularContent/Audio/warningsignQ7.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=> 14, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000079 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000079, "image"=> "VascularContent/Images/warningsignA7.png", "correct_audio"=> "VascularContent/Audio/warningsignQ7correct.mp3", "incorrect_audio"=> "VascularContent/Audio/warningsignQ7incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 15, "formatting"=> "SA", "id"=>1000080 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Carotid Endarterectomy", "video"=> "VascularContent/Video/carotidendarterectomy.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000081 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"AAA/TAA", "video"=> "VascularContent/Video/aaataa.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000082 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"7", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Angiogram", "video"=> "VascularContent/Video/angiogram.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000083 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Pain Medications", "image"=> "VascularContent/Images/painmeds.png", "audio"=> "VascularContent/Audio/painmeds.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000084 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the first question about pain meds?", "image"=> "VascularContent/Images/painmedsQ1.png", "audio"=> "VascularContent/Audio/painmedsQ1.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"2", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000085 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the first question about pain meds", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000085, "image"=> "VascularContent/Images/painmedsA1.png", "correct_audio"=> "VascularContent/Audio/painmedsQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"3", "formatting"=> "TFA", "id"=>1000086 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the second question about pain meds?", "image"=> "VascularContent/Images/painmedsQ2.png", "audio"=> "VascularContent/Audio/painmedsQ2.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"4", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000087 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the second question about how to care for your cut", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000087, "image"=> "VascularContent/Images/painmedsA2.png", "correct_audio"=> "VascularContent/Audio/painmedsQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 5, "formatting"=> "TFA", "id"=>1000088 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is NOT the third question about pain meds?", "image"=> "VascularContent/Images/painmedsQ3.png", "audio"=> "VascularContent/Audio/painmedsQ3.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"6", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000089 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: False! This is, in fact, the third question about pain meds", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000089, "image"=> "VascularContent/Images/painmedsA3.png", "correct_audio"=> "VascularContent/Audio/painmedsQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 7, "formatting"=> "TFA", "id"=>1000090 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is NOT the fourth question about pain meds?", "image"=> "VascularContent/Images/painmedsQ4.png", "audio"=> "VascularContent/Audio/painmedsQ4.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"8", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000091 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: False. This is, in fact, the fourth question about pain meds", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000091, "image"=> "VascularContent/Images/painmedsA4.png", "correct_audio"=> "VascularContent/Audio/painmedsQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"9", "formatting"=> "TFA", "id"=>1000092 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the fifth question about pain meds?", "image"=> "VascularContent/Images/painmedsQ2.png", "audio"=> "VascularContent/Audio/painmedsQ5.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"10", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000093 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: True. This is, in fact, the fifth question about pain meds", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> "1000093", "image"=> "VascularContent/Images/painmedsA5.png", "correct_audio"=> "VascularContent/Audio/painmedsQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"11", "formatting"=> "TFA", "id"=>1000094 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is the sixth question about pain meds?", "image"=> "VascularContent/Images/painmedsQ6.png", "audio"=> "VascularContent/Audio/painmedsQ6.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"12", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000095 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the sixth question about pain meds", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> 1000095, "image"=> "VascularContent/Images/painmedsA6.png", "correct_audio"=> "VascularContent/Audio/painmedsQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"13", "formatting"=> "TFA", "id"=>1000096 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Question: This is NOT the seventh question about pain meds?", "image"=> "VascularContent/Images/painmedsQ7.png", "audio"=> "VascularContent/Audio/painmedsQ7.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"14", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000097 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"2", "chapter"=>"2", "condition"=>"1", "title_text"=>"Answer: FALSE. This is, in fact, the seventh question about pain meds", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000097, "image"=> "VascularContent/Images/painmedsA8.png", "correct_audio"=> "VascularContent/Audio/painmedsQ8correct.mp3", "incorrect_audio"=> "VascularContent/Audio/painmedsQ8incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"15", "formatting"=> "TFA", "id"=>1000098 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 3: Activity & Safety", "tags" => ["vascular", "basics"], "chapter"=>"3", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Activity & Exercise", "Lesson 2: Safety During Exercise"], "lesson_text"=>["In this section we will layout the basics of getting back to exercise and physical therapy during recovery from vascular surgery.", "Learn the limitations, safety measures, and recognizing the warning signs of overexertion while active after surgery. Understand the limits of what is healthy and safe."], "lesson_image"=> ["VascularContent/Images/activityexercise.png", "VascularContent/Images/safetyexercise.png"], "lesson_audio"=> ["VascularContent/Audio/activityexercise.mp3", "VascularContent/Audio/safetyexercise.mp3"], "id"=>1000099 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Activity & Exercise", "lessonbutton_text"=> ["Why?", "In-Hospital", "Stability", "At Home"], "lessonbutton_image"=> [ "VascularContent/Images/whyexercise.png", "VascularContent/Images/inhospitalexercise.png", "VascularContent/Images/stabilityexercise.png", "VascularContent/Images/athomeexercise.png" ], "formatting"=> "lesson_screen", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "id"=>1000100 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"How Exercise Helps", "video"=> "VascularContent/Video/howexercisehelps.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000101 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Exercise While in the Hospital", "image"=> "VascularContent/Images/exerciseinhospital.png", "audio"=> "VascularContent/Audio/exerciseinhospital.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000102 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Exercises while laying down", "video"=>"VascularContent/Video/howexlaydown.mp4", "formatting"=> "video", "order_to_present"=>"2", "id"=>1000103 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: Will you be able to sit up?", "image"=> "VascularContent/Images/hospitalexsitup.png", "audio"=> "VascularContent/Audio/hospitalexsitup.mp3", "button1_text"=> "YES", "button2_text"=> "NO", "correct_answer"=> "button1", "order_to_present"=>"3", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000104 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Exercises while sitting", "video"=>"VascularContent/Video/hospitalexsit.mp4", "formatting"=> "video", "order_to_present"=>"4", "id"=>1000105 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: Will you be able to stand?", "image"=> "VascularContent/Images/hospitalexstand.png", "audio"=> "VascularContent/Audio/hospitalexstand.mp3", "button1_text"=> "YES", "button2_text"=> "NO", "correct_answer"=> "button1", "order_to_present"=>"5", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000106 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Exercises while standing", "video"=>"VascularContent/Video/hospitalexstand.mp4", "formatting"=> "video", "order_to_present"=>"6", "id"=>1000107 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Fall Prevention Exercises", "image"=> "VascularContent/Images/fallex.png", "audio"=> "VascularContent/Audio/fallex.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000108 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=> "Question: Will you be physically able to stand?", "image"=> "VascularContent/Images/standfallex.png", "audio"=> "VascularContent/Audio/standfallex.mp3", "button1_text"=> "YES", "button2_text"=> "NO", "correct_answer"=> "button1", "order_to_present"=>"2", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000109 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Fall Prevention: Sideways Walk", "video"=> "VascularContent/Video/sidewayswalk.mp4", "formatting"=> "video", "order_to_present"=>"3", "id"=>1000110}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Fall Prevention: Simple Grapevine", "video"=> "VascularContent/Video/grapevine.mp4", "formatting"=> "video", "order_to_present"=>"4", "id"=>1000111}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Fall Prevention: Heel to Toe Walk", "video"=> "VascularContent/Video/heeltoe.mp4", "formatting"=> "video", "order_to_present"=>"5", "id"=>1000112}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Fall Prevention: One Leg Stand", "video"=> "VascularContent/Video/oneleg.mp4", "formatting"=> "video", "order_to_present"=>"6", "id"=>1000113}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Fall Prevention: Step Up", "video"=> "VascularContent/Video/stepup.mp4", "formatting"=> "video", "order_to_present"=>"7", "id"=>1000114}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"3", "condition"=>"1", "title_text"=>"Exercises at Home", "video"=>"VascularContent/Video/homeexercises.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000115 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 2: Safety During Exercise", "lessonbutton_text"=> ["Limitations", "Limits T/F", "Pulse", "Overexertion"], "lessonbutton_image"=> [ "VascularContent/Images/limitationsL.png", "VascularContent/Images/limitstfL.png", "VascularContent/Images/pulseL.png", "VascularContent/Images/overexertionL.png" ], "formatting"=> "lesson_screen", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "id"=>1000282 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Limitations in Activities After Surgery", "video"=> "VascularContent/Video/activitylimitation.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000116 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Learning the Limitations on Activities", "image"=> "VascularContent/Images/limits.png", "audio"=> "VascularContent/Audio/limits.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000117 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: This is the first question about limits?", "image"=> "VascularContent/Images/limitsQ1.png", "audio"=> "VascularContent/Audio/limitsQ1.mp3", "button1_text"=> "TRUE", "button2_text"=>"FALSE", "correct_answer"=> "button1", "order_to_present"=>"2", "is_TFQ_screen"=>"true", "formatting"=> "TFQ", "id"=>1000118 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the first question about limits", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000119, "image"=> "VascularContent/Images/limitsA1.png", "correct_audio"=> "VascularContent/Audio/limitsQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/limitsQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"3", "formatting"=> "TFA", "id"=>1000119 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: This is the second question about limits?", "image"=> "VascularContent/Images/limitsQ2.png", "audio"=> "VascularContent/Audio/limitsQ2.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"4", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000120 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the second question about limitations", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000120, "image"=> "VascularContent/Images/limitsA2.png", "correct_audio"=> "VascularContent/Audio/limitsQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/limitsQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 5, "formatting"=> "TFA", "id"=>1000121 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: This is NOT the third question about limits?", "image"=> "VascularContent/Images/limitsQ3.png", "audio"=> "VascularContent/Audio/limitsQ3.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"6", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000122 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: False! This is, in fact, the third question about limits", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000122, "image"=> "VascularContent/Images/limitsA3.png", "correct_audio"=> "VascularContent/Audio/limitsQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/limitsQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 7, "formatting"=> "TFA", "id"=>1000123 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: This is NOT the fourth question about limits?", "image"=> "VascularContent/Images/limitsQ4.png", "audio"=> "VascularContent/Audio/limitsQ4.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"8", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000124 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: False. This is, in fact, the fourth question about limits", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000124, "image"=> "VascularContent/Images/limitsA4.png", "correct_audio"=> "VascularContent/Audio/limitsQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/limitsQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"9", "formatting"=> "TFA", "id"=>1000125 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: This is the fifth question about limits?", "image"=> "VascularContent/Images/limitsQ2.png", "audio"=> "VascularContent/Audio/limitsQ5.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"10", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000126 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: True. This is, in fact, the fifth question about limits", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> "1000127", "image"=> "VascularContent/Images/limitsA5.png", "correct_audio"=> "VascularContent/Audio/limitsQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/limitsQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"11", "formatting"=> "TFA", "id"=>1000127 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Question: This is the sixth question about limits?", "image"=> "VascularContent/Images/limitsQ6.png", "audio"=> "VascularContent/Audio/limitsQ6.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"12", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000128 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the sixth question about limits", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> 1000128, "image"=> "VascularContent/Images/limitsA6.png", "correct_audio"=> "VascularContent/Audio/limitsQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/limitsQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"13", "formatting"=> "TFA", "id"=>1000129 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Monitoring Your Pulse During Exercise", "video"=> "VascularContent/Video/pulsecheck.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000283 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Learning the Signs of Overexertion", "image"=> "VascularContent/Images/overex.png", "audio"=> "VascularContent/Audio/overex.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000284 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 1 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/overexQ1.png", "audio"=> "VascularContent/Audio/overexQ1.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=>"2", "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000130 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000130, "image"=> "VascularContent/Images/overexA1.png", "correct_audio"=> "VascularContent/Audio/overexQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/overexQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"3", "formatting"=> "SA", "id"=>1000131 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 2 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/overexQ2.png", "audio"=> "VascularContent/Audio/overexQ2.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button2", "order_to_present"=>"4", "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000132 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000132, "image"=> "VascularContent/Images/overexA2.png", "correct_audio"=> "VascularContent/Audio/overexQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/overexQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 5, "formatting"=> "SA", "id"=>1000133 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 3 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/overexQ1.png", "audio"=> "VascularContent/Audio/overexQ3.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button2", "order_to_present"=> 6, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000134 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a call the doctor situation", "associated_question_id"=> 1000134, "image"=> "VascularContent/Images/overexA3.png", "correct_audio"=> "VascularContent/Audio/overexQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/overexQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 7, "formatting"=> "SA", "id"=>1000135 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 4 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/overexQ4.png", "audio"=> "VascularContent/Audio/overexQ4.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button3", "order_to_present"=> 8, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000136 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a call 911 situation", "associated_question_id"=> 1000136, "image"=> "VascularContent/Images/overexA4.png", "correct_audio"=> "VascularContent/Audio/overexQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/overexQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=> 9, "formatting"=> "SA", "id"=>1000137 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 5 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/overexQ5.png", "audio"=> "VascularContent/Audio/overexQ5.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=> 10, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000138 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000138, "image"=> "VascularContent/Images/overexA5.png", "correct_audio"=> "VascularContent/Audio/overexQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/overexQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"11", "formatting"=> "SA", "id"=>1000139 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=> "Scenario: This is scenario number 6 and x y z happens, what should the character do?", "image"=> "VascularContent/Images/overexQ6.png", "audio"=> "VascularContent/Audio/overexQ6.mp3", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "correct_answer"=> "button1", "order_to_present"=> 12, "is_SQ_screen"=> "true", "formatting"=> "SQ", "id"=>1000140 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"3", "condition"=>"1", "title_text"=>"Answer: When x y z happens it is a normal situation", "associated_question_id"=> 1000140, "image"=> "VascularContent/Images/overexA6.png", "correct_audio"=> "VascularContent/Audio/overexQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/overexQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "Normal", "button2_text"=> "Call Doctor", "button3_text"=> "Call 911", "order_to_present"=>"13", "formatting"=> "SA", "id"=>1000141 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 4: Nutrition After Surgery", "tags" => ["vascular", "basics"], "chapter"=>"4", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Nutrition to Heal After Surgery", "Lesson 2: Practice Nutrition Skills"], "lesson_text"=>["Eating the right things after surgery can go a long way towards recovery. Learn which foods help, hurt, and why!", "Learn to apply the principles of a healthy diet to make smart choices at mealtime and snack-time."], "lesson_image"=> ["VascularContent/Images/whynutrition.png", "VascularContent/Images/practicenutrition.png"], "lesson_audio"=> ["VascularContent/Audio/whynutrition.mp3", "VascularContent/Audio/practicenutrition.mp3"], "id"=>1000142 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Nutrition to Heal After Surgery", "lessonbutton_text"=> ["Why?", "Calories", "Portion", "Beverages", "Eat Out", "At Home", "Fats", "Carbs" ], "lessonbutton_image"=> [ "VascularContent/Images/whynutrition_L.png", "VascularContent/Images/calories.png", "VascularContent/Images/portion.png", "VascularContent/Images/beverages.png", "VascularContent/Images/eatout.png", "VascularContent/Images/homenutrition.png", "VascularContent/Images/fats.png", "VascularContent/Images/carbs.png" ], "formatting"=> "lesson_screen", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "id"=>1000143 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Why Nutrition is Important to Healing ", "video"=> "VascularContent/Video/whynutritionheals.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000144 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Understanding Calories", "video"=> "VascularContent/Video/understandingcalories.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000146 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Portion Size After Surgery", "video"=> "VascularContent/Video/portionsize.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000147 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Beverages After Surgery", "video"=> "VascularContent/Video/beverages.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000148 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Navigating Eating Out", "video"=> "VascularContent/Video/eatout.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000149 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Beverages After Surgery", "video"=> "VascularContent/Video/cookathome.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000150 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"7", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Understanding Fats After Surgery", "video"=> "VascularContent/Video/eatfats.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000151 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Carbohydrates After Surgery", "video"=> "VascularContent/Video/eatcarbs.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000152 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"9", "lesson"=>"1", "chapter"=>"4", "condition"=>"1", "title_text"=> "Salt After Surgery", "video"=> "VascularContent/Video/eatsalt.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000153 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 2: Practicing Nutrition Skills", "lessonbutton_text"=> ["Choices", "Recipes" ], "lessonbutton_image"=> [ "VascularContent/Images/foodchoices_L.png", "VascularContent/Images/recipes.png" ], "formatting"=> "lesson_screen", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "id"=>1000154 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Making Food Choices After Surgery", "image"=> "VascularContent/Images/fchoice.png", "audio"=> "VascularContent/Audio/fchoice.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000155 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select all of the odd number buttons", "choice_images"=> ["VascularContent/Images/fchoiceO1Q1.png", "VascularContent/Images/fchoiceO2Q1.png", "VascularContent/Images/fchoiceO3Q1.png", "VascularContent/Images/fchoiceO4Q1.png", "VascularContent/Images/fchoiceO5Q1.png", "VascularContent/Images/fchoiceO6Q1.png" ], "audio"=> "VascularContent/Audio/fchoiceQ1.mp3", "correct_answer"=> ["button1", "button 3", "button 5" ], "order_to_present"=>"2", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000156 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 1 3 and 5 are odd", "associated_question_id"=> 1000156, "correct_audio"=> "VascularContent/Audio/fchoiceQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q1.png", "VascularContent/Images/fchoiceO2Q1.png", "VascularContent/Images/fchoiceO3Q1.png", "VascularContent/Images/fchoiceO4Q1.png", "VascularContent/Images/fchoiceO5Q1.png", "VascularContent/Images/fchoiceO6Q1.png" ], "order_to_present"=>"3", "formatting"=> "MA", "id"=>1000157 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select all of the even number buttons", "choice_images"=> ["VascularContent/Images/fchoiceO1Q2.png", "VascularContent/Images/fchoiceO2Q2.png", "VascularContent/Images/fchoiceO3Q2.png", "VascularContent/Images/fchoiceO4Q2.png", "VascularContent/Images/fchoiceO5Q2.png", "VascularContent/Images/fchoiceO6Q2.png" ], "audio"=> "VascularContent/Audio/fchoiceQ2.mp3", "correct_answer"=> ["button 2", "button 4", "button 6" ], "order_to_present"=>"4", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000158 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 2 4 and 6 are even", "associated_question_id"=> 1000158 , "correct_audio"=> "VascularContent/Audio/fchoiceQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q2.png", "VascularContent/Images/fchoiceO2Q2.png", "VascularContent/Images/fchoiceO3Q2.png", "VascularContent/Images/fchoiceO4Q2.png", "VascularContent/Images/fchoiceO5Q2.png", "VascularContent/Images/fchoiceO6Q2.png" ], "order_to_present"=>"5", "formatting"=> "MA", "id"=>1000159 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the third button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q3.png", "VascularContent/Images/fchoiceO2Q3.png", "VascularContent/Images/fchoiceO3Q3.png", "VascularContent/Images/fchoiceO4Q3.png", "VascularContent/Images/fchoiceO5Q3.png", "VascularContent/Images/fchoiceO6Q3.png" ], "audio"=> "VascularContent/Audio/fchoiceQ3.mp3", "correct_answer"=> ["button3" ], "order_to_present"=>"6", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000160 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 3 is the correct answer", "associated_question_id"=> 1000160, "correct_audio"=> "VascularContent/Audio/fchoiceQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q3.png", "VascularContent/Images/fchoiceO2Q3.png", "VascularContent/Images/fchoiceO3Q3.png", "VascularContent/Images/fchoiceO4Q3.png", "VascularContent/Images/fchoiceO5Q3.png", "VascularContent/Images/fchoiceO6Q3.png" ], "order_to_present"=> 7, "formatting"=> "MA", "id"=>1000161 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the fourth button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q4.png", "VascularContent/Images/fchoiceO2Q4.png", "VascularContent/Images/fchoiceO3Q4.png", "VascularContent/Images/fchoiceO4Q4.png", "VascularContent/Images/fchoiceO5Q4.png", "VascularContent/Images/fchoiceO6Q4.png" ], "audio"=> "VascularContent/Audio/fchoiceQ4.mp3", "correct_answer"=> ["button 4" ], "order_to_present"=> 8, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000162 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 4 is the correct answer", "associated_question_id"=> 1000162, "correct_audio"=> "VascularContent/Audio/fchoiceQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q4.png", "VascularContent/Images/fchoiceO2Q4.png", "VascularContent/Images/fchoiceO3Q4.png", "VascularContent/Images/fchoiceO4Q4.png", "VascularContent/Images/fchoiceO5Q4.png", "VascularContent/Images/fchoiceO6Q4.png" ], "order_to_present"=> 9, "formatting"=> "MA", "id"=>1000163 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the fifth button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q5.png", "VascularContent/Images/fchoiceO2Q5.png", "VascularContent/Images/fchoiceO3Q5.png", "VascularContent/Images/fchoiceO4Q5.png", "VascularContent/Images/fchoiceO5Q5.png", "VascularContent/Images/fchoiceO6Q5.png" ], "audio"=> "VascularContent/Audio/fchoiceQ5.mp3", "correct_answer"=> ["button 5" ], "order_to_present"=> 10, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000164 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 5 is the correct answer", "associated_question_id"=> 1000164, "correct_audio"=> "VascularContent/Audio/fchoiceQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q5.png", "VascularContent/Images/fchoiceO2Q5.png", "VascularContent/Images/fchoiceO3Q5.png", "VascularContent/Images/fchoiceO4Q5.png", "VascularContent/Images/fchoiceO5Q5.png", "VascularContent/Images/fchoiceO6Q5.png" ], "order_to_present"=> 11, "formatting"=> "MA", "id"=>1000165 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the sixth button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q6.png", "VascularContent/Images/fchoiceO2Q6.png", "VascularContent/Images/fchoiceO3Q6.png", "VascularContent/Images/fchoiceO4Q6.png", "VascularContent/Images/fchoiceO5Q6.png", "VascularContent/Images/fchoiceO6Q6.png" ], "audio"=> "VascularContent/Audio/fchoiceQ6.mp3", "correct_answer"=> ["button 6" ], "order_to_present"=> 12, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000166 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 6 is the correct answer", "associated_question_id"=> 1000166, "correct_audio"=> "VascularContent/Audio/fchoiceQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q6.png", "VascularContent/Images/fchoiceO2Q6.png", "VascularContent/Images/fchoiceO3Q6.png", "VascularContent/Images/fchoiceO4Q6.png", "VascularContent/Images/fchoiceO5Q6.png", "VascularContent/Images/fchoiceO6Q6.png" ], "order_to_present"=> 13, "formatting"=> "MA", "id"=>1000167 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the sixth and first button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q7.png", "VascularContent/Images/fchoiceO2Q7.png", "VascularContent/Images/fchoiceO3Q7.png", "VascularContent/Images/fchoiceO4Q7.png", "VascularContent/Images/fchoiceO5Q7.png", "VascularContent/Images/fchoiceO6Q7.png" ], "audio"=> "VascularContent/Audio/fchoiceQ7.mp3", "correct_answer"=> ["button 1", "button 6" ], "order_to_present"=> 14, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000168 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 6 & 1 is the correct answer", "associated_question_id"=> 1000168, "correct_audio"=> "VascularContent/Audio/fchoiceQ7correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ7incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q7.png", "VascularContent/Images/fchoiceO2Q7.png", "VascularContent/Images/fchoiceO3Q7.png", "VascularContent/Images/fchoiceO4Q7.png", "VascularContent/Images/fchoiceO5Q7.png", "VascularContent/Images/fchoiceO6Q7.png" ], "order_to_present"=> 15, "formatting"=> "MA", "id"=>1000169 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the sixth and second button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q8.png", "VascularContent/Images/fchoiceO2Q8.png", "VascularContent/Images/fchoiceO3Q8.png", "VascularContent/Images/fchoiceO4Q8.png", "VascularContent/Images/fchoiceO5Q8.png", "VascularContent/Images/fchoiceO6Q8.png" ], "audio"=> "VascularContent/Audio/fchoiceQ8.mp3", "correct_answer"=> ["button 2", "button 6" ], "order_to_present"=> 16, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000170 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 6 & 2 is the correct answer", "associated_question_id"=> 1000170, "correct_audio"=> "VascularContent/Audio/fchoiceQ8correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ8incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q8.png", "VascularContent/Images/fchoiceO2Q8.png", "VascularContent/Images/fchoiceO3Q8.png", "VascularContent/Images/fchoiceO4Q8.png", "VascularContent/Images/fchoiceO5Q8.png", "VascularContent/Images/fchoiceO6Q8.png" ], "order_to_present"=> 17, "formatting"=> "MA", "id"=>1000171 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the fifth and second button", "choice_images"=> ["VascularContent/Images/fchoiceO1Q9.png", "VascularContent/Images/fchoiceO2Q9.png", "VascularContent/Images/fchoiceO3Q9.png", "VascularContent/Images/fchoiceO4Q9.png", "VascularContent/Images/fchoiceO5Q9.png", "VascularContent/Images/fchoiceO6Q9.png" ], "audio"=> "VascularContent/Audio/fchoiceQ9.mp3", "correct_answer"=> ["button 2", "button 5" ], "order_to_present"=> 18, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000172 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=>"Answer: 5 & 2 is the correct answer", "associated_question_id"=> 1000172, "correct_audio"=> "VascularContent/Audio/fchoiceQ9correct.mp3", "incorrect_audio"=> "VascularContent/Audio/fchoiceQ9incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/fchoiceO1Q9.png", "VascularContent/Images/fchoiceO2Q9.png", "VascularContent/Images/fchoiceO3Q9.png", "VascularContent/Images/fchoiceO4Q9.png", "VascularContent/Images/fchoiceO5Q9.png", "VascularContent/Images/fchoiceO6Q9.png" ], "order_to_present"=> 19, "formatting"=> "MA", "id"=>1000173 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe Ideas After Surgery", "image"=> "VascularContent/Images/recipec.png", "audio"=> "VascularContent/Audio/recipec.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000174 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Select the recipes that you would like to learn to make", "choice_images"=> ["VascularContent/Images/recipecO1Q1.png", "VascularContent/Images/recipecO2Q1.png", "VascularContent/Images/recipecO3Q1.png", "VascularContent/Images/recipecO4Q1.png", "VascularContent/Images/recipecO5Q1.png", "VascularContent/Images/recipecO6Q1.png" ], "audio"=> "VascularContent/Audio/recipecQ1.mp3", "correct_answer"=> ["button 2", "button 5" ], "order_to_present"=> 2, "is_MQ_screen"=> "true", "formatting"=> "MO", "id"=>1000285 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe 1: Chicken", "video"=> "VascularContent/Video/recipe1.mp4", "formatting"=> "video", "order_to_present"=> 3, "id"=>1000286 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe 2: Broccoli", "video"=> "VascularContent/Video/recipe2.mp4", "formatting"=> "video", "order_to_present"=> 4, "id"=>1000175 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe 3: Orange", "video"=> "VascularContent/Video/recipe3.mp4", "formatting"=> "video", "order_to_present"=> 5, "id"=>1000176 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe 4: Soup", "video"=> "VascularContent/Video/recipe4.mp4", "formatting"=> "video", "order_to_present"=> 6, "id"=>1000177 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe 5: Platanos", "video"=> "VascularContent/Video/recipe5.mp4", "formatting"=> "video", "order_to_present"=> 7, "id"=>1000178 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"4", "condition"=>"1", "title_text"=> "Recipe 6: Lechuga", "video"=> "VascularContent/Video/recipe6.mp4", "formatting"=> "video", "order_to_present"=> 6, "id"=>1000179 }
$vascular_c.insert(d); d = {"title_text"=> "Chapter 5: Learning About Common Anticoagulants", "tags" => ["vascular", "basics"], "chapter"=>"5", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Aspirin", "Lesson 2: Plavix", "Lesson 3: Coumadin (Warfarin)" ], "lesson_text"=>["In this section you will get to know this common better, including its uses, side effects, and benefits.", "Learn about taking Plavix, benefits and side effects.", "Learn about taking Coumadin, its benefits and side effects."], "lesson_image"=> ["VascularContent/Images/aspirin.png", "VascularContent/Images/plavix.png", "VascularContent/Images/coumadin.png" ], "lesson_audio"=> ["VascularContent/Audio/aspirin.mp3", "VascularContent/Audio/plavix.mp3", "VascularContent/Audio/coumadin.mp3"], "id"=>1000180 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Aspirin", "lessonbutton_text"=> ["Basics", "Q&Al", ], "lessonbutton_image"=> [ "VascularContent/Images/aspirinbasics.png", "VascularContent/Images/aspirinqa.png"], "formatting"=> "lesson_screen", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "id"=>1000181 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=> "Basics of Aspirin After Surgery", "video"=> "VascularContent/Video/aspirinbasics.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000182 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Dispelling Myths About Aspirin", "image"=> "VascularContent/Images/aspirins.png", "audio"=> "VascularContent/Audio/aspirins.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000183 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the first question about aspirin?", "image"=> "VascularContent/Images/aspirinQ1.png", "audio"=> "VascularContent/Audio/aspirinQ1.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"2", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000184 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the first question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000184, "image"=> "VascularContent/Images/aspirinA1.png", "correct_audio"=> "VascularContent/Audio/aspirinQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"3", "formatting"=> "TFA", "id"=>1000185 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the second question about aspirin?", "image"=> "VascularContent/Images/aspirinQ2.png", "audio"=> "VascularContent/Audio/aspirinQ2.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"4", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000186 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=> "Answer: This is, in fact, the second question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000186, "image"=> "VascularContent/Images/aspirinA2.png", "correct_audio"=> "VascularContent/Audio/aspirinQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 5, "formatting"=> "TFA", "id"=>1000187 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is NOT the third question about aspirin?", "image"=> "VascularContent/Images/aspirinQ3.png", "audio"=> "VascularContent/Audio/aspirinQ3.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"6", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000188 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: False! This is, in fact, the third question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000188, "image"=> "VascularContent/Images/aspirinA3.png", "correct_audio"=> "VascularContent/Audio/aspirinQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 7, "formatting"=> "TFA", "id"=>1000189 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is NOT the fourth question about aspirin?", "image"=> "VascularContent/Images/aspirinQ4.png", "audio"=> "VascularContent/Audio/aspirinQ4.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"8", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000190 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: False. This is, in fact, the fourth question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000190, "image"=> "VascularContent/Images/aspirinA4.png", "correct_audio"=> "VascularContent/Audio/aspirinQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"9", "formatting"=> "TFA", "id"=>1000191 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=> "Question: This is the fifth question about aspirin?", "image"=> "VascularContent/Images/aspirinQ2.png", "audio"=> "VascularContent/Audio/aspirinQ5.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"10", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000192 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=> "Answer: True. This is, in fact, the fifth question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> "1000192", "image"=> "VascularContent/Images/aspirinA5.png", "correct_audio"=> "VascularContent/Audio/aspirinQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"11", "formatting"=> "TFA", "id"=>1000193 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the sixth question about aspirin?", "image"=> "VascularContent/Images/aspirinQ6.png", "audio"=> "VascularContent/Audio/aspirinQ6.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"12", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000194 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the sixth question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> "1000194", "image"=> "VascularContent/Images/aspirinA6.png", "correct_audio"=> "VascularContent/Audio/aspirinQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"13", "formatting"=> "TFA", "id"=>1000195 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the sixth question about aspirin?", "image"=> "VascularContent/Images/aspirinQ7.png", "audio"=> "VascularContent/Audio/aspirinQ7.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"14", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000196 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: False. This is, in fact, the seventh question about aspirin", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> "1000196", "image"=> "VascularContent/Images/aspirinA7.png", "correct_audio"=> "VascularContent/Audio/aspirinQ7correct.mp3", "incorrect_audio"=> "VascularContent/Audio/aspirinQ7incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"15", "formatting"=> "TFA", "id"=>1000197 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 2: Plavix", "lessonbutton_text"=> ["Basics", "Q&Al", ], "lessonbutton_image"=> [ "VascularContent/Images/plavixbasics.png", "VascularContent/Images/plavixqa.png"], "formatting"=> "lesson_screen", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "id"=>1000198 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Basics of Plavix After Surgery", "video"=> "VascularContent/Video/plavixbasics.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000199 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Testing Knowledge about Plavix", "image"=> "VascularContent/Images/plavixs.png", "audio"=> "VascularContent/Audio/plavixs.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000200 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the first question about plavix?", "image"=> "VascularContent/Images/plavixQ1.png", "audio"=> "VascularContent/Audio/plavixQ1.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"2", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000201 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the first question about plavix", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000201, "image"=> "VascularContent/Images/plavixA1.png", "correct_audio"=> "VascularContent/Audio/plavixQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/plavixQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"3", "formatting"=> "TFA", "id"=>1000202 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the second question about plavix?", "image"=> "VascularContent/Images/plavixQ2.png", "audio"=> "VascularContent/Audio/plavixQ2.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"4", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000203 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: This is, in fact, the second question about plavix", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000203, "image"=> "VascularContent/Images/plavixA2.png", "correct_audio"=> "VascularContent/Audio/plavixQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/plavixQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 5, "formatting"=> "TFA", "id"=>1000204 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is NOT the third question about plavix?", "image"=> "VascularContent/Images/plavixQ3.png", "audio"=> "VascularContent/Audio/plavixQ3.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"6", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000205 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: False! This is, in fact, the third question about plavix", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000205, "image"=> "VascularContent/Images/plavixA3.png", "correct_audio"=> "VascularContent/Audio/plavixQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/plavixQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=> 7, "formatting"=> "TFA", "id"=>1000206 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is NOT the fourth question about plavix?", "image"=> "VascularContent/Images/plavixQ4.png", "audio"=> "VascularContent/Audio/plavixQ4.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button2", "order_to_present"=>"8", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000207 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: False. This is, in fact, the fourth question about plavix", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=>1000207, "image"=> "VascularContent/Images/plavixA4.png", "correct_audio"=> "VascularContent/Audio/plavixQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/plavixQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"9", "formatting"=> "TFA", "id"=>1000208 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Question: This is the fifth question about plavix?", "image"=> "VascularContent/Images/plavixQ5.png", "audio"=> "VascularContent/Audio/plavixQ5.mp3", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "correct_answer"=> "button1", "order_to_present"=>"10", "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000209 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: True. This is, in fact, the fifth question about plavix", "body_text"=> "This is approximately two sentences that describes the answer in a bit of detail, under the photo.", "associated_question_id"=> "1000209", "image"=> "VascularContent/Images/plavixA5.png", "correct_audio"=> "VascularContent/Audio/plavixQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/plavixQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "button1_text"=> "TRUE", "button2_text"=> "FALSE", "order_to_present"=>"11", "formatting"=> "TFA", "id"=>1000210 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 3: Coumadin (Warfarin)", "lessonbutton_text"=> ["Basics", "How?", "Testing", "Side Effects", "Interactions", "Diet" ], "lessonbutton_image"=> [ "VascularContent/Images/coumadinbasics.png", "VascularContent/Images/coumadinhow.png", "VascularContent/Images/coumadintesting.png", "VascularContent/Images/coumadinse.png", "VascularContent/Images/coumadininteractions.png", "VascularContent/Images/coumadindiet.png" ], "formatting"=> "lesson_screen", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "id"=>1000211 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Basics of Coumadin After Surgery", "video"=> "VascularContent/Video/coumadinbasics.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000212 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"The Tricks to Taking Coumadin", "image"=> "VascularContent/Images/coumadinqs.png", "audio"=> "VascularContent/Audio/coumadinqs.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000213 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select all of the odd number buttons", "choice_images"=> ["VascularContent/Images/coumadinO1Q1.png", "VascularContent/Images/coumadinO2Q1.png", "VascularContent/Images/coumadinO3Q1.png", "VascularContent/Images/coumadinO4Q1.png", "VascularContent/Images/coumadinO5Q1.png", "VascularContent/Images/coumadinO6Q1.png" ], "audio"=> "VascularContent/Audio/coumadinQ1.mp3", "correct_answer"=> ["button1", "button 3", "button 5" ], "order_to_present"=>"2", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000214}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 1 3 and 5 are odd", "associated_question_id"=> 1000214, "correct_audio"=> "VascularContent/Audio/coumadinQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q1.png", "VascularContent/Images/coumadinO2Q1.png", "VascularContent/Images/coumadinO3Q1.png", "VascularContent/Images/coumadinO4Q1.png", "VascularContent/Images/coumadinO5Q1.png", "VascularContent/Images/coumadinO6Q1.png" ], "order_to_present"=>"3", "formatting"=> "MA", "id"=>1000215 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select all of the even number buttons", "choice_images"=> ["coumadinO1Q2.png", "coumadinO2Q2.png", "coumadinO3Q2.png", "coumadinO4Q2.png", "coumadinO5Q2.png", "coumadinO6Q2.png" ], "audio"=> "VascularContent/Audio/coumadinQ2.mp3", "correct_answer"=> ["button 2", "button 4", "button 6" ], "order_to_present"=>"4", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000216 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 2 4 and 6 are even", "associated_question_id"=> 1000216, "correct_audio"=> "VascularContent/Audio/coumadinQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q2.png", "VascularContent/Images/coumadinO2Q2.png", "VascularContent/Images/coumadinO3Q2.png", "VascularContent/Images/coumadinO4Q2.png", "VascularContent/Images/coumadinO5Q2.png", "VascularContent/Images/coumadinO6Q2.png" ], "order_to_present"=>"5", "formatting"=> "MA", "id"=>1000217 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the third button", "choice_images"=> ["VascularContent/Images/coumadinO1Q3.png", "VascularContent/Images/coumadinO2Q3.png", "VascularContent/Images/coumadinO3Q3.png", "VascularContent/Images/coumadinO4Q3.png", "VascularContent/Images/coumadinO5Q3.png", "VascularContent/Images/coumadinO6Q3.png" ], "audio"=> "VascularContent/Audio/coumadinQ3.mp3", "correct_answer"=> ["button3" ], "order_to_present"=>"6", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000218 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 3 is the correct answer", "associated_question_id"=> 1000218, "correct_audio"=> "VascularContent/Audio/coumadinQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q3.png", "VascularContent/Images/coumadinO2Q3.png", "VascularContent/Images/coumadinO3Q3.png", "VascularContent/Images/coumadinO4Q3.png", "VascularContent/Images/coumadinO5Q3.png", "VascularContent/Images/coumadinO6Q3.png" ], "order_to_present"=> 7, "formatting"=> "MA", "id"=>1000219 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the fourth button", "choice_images"=> ["VascularContent/Images/coumadinO1Q4.png", "VascularContent/Images/coumadinO2Q4.png", "VascularContent/Images/coumadinO3Q4.png", "VascularContent/Images/coumadinO4Q4.png", "VascularContent/Images/coumadinO5Q4.png", "VascularContent/Images/coumadinO6Q4.png" ], "audio"=> "VascularContent/Audio/coumadinQ4.mp3", "correct_answer"=> ["button 4" ], "order_to_present"=> 8, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000220 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 4 is the correct answer", "associated_question_id"=> 1000220, "correct_audio"=> "VascularContent/Audio/coumadinQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q4.png", "VascularContent/Images/coumadinO2Q4.png", "VascularContent/Images/coumadinO3Q4.png", "VascularContent/Images/coumadinO4Q4.png", "VascularContent/Images/coumadinO5Q4.png", "VascularContent/Images/coumadinO6Q4.png" ], "order_to_present"=> 9, "formatting"=> "MA", "id"=>1000221 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the fifth button", "choice_images"=> ["VascularContent/Images/coumadinO1Q5.png", "VascularContent/Images/coumadinO2Q5.png", "VascularContent/Images/coumadinO3Q5.png", "VascularContent/Images/coumadinO4Q5.png", "VascularContent/Images/coumadinO5Q5.png", "VascularContent/Images/coumadinO6Q5.png" ], "audio"=> "VascularContent/Audio/coumadinQ5.mp3", "correct_answer"=> ["button 5" ], "order_to_present"=> 10, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000222 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 5 is the correct answer", "associated_question_id"=> 1000222, "correct_audio"=> "VascularContent/Audio/coumadinQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q5.png", "VascularContent/Images/coumadinO2Q5.png", "VascularContent/Images/coumadinO3Q5.png", "VascularContent/Images/coumadinO4Q5.png", "VascularContent/Images/coumadinO5Q5.png", "VascularContent/Images/coumadinO6Q5.png" ], "order_to_present"=> 11, "formatting"=> "MA", "id"=>1000223 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the sixth button", "choice_images"=> ["VascularContent/Images/coumadinO1Q6.png", "VascularContent/Images/coumadinO2Q6.png", "VascularContent/Images/coumadinO3Q6.png", "VascularContent/Images/coumadinO4Q6.png", "VascularContent/Images/coumadinO5Q6.png", "VascularContent/Images/coumadinO6Q6.png" ], "audio"=> "VascularContent/Audio/coumadinQ6.mp3", "correct_answer"=> ["button 6" ], "order_to_present"=> 12, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000224 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 6 is the correct answer", "associated_question_id"=> 1000224, "correct_audio"=> "VascularContent/Audio/coumadinQ6correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ6incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q6.png", "VascularContent/Images/coumadinO2Q6.png", "VascularContent/Images/coumadinO3Q6.png", "VascularContent/Images/coumadinO4Q6.png", "VascularContent/Images/coumadinO5Q6.png", "VascularContent/Images/coumadinO6Q6.png" ], "order_to_present"=> 13, "formatting"=> "MA", "id"=>1000225 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the sixth and first button", "choice_images"=> ["VascularContent/Images/coumadinO1Q7.png", "VascularContent/Images/coumadinO2Q7.png", "VascularContent/Images/coumadinO3Q7.png", "VascularContent/Images/coumadinO4Q7.png", "VascularContent/Images/coumadinO5Q7.png", "VascularContent/Images/coumadinO6Q7.png" ], "audio"=> "VascularContent/Audio/coumadinQ7.mp3", "correct_answer"=> ["button 1", "button 6" ], "order_to_present"=> 14, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000226 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 6 & 1 is the correct answer", "associated_question_id"=> 1000226, "correct_audio"=> "VascularContent/Audio/coumadinQ7correct.mp3", "incorrect_audio"=> "VascularContent/Audio/coumadinQ7incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/coumadinO1Q7.png", "VascularContent/Images/coumadinO2Q7.png", "VascularContent/Images/coumadinO3Q7.png", "VascularContent/Images/coumadinO4Q7.png", "VascularContent/Images/coumadinO5Q7.png", "VascularContent/Images/coumadinO6Q7.png" ], "order_to_present"=> 15, "formatting"=> "MA", "id"=>1000227 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Blood Testing While on Coumadin", "video"=> "VascularContent/Video/coumadinblood.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000228 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"The Side Effects of Coumadin", "body_section"=> "INTRODUCTION", "body_text"=> "Click on different parts of the body diagram to see the side effects of coumadin on the body.", "audio"=> "VascularContent/Audio/coumadinb1.mp3", "order_to_present"=>"1", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000229 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "The Side Effects of Coumadin", "body_section"=> "HEAD", "body_text"=> "The head will occasionally feel dizzy while standing, but this should improve after the first month. These are the signs for emergency", "audio"=> "VascularContent/Audio/coumadinb2.mp3", "order_to_present"=>"2", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000230 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "The Side Effects of Coumadin", "body_section"=> "CHEST", "body_text"=> "Coughing after vascular surgery is an emergency, practice breathing exercises to get your lungs into good shape after surgery. This will also help you prevent pneumonia, yay!", "audio"=> "VascularContent/Audio/coumadinb3.mp3", "order_to_present"=>"3", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000231 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"The Side Effects of Coumadin", "body_section"=> "ABDOMEN", "body_text"=> "These are the signs for emergency to recognize into your abdomen after surgery. You may not be very hungry, but it is important to follow your diet so that you can get better and stay better.", "audio"=> "VascularContent/Audio/coumadinb4.mp3", "order_to_present"=>"4", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000232 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"The Signs of Emergency (Go to ER)", "body_section"=> "PELVIS", "body_text"=> "You may experience some cramps, but don’t worry if they are minor. If you can walk, SIGNS FOR emergency.", "audio"=> "coumadinb5.mp3", "order_to_present"=>"5", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000233 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"The Signs of Emergency (Go to ER)", "body_section"=> "EXTREMITIES", "body_text"=> "You should be able to feel your limbs! Signs for emergency!!", "audio"=> "VascularContent/Audio/coumadinb6.mp3", "order_to_present"=>"6", "is_bodydiagram_screen"=> "true", "formatting"=> "body_diagram", "id"=>1000234 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Coumadin’s Interactions with Medications", "video"=> "VascularContent/Video/coumadininteractions.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000235 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Coumadin and Your Diet", "image"=> "VascularContent/Images/cdiet.png", "audio"=> "VascularContent/Audio/cdiet.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000236 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select all of the odd number buttons", "choice_images"=> ["VascularContent/Images/cdietO1Q1.png", "VascularContent/Images/cdietO2Q1.png", "VascularContent/Images/cdietO3Q1.png", "VascularContent/Images/cdietO4Q1.png", "VascularContent/Images/cdietO5Q1.png", "VascularContent/Images/cdietO6Q1.png" ], "audio"=> "VascularContent/Audio/cdietQ1.mp3", "correct_answer"=> ["button1", "button 3", "button 5" ], "order_to_present"=>"2", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000237 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 1 3 and 5 are odd", "associated_question_id"=> 1000237, "correct_audio"=> "VascularContent/Audio/cdietQ1correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cdietQ1incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/cdietO1Q1.png", "VascularContent/Images/cdietO2Q1.png", "VascularContent/Images/cdietO3Q1.png", "VascularContent/Images/cdietO4Q1.png", "VascularContent/Images/cdietO5Q1.png", "VascularContent/Images/cdietO6Q1.png" ], "order_to_present"=>"3", "formatting"=> "MA", "id"=>1000238 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select all of the even number buttons", "choice_images"=> ["VascularContent/Images/cdietO1Q2.png", "VascularContent/Images/cdietO2Q2.png", "VascularContent/Images/cdietO3Q2.png", "VascularContent/Images/cdietO4Q2.png", "VascularContent/Images/cdietO5Q2.png", "VascularContent/Images/cdietO6Q2.png" ], "audio"=> "VascularContent/Audio/cdietQ2.mp3", "correct_answer"=> ["button 2", "button 4", "button 6" ], "order_to_present"=>"4", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000239 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 2 4 and 6 are even", "associated_question_id"=> 1000239, "correct_audio"=> "VascularContent/Audio/cdietQ2correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cdietQ2incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/cdietO1Q2.png", "VascularContent/Images/cdietO2Q2.png", "VascularContent/Images/cdietO3Q2.png", "VascularContent/Images/cdietO4Q2.png", "VascularContent/Images/cdietO5Q2.png", "VascularContent/Images/cdietO6Q2.png" ], "order_to_present"=>"5", "formatting"=> "MA", "id"=>1000240 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the third button", "choice_images"=> ["VascularContent/Images/cdietO1Q3.png", "VascularContent/Images/cdietO2Q3.png", "VascularContent/Images/cdietO3Q3.png", "VascularContent/Images/cdietO4Q3.png", "VascularContent/Images/cdietO5Q3.png", "VascularContent/Images/cdietO6Q3.png" ], "audio"=> "VascularContent/Audio/cdietQ3.mp3", "correct_answer"=> ["button3" ], "order_to_present"=> 6, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000241 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 3 is the correct answer", "associated_question_id"=> 1000241, "correct_audio"=> "VascularContent/Audio/cdietQ3correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cdietQ3incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/cdietO1Q3.png", "VascularContent/Images/cdietO2Q3.png", "VascularContent/Images/cdietO3Q3.png", "VascularContent/Images/cdietO4Q3.png", "VascularContent/Images/cdietO5Q3.png", "VascularContent/Images/cdietO6Q3.png" ], "order_to_present"=> 7, "formatting"=> "MA", "id"=>1000242 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the fourth button", "choice_images"=> ["VascularContent/Images/cdietO1Q4.png", "VascularContent/Images/cdietO2Q4.png", "VascularContent/Images/cdietO3Q4.png", "VascularContent/Images/cdietO4Q4.png", "VascularContent/Images/cdietO5Q4.png", "VascularContent/Images/cdietO6Q4.png" ], "audio"=> "VascularContent/Audio/cdietQ4.mp3", "correct_answer"=> ["button 4" ], "order_to_present"=> 8, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000243 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 4 is the correct answer", "associated_question_id"=> 1000243, "correct_audio"=> "VascularContent/Audio/cdietQ4correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cdietQ4incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/cdietO1Q4.png", "VascularContent/Images/cdietO2Q4.png", "VascularContent/Images/cdietO3Q4.png", "VascularContent/Images/cdietO4Q4.png", "VascularContent/Images/cdietO5Q4.png", "VascularContent/Images/cdietO6Q4.png" ], "order_to_present"=> 9, "formatting"=> "MA", "id"=>1000244 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=> "Select the fifth button", "choice_images"=> ["VascularContent/Images/cdietO1Q5.png", "VascularContent/Images/cdietO2Q5.png", "VascularContent/Images/cdietO3Q5.png", "VascularContent/Images/cdietO4Q5.png", "VascularContent/Images/cdietO5Q5.png", "VascularContent/Images/cdietO6Q5.png" ], "audio"=> "VascularContent/Audio/cdietQ5.mp3", "correct_answer"=> ["button 5" ], "order_to_present"=> 10, "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000245 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"3", "chapter"=>"5", "condition"=>"1", "title_text"=>"Answer: 5 is the correct answer", "associated_question_id"=> 1000246, "correct_audio"=> "VascularContent/Audio/cdietQ5correct.mp3", "incorrect_audio"=> "VascularContent/Audio/cdietQ5incorrect.mp3", "correct_grade"=> "VascularContent/Images/greendot.png", "incorrect_grade"=> "VascularContent/Images/reddot.png", "choice_images"=> ["VascularContent/Images/cdietO1Q5.png", "VascularContent/Images/cdietO2Q5.png", "VascularContent/Images/cdietO3Q5.png", "VascularContent/Images/cdietO4Q5.png", "VascularContent/Images/cdietO5Q5.png", "VascularContent/Images/cdietO6Q5.png" ], "order_to_present"=> 11, "formatting"=> "MA", "id"=>1000246 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 6: Maintaining Well-Being", "tags" => ["vascular", "basics"], "chapter"=>"6", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Improving Well-Being", "Lesson 2: Smoking" ], "lesson_text"=>[ "In this section we will teach you about how to reduce your stress levels and improve your recovery with your mindset.", "Learn how smoking impacts the body after surgery and how to quit smoking." ], "lesson_image"=> ["VascularContent/Images/wellbeingL.png", "VascularContent/Images/smokingL.png" ], "lesson_audio"=> ["VascularContent/Audio/wellbeingL.mp3", "VascularContent/Audio/smokingL.mp3"], "id"=>1000247 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Improving Well-Being", "lessonbutton_text"=> ["Well-Being", "Gratitude", "Self Care", "Living", ], "lessonbutton_image"=> [ "VascularContent/Images/wellbeingM.png", "VascularContent/Images/wellgratitude.png", "VascularContent/Images/wellselfcare.png", "VascularContent/Images/wellliving.png", ], "formatting"=> "lesson_screen", "lesson"=>"1", "chapter"=>"6", "condition"=>"1", "id"=>1000248 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"6", "condition"=>"1", "title_text"=>"The Importance of Well-Being", "video"=> "VascularContent/Video/wellbeingm.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000249 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"6", "condition"=>"1", "title_text"=>"Practicing Gratitude & Positive Thinking", "video"=> "VascularContent/Video/gratitudepositive.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000250 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"6", "condition"=>"1", "title_text"=>"Taking Care of Your Body & Your Soul", "video"=> "VascularContent/Video/selfcare.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000251 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"6", "condition"=>"1", "title_text"=>"Living in the Present Moment", "video"=> "VascularContent/Video/presentmoment.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000252 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"6", "condition"=>"1", "title_text"=>"Question: Do you or your loved one smoke?", "image"=> "VascularContent/Images/doyousmoke.png", "audio"=> "VascularContent/Audio/doyousmoke.mp3", "button1_text"=> "YES", "button2_text"=> "NO", "correct_answer"=> "button1", "order_to_present"=> 1, "is_TFQ_screen"=> "true", "formatting"=> "TFQ", "id"=>1000253 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"6", "condition"=>"1", "title_text"=>"Smoking After Vascular Surgery", "video"=> "VascularContent/Video/smokingvascular.mp4", "formatting"=> "video", "order_to_present"=>"2", "id"=>1000254 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 7: Family or Friend? Learn About Caregiving", "tags" => ["vascular", "basics"], "chapter"=>"7", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Caring for a Vascular Surgery Patient", "Lesson 2: Caring for Yourself When You Care for Others" ], "lesson_text"=>[ "In this section we will teach you about how to provide some basic support to a vascular patient that you would like to care for.", "Caregivers, whether family or friend, tend to forget to take care of themselves when they spend time caring for others. Learn some ways to combat this." ], "lesson_image"=> ["VascularContent/Images/caregivingL.png", "VascularContent/Images/carecaregiver.png" ], "lesson_audio"=> ["VascularContent/Audio/caregivingL.mp3", "VascularContent/Audio/carecaregiver.mp3"], "id"=>1000255 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Caring for a Vascular Surgery Patient", "lessonbutton_text"=> [ "Caregiving", "Transfer", "Dressing", "Bathing", "Bathroom", "Doctors", "After Care", "End of Life", ], "lessonbutton_image"=> [ "VascularContent/Images/caregivingM.png", "VascularContent/Images/transferM.png", "VascularContent/Images/dressingM.png", "VascularContent/Images/bathingM.png", "VascularContent/Images/bathroomM.png", "VascularContent/Images/doctorsM.png", "VascularContent/Images/aftercareM.png", "VascularContent/Images/endoflifeM.png", ], "formatting"=> "lesson_screen", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "id"=>1000256 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Helping Care for a Patient After Surgery", "video"=> "VascularContent/Video/caregivingM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000257 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Transferring a Surgery Patient Safely", "video"=> "VascularContent/Video/transferM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000258 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Supporting a Patient with Dressing", "video"=> "VascularContent/Video/dressingM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000259 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Bathing a Post-Surgical Patient", "video"=> "VascularContent/Video/bathingM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000260 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"5", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Supporting a Patient with Using the Bathroom", "video"=> "VascularContent/Video/bathroomM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000261 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"6", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Interacting with the Medical Team", "video"=> "VascularContent/Video/doctorsM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000262 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"7", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Helping Select a Nursing Home", "video"=> "VascularContent/Video/aftercareM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000263 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"8", "lesson"=>"1", "chapter"=>"7", "condition"=>"1", "title_text"=>"Helping Select End of Life Care", "video"=> "VascularContent/Video/endoflifeM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000264 }
$vascular_c.insert(d); d = { "title_text"=> "Lesson 1: Caring for Yourself When You Care for Others", "lessonbutton_text"=> [ "Self Care", "Help", "Community", "Humor", ], "lessonbutton_image"=> [ "VascularContent/Images/cselfcareM.png", "VascularContent/Images/askhelpM.png", "VascularContent/Images/communityM.png", "VascularContent/Images/humorM.png", ], "formatting"=> "lesson_screen", "lesson"=>"2", "chapter"=>"7", "condition"=>"1", "id"=>1000265 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"7", "condition"=>"1", "title_text"=>"Caring for Yourself When You Care for Others", "video"=> "VascularContent/Video/cselfcareM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000266 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"2", "lesson"=>"2", "chapter"=>"7", "condition"=>"1", "title_text"=>"Asking for Practical Help", "video"=> "VascularContent/Video/askhelpM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000267 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"3", "lesson"=>"2", "chapter"=>"7", "condition"=>"1", "title_text"=>"Finding Support During Difficult Times", "video"=> "VascularContent/Video/communityM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000268 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"4", "lesson"=>"2", "chapter"=>"7", "condition"=>"1", "title_text"=>"Fun & Humor During Difficult Times", "video"=> "VascularContent/Video/humorM.mp4", "formatting"=> "video", "order_to_present"=>"1", "id"=>1000269 }
$vascular_c.insert(d); d = {"title_text" => "Chapter 8: Setting Goals for a Speedy Recovery", "tags" => ["vascular", "basics"], "chapter"=>"8", "condition"=>"1", "formatting"=> "chapter", "lesson_titles"=> [ "Lesson 1: Exercise & Activity Goals", "Lesson 2: Diet & Nutrition Goals", "Lesson 3: Personal Well-Being Goals" ], "lesson_text"=>[ "In this section you will set goals for your physical activity after surgery.", "Set some goals for your diet after surgery that will help you recover and stay healthy", "Set some goals for your well-being after surgery that will help you recover and stay healthy"], "lesson_image"=> [ "VascularContent/Images/exercisegoalsL.png", "VascularContent/Images/dietgoalsL.png", "VascularContent/Images/wellbeinggoalsL.png" ], "lesson_audio"=> ["VascularContent/Audio/exercisegoalsL.mp3", "VascularContent/Audio/dietgoalsL.mp3", "VascularContent/Audio/wellbeinggoalsL.mp3" ], "id"=>1000270 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "lesson"=>"1", "chapter"=>"8", "condition"=>"1", "title_text"=>"Lesson 1: Exercise & Activity Goals", "image"=> "VascularContent/Images/activitygoalsS.png", "audio"=> "VascularContent/Audio/activitygoalsS.mp3", "order_to_present"=>"1", "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000271 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=> 1, "chapter"=>"8", "condition"=>"1", "title_text"=> "Select the activities you would like to do", "choice_images"=> ["VascularContent/Images/actgoalsO1Q1.png", "VascularContent/Images/actgoalsO2Q1.png", "VascularContent/Images/actgoalsO3Q1.png", "VascularContent/Images/actgoalsO4Q1.png", "VascularContent/Images/actgoalsO5Q1.png", "VascularContent/Images/actgoalsO6Q1.png" ], "audio"=> "VascularContent/Audio/actgoalsQ1.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6"], "order_to_present"=>"2", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000272 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"8", "condition"=>"1", "title_text"=> "How often would you like to do activities?", "choice_images"=> ["VascularContent/Images/actgoalsO1Q2.png", "VascularContent/Images/actgoalsO2Q2.png", "VascularContent/Images/actgoalsO3Q2.png", "VascularContent/Images/actgoalsO4Q2.png", "VascularContent/Images/actgoalsO5Q2.png", "VascularContent/Images/actgoalsO6Q2.png" ], "audio"=> "VascularContent/Audio/actgoalsQ2.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6", ], "order_to_present"=>"3", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000273 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"1", "chapter"=>"8", "condition"=>"1", "title_text"=> "How you prefer we check in with you about your goals?", "choice_images"=> ["VascularContent/Images/actgoalsO1Q3.png", "VascularContent/Images/actgoalsO2Q3.png", "VascularContent/Images/actgoalsO3Q3.png", "VascularContent/Images/actgoalsO4Q3.png", "VascularContent/Images/actgoalsO5Q3.png", "VascularContent/Images/actgoalsO6Q3.png" ], "audio"=> "VascularContent/Audio/actgoalsQ3.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6", ], "order_to_present"=>"4", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000274 }
$vascular_c.insert(d); d = {"tags"=> ["vascular", "basics"], "lesson"=>"1", "chapter"=>"8", "condition"=>"1", "title_text"=> "Lesson 1: Exercise & Activity Goals", "body_text"=> "If you would like us to follow up, can you please type your phone number, email address, or mailing address in this form", "audio"=> "VascularContent/Audio/activitygoalsF.mp3", "order_to_present"=>"5", "is_form_screen"=> "true", "formatting"=> "form", "id"=>1000275}
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"8", "condition"=>"1", "title_text"=>"Lesson 2: Diet & Nutrition Goals", "image"=> "VascularContent/Images/dietgoalsS.png", "audio"=> "VascularContent/Audio/dietgoalsS.mp3", "order_to_present"=> 1, "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000276 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"8", "condition"=>"1", "title_text"=> "Select the diet you would like to do", "choice_images"=> ["VascularContent/Images/dietgoalsO1Q1.png", "VascularContent/Images/dietgoalsO2Q1.png", "VascularContent/Images/dietgoalsO3Q1.png", "VascularContent/Images/dietgoalsO4Q1.png", "VascularContent/Images/dietgoalsO5Q1.png", "VascularContent/Images/dietgoalsO6Q1.png" ], "audio"=> "VascularContent/Audio/dietgoalsQ1.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6", ], "order_to_present"=>"2", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000277 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"2", "chapter"=>"8", "condition"=>"1", "title_text"=> "How often would you like to do diet?", "choice_images"=> ["VascularContent/Images/dietgoalsO1Q2.png", "VascularContent/Images/dietgoalsO2Q2.png", "VascularContent/Images/dietgoalsO3Q2.png", "VascularContent/Images/dietgoalsO4Q2.png", "VascularContent/Images/dietgoalsO5Q2.png", "VascularContent/Images/dietgoalsO6Q2.png"], "audio"=> "VascularContent/Audio/dietgoalsQ2.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6", ], "order_to_present"=>"3", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000278 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"3", "chapter"=>"8", "condition"=>"1", "title_text"=>"Lesson 2: Well-being Goals", "image"=> "VascularContent/Images/wellgoalsS.png", "audio"=> "VascularContent/Audio/wellgoalsS.mp3", "order_to_present"=> 1, "is_slide_screen"=> "true", "formatting"=> "slide", "id"=>1000279 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"3", "chapter"=>"8", "condition"=>"1", "title_text"=> "Select the well-being you would like to do", "choice_images"=> ["VascularContent/Images/wellgoalsO1Q1.png", "VascularContent/Images/wellgoalsO2Q1.png", "VascularContent/Images/wellgoalsO3Q1.png", "VascularContent/Images/wellgoalsO4Q1.png", "VascularContent/Images/wellgoalsO5Q1.png", "VascularContent/Images/wellgoalsO6Q1.png" ], "audio"=> "VascularContent/Audio/wellgoalsQ1.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6", ], "order_to_present"=>"2", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000280 }
$vascular_c.insert(d); d = {"tags" => ["vascular", "basics"], "module"=>"1", "lesson"=>"3", "chapter"=>"8", "condition"=>"1", "title_text"=> "How often would you like to do well?", "choice_images"=> ["VascularContent/Images/wellgoalsO1Q2.png", "VascularContent/Images/wellgoalsO2Q2.png", "VascularContent/Images/wellgoalsO3Q2.png", "VascularContent/Images/wellgoalsO4Q2.png", "VascularContent/Images/wellgoalsO5Q2.png", "VascularContent/Images/wellgoalsO6Q2.png" ], "audio"=> "VascularContent/Audio/wellgoalsQ2.mp3", "correct_answer"=> ["button1", "button2", "button 3", "button4", "button 5", "button 6", ], "order_to_present"=>"3", "is_MQ_screen"=> "true", "formatting"=> "MQ", "id"=>1000281 }
$vascular_c.insert(d)