synthersizeWithCorrectAnsFunctional: Generate synthesizer that sythersizes both correct answer and...

View source: R/return.R

synthersizeWithCorrectAnsFunctionalR Documentation

Generate synthesizer that sythersizes both correct answer and student answer

Description

the synthesizer takes in only one input that is the codeChunkTable produced by rmd2drake::get_listCodeChunksFromRmdlines

Usage

synthersizeWithCorrectAnsFunctional(
  correctAnsFilename,
  needToFixFront = T,
  fullMark = NULL,
  ...
)

Arguments

correctAnsFilename

A character of filepath to the correct answer Rmd

needToFixFront

A logical. Default=T. need to replace the front of your ansfile so to show rawGrade, finalGrade etc

fullMark

A numeric, default=NULL, each ans is 1pt

Examples

none

tpemartin/rmdgrader documentation built on Nov. 22, 2022, 6:39 p.m.