com.mx.path.model.mdx.model.challenges.Question Maven / Gradle / Ivy
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