Skip to main content

Widget generator for exam submission via ExamUploader in tljh

Project description

Project generated with PyScaffold PyPI-Server

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 /opt/tljh/user/bin/pip install savesubmitexam-sebastian-stigler

Check if ipylab is available on the webapp. If it is not installed, install it in the tljh user environment.

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 either de for german or en for english,
  • <exam_type> is either testexam or exam 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

savesubmitexam-sebastian-stigler-0.3.0.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page