Reads student assignment files, estimates rates and (optionally) Km/Vmax, and renders per-student answer pages with:
Absorbance vs time (faceted by rxn_condition)
Michaelis-Menten (both conditions on one plot; optional nls fit)
Lineweaver-Burke (both conditions on one plot; fitted lm lines)
Arguments
- run_timestamp
Timestamp string (YYYY-MM-DD_HHMM) from assignReactions().
- output_files
One of "separate", "single", or "both". Default "single".
- project_path
Path to the top-level project folder (defaults to the path registered by
initialiseProject(), falling back to ".").- verbose
Logical; show progress messages (default TRUE).