package qa.qcri.aidr.trainer.pybossa.mockup; /** * Created with IntelliJ IDEA. * User: jlucas * Date: 10/19/13 * Time: 11:51 PM * To change this template use File | Settings | File Templates. */ public class MicroMapperAnswer { public static int NUMBER_OF_QUESTION = 4; public static String ANSWER_ONE = "Not English"; public static String ANSWER_TWO = "Needs / Requests for Help"; public static String ANSWER_THREE = "Infrastructure Damage"; public static String ANSWER_FOUR = "Other/Skip"; }