Skip to content

Commit

Permalink
feat(parsePart): Removes type quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Jun 27, 2023
1 parent a57a50f commit b82db6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/part.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from './common.js';
import { parseChallenge } from './challenge.js';

const knownTypes = ['read', 'practice', 'quiz'];
const knownTypes = ['read', 'practice'];

const parseDuration = (str) => {
const matches = /^(\d+(\.\d+)?)\s*(m|min|h)?$/.exec(str);
Expand Down

0 comments on commit b82db6f

Please sign in to comment.