質問編集履歴

2

修正

2020/08/26 21:28

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -193,171 +193,3 @@
193
193
 
194
194
 
195
195
  ```
196
-
197
-
198
-
199
- ```
200
-
201
- const defaultDataset = {
202
-
203
- "init": {
204
-
205
- answers: [
206
-
207
- {content: "仕事を依頼したい", nextId: "job_offer"},
208
-
209
- {content: "エンジニアのキャリアについて相談したい", nextId: "consultant"},
210
-
211
- {content: "学習コミュニティについて知りたい", nextId: "community"},
212
-
213
- {content: "お付き合いしたい", nextId: "dating"},
214
-
215
- ],
216
-
217
- question: "こんにちは!????トラハックへのご用件はなんでしょうか?",
218
-
219
- },
220
-
221
- "job_offer": {
222
-
223
- answers: [
224
-
225
- {content: "Webサイトを制作してほしい", nextId: "website"},
226
-
227
- {content: "Webアプリを開発してほしい", nextId: "webapp"},
228
-
229
- {content: "自動化ツールを作ってほしい", nextId: "automation_tool"},
230
-
231
- {content: "その他", nextId: "other_jobs"}
232
-
233
- ],
234
-
235
- question: "どのようなお仕事でしょうか?",
236
-
237
- },
238
-
239
- "website": {
240
-
241
- answers: [
242
-
243
- {content: "問い合わせる", nextId: "contact"},
244
-
245
- {content: "最初の質問に戻る", nextId: "init"}
246
-
247
- ],
248
-
249
- question: "Webサイト細作についてですね。コチラからお問い合わせできます。",
250
-
251
- },
252
-
253
- "webapp": {
254
-
255
- answers: [
256
-
257
- {content: "問い合わせる", nextId: "contact"},
258
-
259
- {content: "最初の質問に戻る", nextId: "init"}
260
-
261
- ],
262
-
263
- question: "Webアプリ開発についてですね。コチラからお問い合わせできます。",
264
-
265
- },
266
-
267
- "automation_tool": {
268
-
269
- answers: [
270
-
271
- {content: "問い合わせる", nextId: "contact"},
272
-
273
- {content: "最初の質問に戻る", nextId: "init"}
274
-
275
- ],
276
-
277
- question: "自動化ツール開発についてですね。コチラからお問い合わせできます。",
278
-
279
- },
280
-
281
- "other_jobs": {
282
-
283
- answers: [
284
-
285
- {content: "問い合わせる", nextId: "contact"},
286
-
287
- {content: "最初の質問に戻る", nextId: "init"}
288
-
289
- ],
290
-
291
- question: "その他についてですね。コチラからお問い合わせできます。",
292
-
293
- },
294
-
295
- "consultant": {
296
-
297
- answers: [
298
-
299
- {content: "YouTubeで動画を見る", nextId: "https://www.youtube.com/channel/UC-bOAxx-YOsviSmqh8COR0w"},
300
-
301
- {content: "学習コミュニティについて知りたい", nextId: "community"},
302
-
303
- {content: "最初の質問に戻る", nextId: "init"}
304
-
305
- ],
306
-
307
- question: "トラハックは普段からYouTubeでキャリアについて発信しています。また、僕が運営するエンジニア向け学習コミュニティ内でも相談に乗っていますよ。",
308
-
309
- },
310
-
311
- "community": {
312
-
313
- answers: [
314
-
315
- {content: "どんな活動をしているの?", nextId: "community_activity"},
316
-
317
- {content: "コミュニティに参加したい", nextId: "https://torahack.web.app/community/"},
318
-
319
- {content: "最初の質問に戻る", nextId: "init"}
320
-
321
- ],
322
-
323
- question: "2020年3月から学習コミュニティを始めました!????Webエンジニアへの転職を目指す人向けに、プログラミングを教えたりキャリアの相談に乗っています。",
324
-
325
- },
326
-
327
- "community_activity": {
328
-
329
- answers: [
330
-
331
- {content: "さらに詳細を知りたい", nextId: "https://youtu.be/tIzE7hUDbBM"},
332
-
333
- {content: "コミュニティに参加したい", nextId: "https://torahack.web.app/community/"},
334
-
335
- {content: "最初の質問に戻る", nextId: "init"}
336
-
337
- ],
338
-
339
- question: "フロントエンド向けの教材の提供、キャリアや勉強法に関するメルマガの配信、週1のオンライン作業会などを開催しています!\n詳細はYouTube動画で紹介しています。",
340
-
341
- },
342
-
343
- "dating": {
344
-
345
- answers: [
346
-
347
- {content: "DMする", nextId: "https://twitter.com/torahack_"},
348
-
349
- {content: "最初の質問に戻る", nextId: "init"}
350
-
351
- ],
352
-
353
- question: "まずは一緒にランチでもいかがですか?DMしてください????",
354
-
355
- },
356
-
357
- }
358
-
359
-
360
-
361
- export default defaultDataset
362
-
363
- ```

1

追加

2020/08/26 21:28

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -193,3 +193,171 @@
193
193
 
194
194
 
195
195
  ```
196
+
197
+
198
+
199
+ ```
200
+
201
+ const defaultDataset = {
202
+
203
+ "init": {
204
+
205
+ answers: [
206
+
207
+ {content: "仕事を依頼したい", nextId: "job_offer"},
208
+
209
+ {content: "エンジニアのキャリアについて相談したい", nextId: "consultant"},
210
+
211
+ {content: "学習コミュニティについて知りたい", nextId: "community"},
212
+
213
+ {content: "お付き合いしたい", nextId: "dating"},
214
+
215
+ ],
216
+
217
+ question: "こんにちは!????トラハックへのご用件はなんでしょうか?",
218
+
219
+ },
220
+
221
+ "job_offer": {
222
+
223
+ answers: [
224
+
225
+ {content: "Webサイトを制作してほしい", nextId: "website"},
226
+
227
+ {content: "Webアプリを開発してほしい", nextId: "webapp"},
228
+
229
+ {content: "自動化ツールを作ってほしい", nextId: "automation_tool"},
230
+
231
+ {content: "その他", nextId: "other_jobs"}
232
+
233
+ ],
234
+
235
+ question: "どのようなお仕事でしょうか?",
236
+
237
+ },
238
+
239
+ "website": {
240
+
241
+ answers: [
242
+
243
+ {content: "問い合わせる", nextId: "contact"},
244
+
245
+ {content: "最初の質問に戻る", nextId: "init"}
246
+
247
+ ],
248
+
249
+ question: "Webサイト細作についてですね。コチラからお問い合わせできます。",
250
+
251
+ },
252
+
253
+ "webapp": {
254
+
255
+ answers: [
256
+
257
+ {content: "問い合わせる", nextId: "contact"},
258
+
259
+ {content: "最初の質問に戻る", nextId: "init"}
260
+
261
+ ],
262
+
263
+ question: "Webアプリ開発についてですね。コチラからお問い合わせできます。",
264
+
265
+ },
266
+
267
+ "automation_tool": {
268
+
269
+ answers: [
270
+
271
+ {content: "問い合わせる", nextId: "contact"},
272
+
273
+ {content: "最初の質問に戻る", nextId: "init"}
274
+
275
+ ],
276
+
277
+ question: "自動化ツール開発についてですね。コチラからお問い合わせできます。",
278
+
279
+ },
280
+
281
+ "other_jobs": {
282
+
283
+ answers: [
284
+
285
+ {content: "問い合わせる", nextId: "contact"},
286
+
287
+ {content: "最初の質問に戻る", nextId: "init"}
288
+
289
+ ],
290
+
291
+ question: "その他についてですね。コチラからお問い合わせできます。",
292
+
293
+ },
294
+
295
+ "consultant": {
296
+
297
+ answers: [
298
+
299
+ {content: "YouTubeで動画を見る", nextId: "https://www.youtube.com/channel/UC-bOAxx-YOsviSmqh8COR0w"},
300
+
301
+ {content: "学習コミュニティについて知りたい", nextId: "community"},
302
+
303
+ {content: "最初の質問に戻る", nextId: "init"}
304
+
305
+ ],
306
+
307
+ question: "トラハックは普段からYouTubeでキャリアについて発信しています。また、僕が運営するエンジニア向け学習コミュニティ内でも相談に乗っていますよ。",
308
+
309
+ },
310
+
311
+ "community": {
312
+
313
+ answers: [
314
+
315
+ {content: "どんな活動をしているの?", nextId: "community_activity"},
316
+
317
+ {content: "コミュニティに参加したい", nextId: "https://torahack.web.app/community/"},
318
+
319
+ {content: "最初の質問に戻る", nextId: "init"}
320
+
321
+ ],
322
+
323
+ question: "2020年3月から学習コミュニティを始めました!????Webエンジニアへの転職を目指す人向けに、プログラミングを教えたりキャリアの相談に乗っています。",
324
+
325
+ },
326
+
327
+ "community_activity": {
328
+
329
+ answers: [
330
+
331
+ {content: "さらに詳細を知りたい", nextId: "https://youtu.be/tIzE7hUDbBM"},
332
+
333
+ {content: "コミュニティに参加したい", nextId: "https://torahack.web.app/community/"},
334
+
335
+ {content: "最初の質問に戻る", nextId: "init"}
336
+
337
+ ],
338
+
339
+ question: "フロントエンド向けの教材の提供、キャリアや勉強法に関するメルマガの配信、週1のオンライン作業会などを開催しています!\n詳細はYouTube動画で紹介しています。",
340
+
341
+ },
342
+
343
+ "dating": {
344
+
345
+ answers: [
346
+
347
+ {content: "DMする", nextId: "https://twitter.com/torahack_"},
348
+
349
+ {content: "最初の質問に戻る", nextId: "init"}
350
+
351
+ ],
352
+
353
+ question: "まずは一緒にランチでもいかがですか?DMしてください????",
354
+
355
+ },
356
+
357
+ }
358
+
359
+
360
+
361
+ export default defaultDataset
362
+
363
+ ```