Packages

o

edu.cmu.cs.ls.keymaerax.cli

Submission

object Submission

Extracts submission information from a JSON AST.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Submission
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Answer extends AnyRef
  2. case class Chapter(id: Long, label: String, problems: List[Problem]) extends Product with Serializable

    A quiz chapter.

  3. case class ChoiceAnswer(id: Long, label: String, name: String, grader: Option[GraderCookie], text: String, isSelected: Boolean) extends Answer with Product with Serializable
  4. case class GraderCookie(id: Long, name: String, method: String) extends Product with Serializable

    Autograder information.

  5. case class MultiPrompt(main: Prompt, earlier: Map[Int, Prompt]) extends Prompt with Product with Serializable

    An answered quiz question that needs access to answers of earlier questions.

  6. case class Problem(id: Long, rank: Long, number: String, title: String, label: String, points: Double, prompts: List[Prompt]) extends Product with Serializable

    A problem segment.

  7. trait Prompt extends AnyRef

    A question with submitted answer, name indicates the type of prompt.

  8. case class SinglePrompt(id: Long, rank: Long, number: String, name: String, points: Double, answers: List[Answer]) extends Prompt with Product with Serializable

    A single quiz question with submitted answer.

    A single quiz question with submitted answer. name indicates the type of prompt.

  9. case class TextAnswer(id: Long, label: String, name: String, grader: Option[GraderCookie], answer: String, expected: String) extends Answer with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  20. object GradeJsonFormat
  21. object SubmissionJsonFormat

Inherited from AnyRef

Inherited from Any

Ungrouped