Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

INGInious/problems-code-fill

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INGInious plugin for fill-in-the-blanks code problems

This plugins define a new problem type named code_fill that can accept some code with holes in it. Only the holes will be editable by the students.

For example, with the following default value, only the second parameter name and the method body can be modified bu the students

public static void main(String[] {%argv%}) {{%
    // TODO
%}}

As a bonus, the hole for the method name will not allow line breaks. These are only allowed when the hole opening and closing tags ({% and %}) are on different lines.

Installing

pip3 install git+https://github.com/UCL-INGI/INGInious-problems-code-fill

Activating

In your configuration.yaml file, add the following plugin entry:

plugins:
  - plugin_module: "inginious-problems-code-fill"

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.