Examples of QuestionObjManager


Examples of de.yaams.extensions.quiz.question.QuestionObjManager

      public void work(HashMap<String, Object> objects) {
        Project p = (Project) objects.get("project");

        // add it
        if ("quiz".equals(p.getTypeAsString()) && !p.getObjects().containsKey("quiz")) {
          p.addObjManager(new QuestionObjManager(), "quiz");
        }
      }
    });
  }
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.