Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

question plugin #8

@qknight

Description

@qknight

i want to have a way to embed questions into the text which do have an input field.

to get this, the articles must be structured hierarchical using a directory structure and in document references to other markdown files.

  • main.mdwn
  • question1.mdwn
  • question2.mdwn

main.mdwn example

# intro
foo bar batz

# chatper1

chapter 1 text

[[!question question1.mdwn]]

# chatper2

chapter 2 text

[[!question question2.mdwn]]

storage

to store answers of users this requires a few more things:

  • a user: a sqlite table with users
  • an auth mechanism with login
  • a schedule for the questions
  • a score value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions