%\title{Article HW Template}
\documentclass[12pt]{article}
\usepackage[paper=a4paper,top=1in, bottom=1in, right=1in, left=.7in]{geometry}
\usepackage{amsthm, amssymb, amsfonts, amsmath}
\usepackage{graphicx}
\usepackage{tikz}
\usetikzlibrary{calc,shapes}
\usepackage{enumitem}
\usepackage{mathtools}
\usepackage{mathrsfs}
\usepackage{tikz-cd}
\usepackage{hyperref, mathabx}
\newcommand{\boxitem}[2]{\vspace{.55cm}
\item[#1]
\leavevmode
\strut
\vadjust{%%
\noindent
\raisebox{\dimexpr\dp\strutbox+\ht\strutbox+1ex}[0pt][0pt]{\tikzmark{bl}}}%%
#2
\leavevmode
\vadjust{%
\noindent
\hspace*{\dimexpr\textwidth+1ex}\tikzmark{br}}%%
\tikz[overlay,remember picture]{\draw[black]
(bl) rectangle
(br);}}
\newcommand{\tikzmark}[1]{\tikz[overlay,remember picture] \node (#1) {};}
\newcommand{\C}{\mathbb{C}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\p}{\mathbb{P}}
\newcommand{\E}{\mathbb{E}}
\newtheorem*{lemma}{Lemma}
\newtheorem{llemma}{Lemma}
\newtheorem*{theorem}{Theorem}
\newtheorem*{prop}{Proposition}
\begin{document}
\null\hfill\begin{tabular}[t]{r@{}}
Eric Auld \\
\today
\end{tabular}
\centerline{\scshape{Problems}}
\begin{enumerate}[listparindent=1.5em,
parsep = 0pt]
\boxitem{1.}{
Question
}
\item
Text
\end{enumerate}
\end{document}