This file is indexed.

/usr/share/texmf/doc/latex/auto-multiple-choice-doc/sample-separate.tex is in auto-multiple-choice-doc-pdf 1.3.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\documentclass{article}
\usepackage[separateanswersheet]{automultiplechoice}
\usepackage{multicol}
\begin{document}

\input{questions.tex}

\onecopy{30}{

\noindent{\bf AMC  \hfill SAMPLE TEST}

\vspace{3ex}

For this test, package {\sf automultiplechoice} is used with {\tt
  separateanswersheet} option, so that all answers are to be filled on
a separate sheet by students. Page markers are printed in view of an
automated marking from papers scans. DRAFT indications can be
cancelled using {\tt nowatermark} option.

Commands from {\sf automultiplechoice} are used to print, for each
student, two geography questions and two history questions, at
random. Questions and answers are shuffled.

\vspace{3ex}

\cleargroup{all}

\shufflegroup{geography}
\copygroup[2]{geography}{all}
\shufflegroup{history}
\copygroup[2]{history}{all}
\shufflegroup{all}
\insertgroup{all}

\clearpage

\AMCformBegin

This is the answer sheet: all answers are to be ticked on this page to
be taken into account.

\vspace{2ex}

\AMCform

}
\end{document}