From 9c93f8a4e223089d8567d5e7c4768e472b4797eb Mon Sep 17 00:00:00 2001 From: Raffu Khondaker <2022rkhondak@tjhsst.edu> Date: Tue, 16 Jun 2020 23:36:58 -0400 Subject: [PATCH 1/2] doc finish cli --- docs/source/cli.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index c139eaf..838b8c8 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -176,6 +176,15 @@ When you are ready, you can submit an assignment: Assignment1 ❯ Back -2. CLI as a student: +3. Testing: ============ +For testing purposes, we recommed having both student and teacher users on the CLI. + +1. Adding students/confiming + +On a teacher user (eharris1), add an student to a given class (English12_eharris1). Then, exit out of the CLI and run skoolos.py again, but select a student account. +Selecting a student account should automatically accept the teacher's invitation. You can then begin creating assignments as a teacher. We recommend switching between accounts, +modifying assignments on the students end, exiting, then viewing them in the 'Student' directory as a teacher. + + From 8b16b3ba7a6ed1cae33e914cdd265c4118d3425f Mon Sep 17 00:00:00 2001 From: Raffu Khondaker <2022rkhondak@tjhsst.edu> Date: Tue, 16 Jun 2020 23:38:47 -0400 Subject: [PATCH 2/2] doc updates --- docs/source/cli.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index 838b8c8..17f018b 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -69,6 +69,7 @@ Accessing an existing class Once you have created a class, you can then view and modify certain fields. (Open opening a class, any students who have accepted the request will be automatically added you the class.):: +: ? Select class: (Use arrow keys) Art12_eharris1 Civ_eharris1 @@ -93,6 +94,7 @@ Select 'Request Student'. You will then be prompted to add students. If you have The file must be a .txt file and have one student username per line. If you add an individual student, simply enter their ion username. one username per line.:: +: Class: English12_eharris1 ? Select option: (Use arrow keys) ❯ 1) Request Student @@ -124,6 +126,7 @@ To add an assignment, make an assginment subdirectory in the corresponding class You must also put a due date in the correct format. +: ? Select new assignment: Assignment1 Enter due date (Example: 2020-08-11 16:58): 2020-08-11 16:58 @@ -137,6 +140,7 @@ work at ANY TIME. Simply go to the 'Students' directory and select the student's eharris1/Students/English12_eharris1/2022rkhondak eharris1/Students/English12_eharris1/2023rumareti +: ? Select option: (Use arrow keys) 1) Request Student 2) Add assignment @@ -156,6 +160,7 @@ work at ANY TIME. Simply go to the 'Students' directory and select the student's As a student, you can edit your work for certain classes and submit assignments. By default, your workr directory (your username) has a single readme. AND IT SHOULD STAY THAT WAY. To make changes to a class, you must first select that class via the CLI. +: Select a class first: ? Select class: (Use arrow keys) English12_eharris1 @@ -166,6 +171,7 @@ To make changes to a class, you must first select that class via the CLI. You can then view the assignments associated with the class. Open you work directory and modify files within your assignments. At any time, you can 'Save' or go 'Back'. When you are ready, you can submit an assignment: +: ? Select: (Use arrow keys) Save ❯ Submit assignment