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. For Visit this page for more information about the use of TeX in Quest, go here.

 

 

...

 

Regardless of the style of TeX Open question you would like to create, there are certain lines that are required for this question type. The body field must contain the designation of where the question body and explanations are as demonstrated below.

...

/* 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.

...