Skip to content

MatheSchool/typst-g-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g-exam

This template provides a way to generate exams. You can create questions and sub-questions, header with information about the academic center, score box, subject, exam, header with student information, clarifications, solutions, watermark with information about the exam model and teacher.

Features

  • Scoreboard.
  • Scoring by questions and subquestions.
  • Student information, on the first page or on all odd pages.
  • Question and subcuestion.
  • Show solutions and clarifications
  • List of clarifications.
  • Teacher's Watermark
  • Exam Model Watermark

Usage

For information, see the manual.

To use this package, simply add the following code to your document:

Examples

Minimal Example

#import "@preview/g-exam:0.3.0": *

#show: g-exam.with(
    #g-question(point: 2)[List prime numbers]
    #v(1fr)

    #g-question(point: 2)[Complete the following sentences]
      #g-subquestion[Don Quixote was written by ...]
      #v(1fr)
      
      #g-subquestion[The name of the continent we live on is ...]
      #v(1fr)
)

Full sample of an exam.

  1. Example of exam with punctuation
  2. Example of exam with question only
  3. Example of exam with subquestion
  4. Example of exam with punctuation
  5. Example of exam with solution

Changelog

v0.3.0

  • Include parameter question-text-parameters.
  • Show solution
  • Expand documentation.
  • Possibility of estrablecer question-point-position to none.
  • Bug fix show watermark.

v0.2.0

  • Control the size of the logo image.
  • Convert to template
  • Allow true and false values in show-studen-data.
  • Show clarifications.
  • Widen margin points.
  • Show solution.

v0.1.1

  • Fix loading image.

v0.1.0

  • Initial version submitted to typst/packages.

CI

Continuous integration status:

.github/workflows/integration.yaml

About

Template to create exams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •