Widget generator for exam submission via ExamUploader in tljh
Project description
SaveSubmitExam
Widget generator for exam submission via ExamUploader in tljh (The Littlest JupyterHub) Version 1.0.0
Installation
From the webapp of tljh as an admin user. Open a Terminal and type:
sudo -E PATH=${PATH} pip install ipylab savesubmitexam-sebastian-stigler
Make sure you also install ExamUploader on your tljh server.
Usage
Put the following line in the last cell of your exam notebook:
from savesubmitexam import SaveSubmit
SaveSubmit().run_<lang>_<examtype>_<course>()
Where
<lang>
is eitherde
for german oren
for english,<exam_type>
is eithertestexam
orexam
and<course>
is the name of the course from the [config.yaml]{.title-ref} of ExamUploader.
Please use in the <course>
underscores wherever you used hyphens in
the config.yaml
file.
Example:
You want the german form for a testexam for the course 23w-python101, then you call:
SaveSubmit().run_de_testexam_23w_python101()
Note
This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for savesubmitexam-sebastian-stigler-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ad5768cf83a0168ef4c1c514fe9cac6313eac2c72c34ba13862f4ec6dcc5da3 |
|
MD5 | 47be2ec22d6e5c16950da07ecb184462 |
|
BLAKE2b-256 | 298357df88051248b5ef8d0cae91ba7a0dc42e94d5b753e5c8d9a706714e93bc |
Hashes for savesubmitexam_sebastian_stigler-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f12e6fc4043f53d24793ef0a47fe440c8462870133517f4b204f68993b3b9f94 |
|
MD5 | 75fd245bdacba0d5162f36dd66353c7f |
|
BLAKE2b-256 | 90e381a50bc2115ce79a514b8a9ebe01302e6cc57f88c4a7506e3116079bfcaf |