Maryam Ilka commited on
Commit
3513856
·
verified ·
1 Parent(s): c64bdb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -427,6 +427,7 @@ def save_to_sheet(data):
427
  data.get("gender", ""),
428
  data.get("education", ""),
429
  data.get("ride_frequency", ""),
 
430
  data.get("user_contact", ""),
431
  data.get("price_accepted", ""),
432
 
@@ -434,9 +435,6 @@ def save_to_sheet(data):
434
  data.get("attention_check1", ""),
435
  data.get("attention_check2", ""),
436
 
437
- # سوالات جدید
438
- data.get("pricing_method", ""),
439
- data.get("price_increase", ""),
440
 
441
  # سوالات informational (5 گزینه‌ای)
442
  data.get("informational_1", ""),
@@ -455,7 +453,9 @@ def save_to_sheet(data):
455
  data.get("procedural_2", ""),
456
  data.get("procedural_3", ""),
457
 
458
- # سوالات explanation
 
 
459
  data.get("explanation_received", ""),
460
  data.get("explanation_type", ""),
461
 
 
427
  data.get("gender", ""),
428
  data.get("education", ""),
429
  data.get("ride_frequency", ""),
430
+ data.get("related_education_job",""),
431
  data.get("user_contact", ""),
432
  data.get("price_accepted", ""),
433
 
 
435
  data.get("attention_check1", ""),
436
  data.get("attention_check2", ""),
437
 
 
 
 
438
 
439
  # سوالات informational (5 گزینه‌ای)
440
  data.get("informational_1", ""),
 
453
  data.get("procedural_2", ""),
454
  data.get("procedural_3", ""),
455
 
456
+ # سوالات manipulation
457
+ data.get("pricing_method", ""),
458
+ data.get("price_increase", ""),
459
  data.get("explanation_received", ""),
460
  data.get("explanation_type", ""),
461