-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestDialogue.txt
1 lines (1 loc) · 2.46 KB
/
TestDialogue.txt
1
[{"name":"Name","x":"0","y":"0","emotion":"emot_neutral","movement":"arms_wave","question":"Hallo! Wer bist denn du?","answers":[{"text":"Ich bin Kathrin.","value":"Kathrin"},{"text":"Sag ich nicht!","value":"anonym"}],"transitions":[{"variable":"name","operand":"equal","value":"anonym","nextTopic":"1"},{"variable":"name","operand":"notEqual","value":"anonym","nextTopic":"2"}],"variable":"name"},{"name":"namenlos","x":"100","y":"80","emotion":"emot_neutral","movement":"arms_neutral","question":"Okay, auch gut. Freut mich auf jeden Fall, dich kennen zu lernen!","answers":[{"text":"weiter...","value":""}],"transitions":[{"variable":"","operand":"equal","value":"","nextTopic":"4"}],"variable":""},{"name":"Begrüßung mit Name","x":"30","y":"160","emotion":"emot_happy","movement":"arms_neutral","question":"Schön, dich kennenzulernen, $name!","answers":[{"text":"weiter...","value":""}],"transitions":[{"variable":"","operand":"equal","value":"","nextTopic":"4"}],"variable":""},{"name":"Abschied","x":"460","y":"280","emotion":"emot_sad","movement":"arms_wave","question":"Schade, dass das Gespräch schon um ist! Komm bald wieder!","answers":[],"transitions":[],"variable":""},{"name":"Alter","x":"160","y":"200","emotion":"emot_neutral","movement":"arms_neutral","question":"Wie alt bist du?","answers":[{"text":"Ich bin 5.","value":"5"},{"text":"Vierzehn einhalb.","value":"14.5"},{"text":"Uralt.","value":"90"}],"transitions":[{"variable":"alter","operand":"less","value":"12","nextTopic":"5"},{"variable":"alter","operand":"less","value":"20","nextTopic":"6"},{"variable":"","operand":"equal","value":"","nextTopic":"7"}],"variable":"alter"},{"name":"zu jung","x":"300","y":"180","emotion":"emot_surprised","movement":"arms_neutral","question":"Hoppla, du bist jünger, als ich erwartet hatte.","answers":[{"text":"weiter...","value":""}],"transitions":[{"variable":"","operand":"equal","value":"","nextTopic":"3"}],"variable":""},{"name":"genau richtig","x":"300","y":"240","emotion":"emot_happy","movement":"arms_neutral","question":"Ah ja! Im besten Alter!","answers":[{"text":"weiter...","value":""}],"transitions":[{"variable":"","operand":"equal","value":"","nextTopic":"3"}],"variable":""},{"name":"zu alt","x":"300","y":"320","emotion":"emot_surprised","movement":"arms_shrug","question":"Oh. Naja. Aber was solls, fürs Lernen ist man nie zu alt, stimmts?","answers":[{"text":"weiter...","value":""}],"transitions":[{"variable":"","operand":"equal","value":"","nextTopic":"3"}],"variable":""}]