考试类别:\vsword

考试类别:\vsword

我已经可以为 \gradetable 填写 \pointpoints、\vqword、\vpword 和 \vtword 的值。如何填写 \vsword 列?

我想这样填充。

在此处输入图片描述

\documentclass[a4paper,10pt]{exam}
\usepackage[hmargin=1.5cm,bmargin=1.5cm]{geometry}
\usepackage[indonesian]{babel}
\usepackage{fouriernc}
\renewcommand{\rmdefault}{put}
\usepackage{amsmath,amssymb}
\usepackage[inline,shortlabels]{enumitem}
\usepackage[svgnames]{xcolor}
\usepackage{tikz}
\let\ds\displaystyle
\parindent0em

\printanswers 
\newcommand{\class}{MATEMATIKA}
\newcommand{\examnum}{\large\bfseries Penskoran Penilaian Tengah Semester Ganjil}
\newcommand{\examdate}{23 September 2019}

\pagestyle{headandfoot}
\firstpageheader{\class}{\examnum}{\examdate}
\runningheader{\class}{\examnum}{Hal. \thepage\ dari \numpages}
\runningfooter{}{}{}
\runningheadrule

\pointpoints{exam-point}{poin}
\pointpoints{bobot}{bobot}
\vqword{No. Soal}
\vpword{Bobot Soal}
\vtword{Jumlah}
\vsword{Skor Maksimum}
\qformat{\bfseries Soal Nomor \thequestion\hspace{14cm} bobot = \totalpoints\hfill}
\renewcommand{\solutiontitle}{\noindent\textbf{Jawaban:}\enspace}

\begin{document}

\rule[2ex]{\textwidth}{1pt}%

\addpoints 
\begin{center}
\gradetable[v][questions]
\end{center}

\begin{questions}
\question[15] 
The question for number one.
    \begin{solution}
The solution
\flushright \textbf{Skor maksimum = 6}
    \end{solution}

 \question[10] 
The question for number two.
\begin{solution}
The solution
\flushright \textbf{Skor maksimum = 3}
   \end{solution}

\end{questions}

\end{document}

相关内容