Examples of addMovableElement()


Examples of metier.Question.addMovableElement()

   
  //Mots � placer
  Element e6 = new Element();
        e6.setLibelle("Rate");
        e6.setUrl_image("/ressources/Rate");
  question.addMovableElement(1, e6);
   
  Element e7 = new Element();
        e7.setLibelle("Poumon");
        e7.setUrl_image("/ressources/Poumon");
  question.addMovableElement(2, e7);
View Full Code Here

Examples of metier.Question.addMovableElement()

  question.addMovableElement(1, e6);
   
  Element e7 = new Element();
        e7.setLibelle("Poumon");
        e7.setUrl_image("/ressources/Poumon");
  question.addMovableElement(2, e7);
   
  Element e8 = new Element();
        e8.setLibelle("Reins");
        e8.setUrl_image("/ressources/Rein");
  question.addMovableElement(3, e8);
View Full Code Here

Examples of metier.Question.addMovableElement()

  question.addMovableElement(2, e7);
   
  Element e8 = new Element();
        e8.setLibelle("Reins");
        e8.setUrl_image("/ressources/Rein");
  question.addMovableElement(3, e8);
   
  Element e9 = new Element();
        e9.setLibelle("Coeur");
        e9.setUrl_image("/ressources/Coeur");
  question.addMovableElement(4, e9);
View Full Code Here

Examples of metier.Question.addMovableElement()

  question.addMovableElement(3, e8);
   
  Element e9 = new Element();
        e9.setLibelle("Coeur");
        e9.setUrl_image("/ressources/Coeur");
  question.addMovableElement(4, e9);
   
        return question;
    }

    /**
 
View Full Code Here

Examples of metier.Question.addMovableElement()

   
  //Mots à placer
  Element e6 = new Element();
        e6.setLibelle("Rate");
        e6.setUrl_image("/ressources/rate.png");
  question.addMovableElement(1, e6);
   
  Element e7 = new Element();
        e7.setLibelle("Poumon");
        e7.setUrl_image("/ressources/poumon.png");
  question.addMovableElement(2, e7);
View Full Code Here

Examples of metier.Question.addMovableElement()

  question.addMovableElement(1, e6);
   
  Element e7 = new Element();
        e7.setLibelle("Poumon");
        e7.setUrl_image("/ressources/poumon.png");
  question.addMovableElement(2, e7);
   
  Element e8 = new Element();
        e8.setLibelle("Reins");
        e7.setUrl_image("/ressources/reins.png");
  question.addMovableElement(3, e8);
View Full Code Here

Examples of metier.Question.addMovableElement()

  question.addMovableElement(2, e7);
   
  Element e8 = new Element();
        e8.setLibelle("Reins");
        e7.setUrl_image("/ressources/reins.png");
  question.addMovableElement(3, e8);
   
  Element e9 = new Element();
        e9.setLibelle("Coeur");
        e7.setUrl_image("/ressources/coeur.png");
  question.addMovableElement(5, e9);
View Full Code Here

Examples of metier.Question.addMovableElement()

  question.addMovableElement(3, e8);
   
  Element e9 = new Element();
        e9.setLibelle("Coeur");
        e7.setUrl_image("/ressources/coeur.png");
  question.addMovableElement(5, e9);
   
        return question;
    }

    /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.