Skip to content

Add example exercises using different mooc-grader view types #58

@markkuriekkinen

Description

@markkuriekkinen

The example exercises in the manual focus on file upload exercises and questionnaires. There are also other view types in the mooc-grader. There should be some examples of those in the manual too. For example, view_type access.types.stdasync.acceptPost

https://github.com/apluslms/mooc-grader/tree/master/courses#accesstypesstdasyncacceptpost

RST:

.. submit:: newkey 10
  :config: exercises/someexercise/config.yaml

config.yaml

---
title: Example acceptPost async grading from a text input
view_type: access.types.stdasync.acceptPost
fields:
  - name: answer
    title: Write here
    more: More instructions
    required: true

container:
  image: ...
  mount: exercises/someexercise
  cmd: /exercise/run.sh

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions