質問編集履歴

1

以前は動作していたことの追記

2021/10/18 09:22

投稿

pyamathon
pyamathon

スコア14

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,9 @@
20
20
 
21
21
  エラー等は出ておらず、クイズ画面が表示されません。
22
22
 
23
-
23
+ 色々と試行錯誤をしていたので、怪しいのですが
24
+
25
+ 以前はIOSでも動作していた記憶があります。
24
26
 
25
27
 
26
28
 
@@ -406,47 +408,17 @@
406
408
 
407
409
  [
408
410
 
409
- {"Number":"1",
410
-
411
- "question": "次の式を微分しなさい。$f(x)=2x-3$",
412
-
413
- "answer" : ["2", "1", "-3", "-2"]
411
+ {"Number":"1","question" : "次の式を微分しなさい。$f(x)=2x-3$","answer" : ["2", "1", "-3", "-2"]},
414
-
415
- },
412
+
416
-
417
- {"Number":"2",
418
-
419
- "question" : "次の式を微分しなさい。$f(x)=4x-7$",
420
-
421
- "answer" : ["4", "1", "-7", "-4"]
413
+ {"Number":"2","question" : "次の式を微分しなさい。$f(x)=4x-7$","answer" : ["4", "1", "-7", "-4"]},
422
-
423
- }
414
+
424
-
425
- ,{"Number":"3",
426
-
427
- "question" : "次の式を微分しなさい。$f(x)=5x-10$",
415
+ {"Number":"3","question" : "次の式を微分しなさい。$f(x)=5x-10$","answer" : ["5", "1", "-10", "-5"]},
416
+
428
-
417
+ {"Number":"4","question" : "次の式を微分しなさい。$f(x)=5x-10$","answer" : ["5", "1", "-10", "-5"]},
418
+
429
- "answer" : ["5", "1", "-10", "-5"]
419
+ {"Number":"5","question" : "次の式を微分しなさい。$f(x)=5x-10$","answer" : ["5", "1", "-10", "-5"]}
430
-
431
- }
420
+
432
-
433
- ,{"Number":"4",
434
-
435
- "question" : "次の式を微分しなさい。$f(x)=5x-10$",
436
-
437
- "answer" :["5", "1", "-10", "-5"]
438
-
439
- }
440
-
441
- ,{"Number":"5",
442
-
443
- "question" : "次の式を微分しなさい。$f(x)=5x-10$",
444
-
445
- "answer" : ["5", "1", "-10", "-5"]
446
-
447
- }
448
-
449
- ]
421
+ ]
450
422
 
451
423
  ```
452
424