Pour faire fonctionner la récupération de l'avancement des étudiants avec google forms, il faut:
- Create a new form by clicking "New" on https://drive.google.com
- Name your form something memorable.
- Your form should have only one question which should be a paragraph type question.
- In the upper right corner of the form there should be three vertical white dots. Click on that icon and then click "Get pre-filled link." This will open a new window.
- Dans le champs réponse tapez toto, puis cliquer sur "obtenir le lien" et copier le lien.
- Paste the generated link into
customTests.R
where indicated, so that a string containing the link is assigned to thepre_fill_link
variable in the functionsubmit_log()
. Enlever toto à la fin du lien
Pour décoder les réponses des étudiants:
- Download the
csv
results from Google Forms. - Sourcer mon script
mon_google_form_decode.R
- Run
mon_google_form_decode()
and select thecsv
you downloaded. google_form_decode()
will return a data frame containing how each of your students performed on every question.