Skip to content
Snippets Groups Projects
Commit 4340cae9 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

Add basic dialog for Stefan Dissmann

parent c853c2cb
No related branches found
No related tags found
No related merge requests found
{
"$schema": "../../src/dialogSet.schema.json",
"title": "Stefan Dißmann – Geschäftsleitung",
"imageUrl": "./images/StefanDissmann300dpi3.jpg",
"startDialogName": "start",
"dialogs": {
"start": {
"text": "",
"options": [
{
"text": "Bin ich hier richtig bei Herrn Dißmann?",
"forbiddenFacts": ["stefan/madeFirstContact"],
"linksToDialog": "firstContact"
},
{
"text": "Halten sie nicht die DAP1-Vorlesung?",
"requiredFacts": ["stefan/madeFirstContact"],
"forbiddenFacts": ["stefan/askedAfterDap1"],
"linksToDialog": "dap1question"
},
{
"text": "Haben sie schon einmal darüber nachgedacht, Mitglied bei den Alumni zu werden?",
"requiredFacts": [
"stefan/madeFirstContact",
"hans/acceptedQuestToFindNewAlumniMembers"
],
"forbiddenFacts": ["stefan/askedToJoinAlumni"],
"linksToDialog": "joinAlumniQuestion"
}
]
},
"firstContact": {
"text": "Ja, sind sie. Kann ich etwas für dich tun?",
"addFacts": ["stefan/madeFirstContact"],
"options": [
{
"text": "Ich glaube schon",
"linksToDialog": "start"
}
]
},
"dap1question": {
"text": "Ja, schon seit längerer Zeit und auch in diesem Semester wieder.",
"addFacts": ["stefan/askedAfterDap1"],
"options": [
{
"text": "Interessant",
"linksToDialog": "start"
}
]
},
"joinAlumniQuestion": {
"text": "Bitte was?",
"options": [
{
"text": "Herr Decker sucht neue Mitglieder für den Alumni-Verein.",
"linksToDialog": "joinAlumniQuestion2"
}
]
},
"joinAlumniQuestion2": {
"text": "Ja ja, das weiß ich, aber ich bin bereits Mitglied. Hat er dich zu mir geschickt?",
"options": [
{
"text": "Nein, ich soll nur generell Leute finden.",
"linksToDialog": "joinAlumniQuestion3"
}
]
},
"joinAlumniQuestion3": {
"text": "Na dann weiter viel Erfolg dabei.",
"addFacts": ["stefan/askedToJoinAlumni"],
"options": [
{
"text": "Danke.",
"linksToDialog": "start"
}
]
}
}
}
public/images/StefanDissmann300dpi3.jpg

34.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment