All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mx.path.model.mdx.model.challenges.Question Maven / Gradle / Ivy

There is a newer version: 16.1.2
Show newest version
package com.mx.path.model.mdx.model.challenges;

import java.util.List;

import com.google.gson.annotations.SerializedName;
import com.mx.path.model.mdx.model.MdxBase;

public final class Question extends MdxBase {
  private String id;
  private String prompt;
  @SerializedName("prompt_type")
  private String promptType;
  private String info;
  private List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy