Обсуждение:Диаграмма учебного курса: различия между версиями

Материал из Поле цифровой дидактики
(→‎Mermaid test: новая тема)
 
Строка 2: Строка 2:


{{#mermaid:graph TD
{{#mermaid:graph TD
     style NoteBackgroundColor fill:tan
     note right of A[Learning outcomes (Competences)]
    A --> C1
    A --> C2


     start((Start))
     B[Concepts]
    LearningOutcomes("Learning outcomes (Competences)")
     note left of B
    Concepts("Concepts")
         Concept 1
    Books("Books")
         Concept 2
    Games("Games")
     end note
    Models("Models")
    Tools("Tools")
    Languages("Languages")
    LearningOutputs("Learning outputs (Affective Tasks)")
   
     subgraph Competences
         C1
         C2
     end


     subgraph ConceptsNotes
     D[Books]
         Concept1("Concept 1")
    note right of D
         Concept2("Concept 2")
         Book 1 - Authors
     end
         Book 2 - Authors
     end note


     subgraph BooksNotes
     E[Games]
         Book1("Book 1 - Authors")
    note right of E
         Book2("Book 2 - Authors")
         G1 1
     end
         G2 2
     end note


     subgraph GamesNotes
     F[Models]
         G1("G1")
    note left of F
         G2("G2")
         M 1
     end
         M 2
     end note


     subgraph ModelsNotes
     G[Tools]
        M1("M 1")
    note right of G
         M2("M 2")
         Choice
     end
     end note


     subgraph ToolsNotes
     H[T1]
        ChoiceTools("Choice")
    H -->|fork| I[T2]
     end
     I -->|fork| J[T3]


     subgraph LanguagesNotes
     K[Languages]
         ChoiceLanguages("Choice")
    note right of K
     end
         Choice
     end note


     fork
     L[L1]
      T1["T1"]
    L -->|fork| M[L2]
      T2["T2"]
    M -->|fork| N[L3]
      T3["T3"]
    end fork


     fork
     O[Learning outputs (Affective Tasks)]
      L1["L1"]
     note left of O
      L2["L2"]
        Active Essay
      L3["L3"]
     end note
    end fork
      
    ActiveEssay("Active Essay")
 
     HaveOutputs{"Have learning outputs been achieved?"}
   
    LearningOutcomesNotAchieved["Learning Outcomes Not Achieved"]
   
    LearningOutcomesAchieved["Learning Outcomes Achieved"]


     start --> LearningOutcomes
     P{Have learning outputs been achieved?}
    LearningOutcomes --> Competences
    LearningOutcomes --> Concepts
    LearningOutcomes --> Books
    LearningOutcomes --> Games
    LearningOutcomes --> Models
    LearningOutcomes --> Tools
    LearningOutcomes --> Languages
    LearningOutcomes --> LearningOutputs
      
      
     Concepts --> ConceptsNotes
     P -- no --> Q[Learning Outcomes Not Achieved]
    Books --> BooksNotes
    Games --> GamesNotes
    Models --> ModelsNotes
    Tools --> ToolsNotes
      
      
  Languages --> ChoiceLanguages
    P -- yes --> R[Learning Outcomes Achieved]
 
  LearningOutputs --> ActiveEssay


  HaveOutputs -- no --> LearningOutcomesNotAchieved
  HaveOutputs -- yes --> LearningOutcomesAchieved
}}
}}

Версия 19:14, 15 октября 2024

Mermaid test