-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.html
40 lines (36 loc) · 1.26 KB
/
3.html
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
<!DOCTYPE html>
<html>
<head>
<Title>3강<T vs F></Title>
<meta charset="utf-8">
</head>
<body>
<h1>T는 로봇 F는 공감왕 일까요?</h1>
<p>저도 그렇게 생각했습니다만, 그건 틀렸습니다.<br>
T와F를 구분짓는 기준은 <strong>상황 판단기능!</strong><br>
아래를 보고 자신이 해당하는 문항을 고른 후 댓글에 공유해봅시다!</p>
<img src="T.jpg" width="250" height="150">
<img src="F.jpg" width="250" height="150">
<h2>T vs F</h2>
<ul>
<li>중점 : 일 vs 관계</li>
<li>판단 : 맞고 틀림 vs 좋고 나쁨</li>
<li>표현 : 논리적 vs 우호적</li>
<li>상황판단 : 원리원칙 vs 의미</li>
</ul>
<!-- Not Allowed Attribute Filtered (blank="""") -->
<a href="4.html" target="_blank" class="con_link">
<button>Next</button>
</a>
<div id="disqus_thread"></div>
<script>
(function() {
var d = document,s = d.createElement('script');
s.src = 'https://web1-2.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a
href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</body>