Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.1
-
Component/s: Tool: Generators
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
This is a script with the following features:
1. Web and CLI interfaces (run with "php generator.php" to see usage)
2. Generation of:
a. Courses
b. Participants
c. Activities
d. Resources
e. Questions
3. Assignments of
a. Participants to courses
b. Questions to quizes
Can be found in contrib/tools/generators/generator.php
Issue Links
| This issue has a clone: | ||||
| CONTRIB-490 | Script for generating course data |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
By the way, if I remember correctly, this tool so far still can not generate "quiz attempt" data. Am I correct on this? It would be really nice if this tool could generate quiz attempt data for testing Quiz performance issues (for larger classes with lots of quiz questions and lots of quiz attempts, e.g. > 100,000 attempts for one quiz)...thanks!