Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Selecting the TeX Open option on the Create a Question page will bring you to a rather nondescript page which will allow you to create a few different types of questions. Click "Edit" to start editing the body and code portions of the question. Visit this page for more information about TeX in Quest.

...

To add additional parts to a TeX Open question, simply add more designations to the body of the question:

Code Block
languagetext
/* This is a comment describing the question

...


%%%%%%%%%%%% quest 1

...


Here is the text for my first question part. TeX equations, multiple choice options, images, and lists can go here.

...

 
%%%%%%%%%%%% expl 1

...


Here is the explanation for the first question.

...

 
%%%%%%%%%%%% quest 2

...


This is the second question part.

...

 
%%%%%%%%%%%% expl 2

...


And its corresponding explanation. 

 

As well as additional answer variables to the code portion:

Code Block
languagetext
/* global double ans1 u={}*/

...


/* global double ans2 u={}*/

...




ans1 = 1;

...


ans2 = 1;

 

For more information about the code portion of TeX Open questions, please visit this page.

...