質問編集履歴

5

変更

2021/11/10 16:01

投稿

S____00000
S____00000

スコア2

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  ```
18
18
 
19
- Route::post('/post', 'Controller@discrimination')->name('post.diagnose');
19
+ Route::post('/post', 'Controller@discrimination')->name('post');
20
20
 
21
21
  ```

4

変更

2021/11/10 16:01

投稿

S____00000
S____00000

スコア2

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  ```
18
18
 
19
- Route::post('/skin/post', 'Controller@discrimination')->name('post.diagnose');
19
+ Route::post('/post', 'Controller@discrimination')->name('post.diagnose');
20
20
 
21
21
  ```

3

コード変更

2021/11/10 16:00

投稿

S____00000
S____00000

スコア2

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  ```
18
18
 
19
- Route::post('/skin/post', 'SkindiagnoseController@discrimination')->name('post.diagnose');
19
+ Route::post('/skin/post', 'Controller@discrimination')->name('post.diagnose');
20
20
 
21
21
  ```

2

不要な部分の消去

2021/11/10 16:00

投稿

S____00000
S____00000

スコア2

test CHANGED
@@ -1 +1 @@
1
- laravel はいいいえ質問に答えて行って頂き、診断を押すと はい、いいえの合計数に応じて画面を表示させたい。
1
+ laravel はいいいえを使った質問
test CHANGED
@@ -19,55 +19,3 @@
19
19
  Route::post('/skin/post', 'SkindiagnoseController@discrimination')->name('post.diagnose');
20
20
 
21
21
  ```
22
-
23
-
24
-
25
- ### SkindiagnoseController
26
-
27
- ```ここに言語を入力
28
-
29
- <?php
30
-
31
-
32
-
33
- namespace App\Http\Controllers;
34
-
35
-
36
-
37
- use Illuminate\Http\Request;
38
-
39
-
40
-
41
- class SkindiagnoseController extends Controller
42
-
43
- {
44
-
45
- public function index() {
46
-
47
- return view('blog.skindiagnose');
48
-
49
- }
50
-
51
-
52
-
53
- public function discrimination(Request $request) {
54
-
55
-
56
-
57
- }
58
-
59
- }
60
-
61
- ```
62
-
63
-
64
-
65
- コントローラーをどう書いたら良いのかが分からず詰まってしまいました。。
66
-
67
- 初心者のためコードが拙く申し訳ありません。
68
-
69
- 知識不足で申し訳ないのですが、アドバイスを頂けないでしょうか。
70
-
71
- dd($request->t_zone);で、はいを選択し、診断を押して見ると、1と表示されるので、
72
-
73
- はいの場合は1が足されていく・・というような感じで作りたいと考えています。

1

不要な部分の消去

2021/11/10 12:26

投稿

S____00000
S____00000

スコア2

test CHANGED
File without changes
test CHANGED
@@ -1,168 +1,10 @@
1
- 分かりづらいタイトルにかかわらずご覧いただきありがとございます。
1
+ もう少し自分で考えます。
2
2
 
3
- 肌タイプの質問を作っていて、はい、いいえ質問に答えて行って頂き、診断を押
3
+ 以下は質問の消去ができないため少しコード残していみなりまので
4
4
 
5
- いえの合計数に応じ画面を表示さと思ってい
5
+ ご覧ただいても何もありまん。すいません
6
6
 
7
-
8
-
9
- ### **skindiagnose.blade.php**
10
-
11
- ```
12
-
13
-
14
-
15
- <!-- About Section Start -->
16
-
17
-
18
-
19
- <div id="about-us">
20
-
21
- <div class="container p-3 mb-2 bg-light text-dark shadow">
22
-
23
- <h3 class="text-center">★肌診断チェック★</h3>
24
-
25
- {{-- <div class="row" style="margin-right: 0; margin-left: 0;" data-aos="fade-up" data-aos-delay="300"> --}}
26
-
27
- <div class="form-group text-center form-input-radio">
28
-
29
- <form method="post" action="{{ route('post.diagnose') }}">
30
-
31
- @csrf
32
-
33
- {{-- <input class="radio-input" type="radio" name="t_zone" id="yes" value="1">
34
-
35
- <label for="yes">
36
-
37
- はい
38
-
39
- </label>
40
-
41
- </div>
42
-
43
- <div class="form-input-radio">
44
-
45
- <input class="radio-input" type="radio" name="t_zone" id="no" value="0">
46
-
47
- <label for="no">
48
-
49
- いいえ
50
-
51
- </label>
52
-
53
- </div>
54
-
55
- <div>
7
+ 申し訳ありませんでした。
56
-
57
- <i class="fas fa-angle-double-right"></i>
58
-
59
- <label class="custom-control-label h5 mb-4 mr-3">Tゾーンがベタつく</label>
60
-
61
- <input class="radio-input mb-4 ml-2" type="radio" name="t_zone" id="yes" value="1">
62
-
63
- <label for="yes">はい</label>
64
-
65
- <input class="radio-input mb-4" type="radio" name="t_zone" id="no" value="0">
66
-
67
- <label for="no">いいえ</label>
68
-
69
- </div>
70
-
71
- <div>
72
-
73
- <i class="fas fa-angle-double-right"></i>
74
-
75
- <label class="custom-control-label h5 mb-4 mr-5" for="custom-check-2">毛穴が目立つ</label>
76
-
77
- <input class="radio-input mb-4 ml-4" type="radio" name="keana" id="yes" value="1">
78
-
79
- <label for="yes">はい</label>
80
-
81
- <input class="radio-input mb-4" type="radio" name="keana" id="no" value="0">
82
-
83
- <label for="no">いいえ</label>
84
-
85
- </div>
86
-
87
- <div>
88
-
89
- <i class="fas fa-angle-double-right"></i>
90
-
91
- <label class="custom-control-label h5 mb-4 mr-2" for="custom-check-3">洗顔後肌がつっぱる</label>
92
-
93
- <input class="radio-input mb-4 ml-1" type="radio" name="wash" id="yes" value="1">
94
-
95
- <label for="yes">はい</label>
96
-
97
- <input class="radio-input mb-4 text-center" type="radio" name="wash" id="no" value="0">
98
-
99
- <label for="no">いいえ</label>
100
-
101
- </div>
102
-
103
- <div>
104
-
105
- <i class="fas fa-angle-double-right"></i>
106
-
107
- <label class="custom-control-label h5 mb-4 mr-5" for="custom-check-4">化粧のりが悪い</label>
108
-
109
- <input class="radio-input mb-4 ml-1" type="radio" name="make" id="yes" value="1">
110
-
111
- <label for="yes">はい</label>
112
-
113
- <input class="radio-input mb-4 text-center" type="radio" name="make" id="yes" value="0">
114
-
115
- <label for="no">いいえ</label>
116
-
117
- </div>
118
-
119
- <div>
120
-
121
- <i class="fas fa-angle-double-right"></i>
122
-
123
- <label class="custom-control-label h5 mb-4 mr-5" for="custom-check-4">疲れが取れない</label>
124
-
125
- <input class="radio-input mb-4 ml-1" type="radio" name="tiger" id="yes" value="1">
126
-
127
- <label for="yes">はい</label>
128
-
129
- <input class="radio-input mb-4 text-center" type="radio" name="tiger" id="no" value="0">
130
-
131
- <label for="no">いいえ</label>
132
-
133
- </div>
134
-
135
- <div>
136
-
137
- <i class="fas fa-angle-double-right"></i>
138
-
139
- <label class="custom-control-label h5 mb-5 mr-3" for="custom-check-6">顔がテカリやすい</label>
140
-
141
- <input class="radio-input mb-4 ml-3" type="radio" name="shiny" id="yes" value="1">
142
-
143
- <label for="yes">はい</label>
144
-
145
- <input class="radio-input mb-4 text-center" type="radio" name="shiny" id="no" value="0">
146
-
147
- <label for="no">いいえ</label>
148
-
149
- </div>
150
-
151
- <input type="submit" class="btn btn-primary mb-4 text-center" value="診断する">
152
-
153
- </div>
154
-
155
- </form>
156
-
157
- </div>
158
-
159
- </div>
160
-
161
- <!-- About Section End -->
162
-
163
- ```
164
-
165
-
166
8
 
167
9
 
168
10
 
@@ -210,31 +52,7 @@
210
52
 
211
53
  public function discrimination(Request $request) {
212
54
 
213
- // dd($request->$total);
55
+
214
-
215
- // $yes1 = ($request->t_zone === 'yes');
216
-
217
- // $yes2 = ($request->discrimination === 'yes');
218
-
219
- // $total = $yes1+$yes2;
220
-
221
-
222
-
223
- // if($total == 1 >= 8) {
224
-
225
- // return view();
226
-
227
- // } elseif ($total == 9 >= 12 ) {
228
-
229
- // return view();
230
-
231
- // } else{
232
-
233
- // return view ();
234
-
235
- // }
236
-
237
- return redirect();
238
56
 
239
57
  }
240
58