Участник:Patarakin/Sandbox/G1: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) Новая страница: « <graphviz> digraph communication { rankdir=LR; node [shape = circle fontsize=8]; Verbal_communication [label="Verbal \n communication"] } </graphviz>» |
Patarakin (обсуждение | вклад) Нет описания правки |
||
| Строка 5: | Строка 5: | ||
node [shape = circle fontsize=8]; | node [shape = circle fontsize=8]; | ||
Verbal_communication [label="Verbal \n communication"] | Verbal_communication [label="Verbal \n communication"] | ||
Semantics [label="Semantics"]; | |||
Fact_1 [label="Clarity"]; | |||
Fact_2 [label="Conciseness"]; | |||
Fact_3 [label"Repetition"]; | |||
Fact_4 [label="Structure"]; | |||
Fact_5 [label="Pause"]; | |||
Fact_6 [label="Paralanguage"]; | |||
Verbal_communication -> Fact_1; | |||
Verbal_communication -> Fact_2; | |||
Verbal_communication -> Fact_3; | |||
Verbal_communication -> Fact_4; | |||
Verbal_communication -> Fact_5; | |||
Verbal_communication -> Fact_6; | |||
Fact_1 -> Semantics [label="inform"]; | |||
Fact_2 -> Semantics [label="express"]; | |||
Fact_3 -> Semantics[ label ="evoke thoughts"]; | |||
Fact_4 -> Semantics[label="trigger understanding"]; | |||
Fact_5 -> Semantics[ label="avoid misunderstanding"]; | |||
Fact_6 -> Semantics [label="support understanding"]; | |||
} | } | ||
</graphviz> | </graphviz> | ||
Версия от 16:00, 25 июня 2023
Diagrams error (with dot command): Error: /tmp/diagrams_in724366681984.dot: syntax error in line 9 near '"'
