R/validate_text.R
read_student_text.Rd
Reads a plain-text student answer from a .txt, .md, or .pdf file and returns it as a single character string.
.txt
.md
.pdf
read_student_text(path)
Path to the submission file.
A single character string containing the file contents.