Skip to content

A quiz template useful for high school or college level math and physics courses.

License

Notifications You must be signed in to change notification settings

phitaylr/quiz-template2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This LaTeX problem repository and quiz template that allows teachers to build quizzes from individual question files. It is designed to fit my grading scheme, I'm sure you'll want to edit before it is useful to you.

##Folders

  • img contains image files
  • quizzess contians quiz files, which are collections of lins to questions**
  • naming does matter here, so that the for loop in main.tex will select the file
  • Use #-#.tex. I use the first number to be quarter or grading period, and then the second as the week number
  • i.e., for the 3rd week in the second quarter, I'd name it 2-3.tex

##Files

  • main.tex is where the compilation of questions into quizzes into one large quiz document happens (main.pdf)
  • You can change the class and teacher name here.

##Commands In questions, you can use

  • \drawgraph to insert a grid for students to answer with a 2-D graph
  • \blank to insert a 100pt blank
  • \imgA{file} to insert a small image (must be in img directory, no file extensions)
  • \imgB{file} to insert a large image (must be in img directory, no file extensions)

Then create the header using \quizheader{QUIZ_NAME}{NUMBER_OF_POINTS}. Edit the quiz header command in main.tex to your liking.

Insert questions using \question{[QUESTIONNUMBER}{QUESTIONTEXT}

To compile into a pdf, use the command below. It needs to be run twice to generate the table of contents.

pdflatex main && pdflatex main

On OS X, you can add this to your .zshrc or .bashrc file to do it all at once and open the final product:

alias quiztime="pdflatex main && pdflatex main && open main.pdf

About

A quiz template useful for high school or college level math and physics courses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages