Moralkompass

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 13: Zeile 13:
   
   
var p00 = brd.create('point',[0,0],{fixed:true,visible:false});
var p00 = brd.create('point',[0,0],{fixed:true,visible:false});
-
var p11 = brd.create('point',[1,0],{name:'Moral +',visible:true,fixed:true});
+
var p11 = brd.create('point',[1,0],{name:'Handlung +',visible:true,fixed:true});
var p21 = brd.create('point',[2,0],{name:'',visible:true,fixed:false});
var p21 = brd.create('point',[2,0],{name:'',visible:true,fixed:false});
-
var p31 = brd.create('point',[3,0],{name:'Moral -',visible:true,fixed:true});
+
var p31 = brd.create('point',[3,0],{name:'Handlung -',visible:true,fixed:true});
var c1 = brd.create('circle',[p00,p11],{strokeWidth:1,strokeOpacity:0.6});
var c1 = brd.create('circle',[p00,p11],{strokeWidth:1,strokeOpacity:0.6});
var c2 = brd.create('circle',[p00,p21],{strokeWidth:1,strokeOpacity:0.6});
var c2 = brd.create('circle',[p00,p21],{strokeWidth:1,strokeOpacity:0.6});
var c3 = brd.create('circle',[p00,p31],{strokeWidth:1,strokeOpacity:0.6});
var c3 = brd.create('circle',[p00,p31],{strokeWidth:1,strokeOpacity:0.6});
-
var pmoral1 = p11;
+
var phandlung1 = p11;
-
var pmoral2 = p31;
+
var phandlung2 = p31;
var pmotiv1 = brd.create('point',[-1,0],{name:'Motiv +',visible:true,fixed:true});
var pmotiv1 = brd.create('point',[-1,0],{name:'Motiv +',visible:true,fixed:true});
var pmotiv2 = brd.create('point',[-3,0],{name:'Motiv -',visible:true,fixed:true});
var pmotiv2 = brd.create('point',[-3,0],{name:'Motiv -',visible:true,fixed:true});
-
var poption1 = brd.create('point',[0,1],{name:'Motiv +',visible:true,fixed:true});
+
var poption1 = brd.create('point',[0,1],{name:'Option +',visible:true,fixed:true});
-
var poption2 = brd.create('point',[0,0],{name:'Motiv -',visible:true,fixed:true});
+
var poption2 = brd.create('point',[0,3],{name:'Option -',visible:true,fixed:true});
-
3
+
var pergebnis1 = brd.create('point',[0,-1],{name:'Ergebnis +',visible:true,fixed:true});
 +
var pergebnis2 = brd.create('point',[0,-3],{name:'Ergebnis -',visible:true,fixed:true});
 +
 
 +
 
var p2 = brd.create('glider',[0.4,1.0,c],{name:'',withLabel:false});
var p2 = brd.create('glider',[0.4,1.0,c],{name:'',withLabel:false});
var p3 = brd.create('point',[function(){return p2.X();},0.0],{visible:false,name:'',withLabel:false});
var p3 = brd.create('point',[function(){return p2.X();},0.0],{visible:false,name:'',withLabel:false});

Version vom 11:16, 10. Mär. 2024

Algorithmus zum moralischen Vergleich von 2 menschlichen Handlungen.

Parameter:

  • Motivation
  • Ergebnis
  • Durchführung
  • Optionen

Persönliche Werkzeuge