Система деятельности (диаграмма): различия между версиями

Материал из Поле цифровой дидактики
Строка 207: Строка 207:


== MerMaid ==
== MerMaid ==
{{#mermaid:graph TD
  subgraph Subject
    Student1((Student 1))
    Student2((Student 2))
  end
  subgraph Object
    LearningMaterial((Learning Material))
  end
  subgraph Community
    TeachersPeersParents((Teachers, Peers, Parents))
  end
  subgraph Tools
    TextbooksOnlineLearningPlatformsCommunicationTools((Textbooks, Online Learning Platforms, Communication Tools))
  end
  subgraph Rules
    CurriculumSchoolPoliciesSocialNorms((Curriculum, School Policies, Social Norms))
  end
  subgraph Outcome
    KnowledgeSkillsAttitudes((Knowledge, Skills, Attitudes))
  end
  Student1 --> LearningMaterial
  Student2 --> LearningMaterial
  LearningMaterial --> Student1
  LearningMaterial --> Student2
  LearningMaterial --> TeachersPeersParents
  TeachersPeersParents --> LearningMaterial
  LearningMaterial --> TextbooksOnlineLearningPlatformsCommunicationTools
  TextbooksOnlineLearningPlatformsCommunicationTools --> LearningMaterial
  LearningMaterial --> CurriculumSchoolPoliciesSocialNorms
  CurriculumSchoolPoliciesSocialNorms --> LearningMaterial
  LearningMaterial --> KnowledgeSkillsAttitudes
  KnowledgeSkillsAttitudes --> LearningMaterial
}}

Версия от 20:38, 14 апреля 2024


Описание
Область знаний Управление, Обществознание
Среды для создания диаграммы: Graphviz, PerplexityAI

1

2

3

PlantUML

MerMaid