无限制做题大赛
-
-
- {{ pod.title }}
- {{ pod.date }}
-
+
+
+
{{ cat }}
+
+
+ {{ pod.title }}
+ {{ pod.date }}
+
+
+
@@ -49,6 +70,26 @@ const podList = ref([
flex-wrap: wrap;
gap: 20px;
}
+.folder {
+ background: rgba(128, 128, 128, 0.11);
+ display: flex;
+ padding: 15px;
+ flex-wrap: wrap;
+ flex-direction: column;
+ align-items: center;
+ max-width: 520px;
+}
+.folder-title {
+ font-size: 25px;
+}
+.pods-display {
+ display: flex;
+ padding: 15px;
+ flex-wrap: wrap;
+ align-items: center;
+ justify-content: center;
+ gap: 20px;
+}
.pods {
display: flex;
flex-direction: column;
@@ -56,12 +97,12 @@ const podList = ref([
justify-content: center;
width: 150px;
height: 150px;
- background: #2a2a2a;
+ background: #131313;
max-width: 800px;
cursor: pointer;
}
.theme-light .pods {
- background: #efefef;
+ background: #ffffff;
}
.title {
font-size: 20px;
diff --git a/src/pages/demoPages/podExercise/QuestionText.vue b/src/pages/demoPages/podExercise/QuestionText.vue
index ca05918..cb520e5 100644
--- a/src/pages/demoPages/podExercise/QuestionText.vue
+++ b/src/pages/demoPages/podExercise/QuestionText.vue
@@ -26,7 +26,7 @@ function replaceMedia(text, medias) {
if (medias[mediaKey]) {
const [type, url, width, height] = medias[mediaKey];
if (type === 'image') {
- return `

`;
+ return `

`;
}
}
return '';
@@ -37,9 +37,5 @@ const processedText = computed(() => replaceMedia(props.text, props.medias));
\ No newline at end of file
diff --git a/src/pages/demoPages/podExercise/Quiz.vue b/src/pages/demoPages/podExercise/Quiz.vue
index a8b6085..9e97354 100644
--- a/src/pages/demoPages/podExercise/Quiz.vue
+++ b/src/pages/demoPages/podExercise/Quiz.vue
@@ -43,11 +43,16 @@
对比其他类似题目
-
题目 {{ index + 1 }}
+
+
-- 题目 {{ index + 1 }} --
正确答案:
+
+
解题思路
+
+
@@ -84,7 +89,6 @@ const data = reactive({
itemtypes: [],
texts: [],
explanations: [],
- gradings: [],
answerkeys: [],
answers: [],
medias: {}
@@ -115,9 +119,10 @@ const progressPercentage = computed(() => {
});
const initial = async () => {
- const file = route.query.id || 'phy250226';
+ const categorise = route.query.cat || 'apphy1'
+ const file = route.query.id || 'phy250227';
try {
- const response = await axios.get(`https://mva-cyber.club/data/file/${file}.json`);
+ const response = await axios.get(`https://mva-cyber.club/data/demos/pod/${categorise}/${file}.json`);
const jsonData = response.data;
Object.assign(data, jsonData);
generateNewExam(); // 初始生成一份试卷
@@ -170,7 +175,7 @@ function processMedia(text, medias) {
if (medias[mediaKey]) {
const [type, url, width, height] = medias[mediaKey];
if (type === 'image') {
- return `