Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
10/04/18 15:33:50 (6 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    3434</dependency>
    3535
     36Example code can be found [https://tracinsy.ewi.tudelft.nl/trac/MentalHealth/browser/MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MotivationalAnswerTest.java here]. Typically you need only this
     37
     38{{{
     39Locale NL = new Locale("nl", "NL");
     40Situation situation=new Situation(PclTrend.DROPPING, Trust.MEDIUM);
     41String motivation = new MotivationalAnswer(situation, NL).getText();
     42
     43}}}
    3644}}}
    3745