Package uk.ac.osswatch.simal.ssmm.model

Examples of uk.ac.osswatch.simal.ssmm.model.SelectionQuestion


    options.put("Revision control", "Version control system");
    options.put("Discussion", "Email lists or online forums");
    options.put("IM", "Instant messaging/IRC");
    options.put("Issue Tracker", "Issue tracker for bug and feature tracking");

      SelectionQuestion question = new SelectionQuestion("Communication Channels", "Which publicly available communication or dissemination mechanisms does the project use?", "Multiple documentation and communication components are indicative of at least the opportunity for project knowledge to exist. There are certainly cases where too many avenues of knowledge can hurt a project.", options);
    put(question.getLabel(), question);
  }
View Full Code Here

TOP

Related Classes of uk.ac.osswatch.simal.ssmm.model.SelectionQuestion

Copyright © 2018 www.massapicom. 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.