make_basic_validator_gs4: A simple validity function for use with id and password pairs...

Description Usage Arguments

View source: R/functions.R

Description

This simple validity is inspired by submitr::make_basic_validator() function from the submitr package. The function is adequate for basic authoring and testing needs. It reads login credentials stored in a Googlesheet provided that you have received a decryption token (see decrypt_gs4_token).

Usage

1
make_basic_validator_gs4(user_credentials, instructor_secret = NULL)

Arguments

user_credentials

A Googlesheet from googlesheets4::read_sheet())

instructor_secret

A password to be used by the instructor to download students' progress.


ChristK/CKteachR documentation built on Dec. 31, 2020, 10:59 a.m.