Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hallgrim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
hallgrim
Commits
84bf6abe
Commit
84bf6abe
authored
8 years ago
by
Jan Maximilian Michal
Browse files
Options
Downloads
Patches
Plain Diff
Updated README.md
parent
91d33fcd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-8
18 additions, 8 deletions
README.md
with
18 additions
and
8 deletions
README.md
+
18
−
8
View file @
84bf6abe
# Hallgrim - an ILIAS task generator in Python
## Installation
```
git clone https://gitlab.gwdg.de/j.michal/ilias-generator.git
cd ilias-generator
pip install -e .
```
## Usage
Invoke the script with
`python3 grim.py -h`
in order to see usage. Currently
many features are not yet implemented. Single and Multiple Choice questions
can be generated also in parametrized form.
After the install just invoke
`hallgrim -h`
to see usage. The directory hallgrim
is invoked in, should contain a
`config.ini`
.
Example scripts can be found in
`scripts/examples/`
.
Example scripts can be found
[
in
a seperate repository
](
https://gitlab.gwdg.de/j.michal/ilias-scripts
)
.
### Dependencies
-
`pip install mistune`
-
`pip install pygments`
-
`pip install requests`
-
`pip install requests_toolbelt`
`pip`
will try to install them automatically. If you can figure out how to
replace requests with the native urllib3 - you are welcome to help.
-
`mistune`
-
`pygments`
-
`requests`
-
`requests_toolbelt`
### TODO
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment