Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
66cb4dc5
Commit
66cb4dc5
authored
May 14, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
短信验证
parent
7a14e554
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
apps/admin/Conf/config.php
+1
-1
apps/exams/Tpl/default/AdminQuestion/add.html
+23
-23
No files found.
apps/admin/Conf/config.php
View file @
66cb4dc5
...
...
@@ -175,7 +175,7 @@ $menu = array(
),
'真题管理'
=>
array
(
'分类管理'
=>
'exams/AdminCategory/subject'
,
'考点管理'
=>
'exams/AdminPoint/index'
,
//
'考点管理' => 'exams/AdminPoint/index',
'试题管理'
=>
'exams/AdminQuestion/index'
,
'试卷管理'
=>
'exams/AdminPaper/index'
,
// '成绩管理' => 'exams/AdminExamsUser/index',
...
...
apps/exams/Tpl/default/AdminQuestion/add.html
View file @
66cb4dc5
...
...
@@ -38,28 +38,28 @@
{:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id'))}
</dd>
</dl>
<dl
class=
"lineD"
>
<dt><font
color=
"red"
>
*
</font>
考点:
</dt
>
<dd
id=
"select_point"
>
请选择
</dd
>
</dl
>
<dl
class=
"lineD"
>
<dt><font
color=
"red"
>
*
</font>
版块:
</dt
>
<dd
>
<if
condition=
"$_GET['exams_module_type'] eq 'problemQuestionBank'"
>
视频弹题
<elseif
condition=
"$_GET['exams_module_type'] eq 'courseExamination'"
/
>
课时考试
<else/
>
<select
name=
"exams_module_id"
>
<volist
name=
"exams_module"
id=
"vo"
>
<option
value=
"{$vo.exams_module_id}"
>
{$vo.title}
</option
>
</volist
>
</select
>
</if
>
</dd
>
</dl
>
<!-- <dl class="lineD">--
>
<!-- <dt><font color="red"> * </font>考点:</dt>--
>
<!-- <dd id="select_point">--
>
<!-- 请选择-->
<!-- </dd>--
>
<!-- </dl>--
>
<!-- <dl class="lineD">--
>
<!-- <dt><font color="red"> * </font>版块:</dt>--
>
<!-- <dd>--
>
<!-- <if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'">--
>
<!-- 视频弹题-->
<!-- <elseif condition="$_GET['exams_module_type'] eq 'courseExamination'"/>--
>
<!-- 课时考试-->
<!-- <else/>--
>
<!-- <select name="exams_module_id">--
>
<!-- <volist name="exams_module" id="vo">--
>
<!-- <option value="{$vo.exams_module_id}">{$vo.title}</option>--
>
<!-- </volist>--
>
<!-- </select>--
>
<!-- </if>--
>
<!-- </dd>--
>
<!-- </dl>--
>
<dl
class=
"lineD"
>
<dt><font
color=
"red"
>
*
</font>
难度:
</dt>
<dd>
...
...
@@ -182,7 +182,7 @@
}
});
});
var
opt_i
=
{
'A'
:
0
,
'B'
:
1
,
'C'
:
2
,
'D'
:
3
,
'E'
:
4
,
'F'
:
5
,
'G'
:
6
,
'H'
:
7
};
var
word
=
[
'A'
,
'B'
,
'C'
,
'D'
,
'E'
,
'F'
,
'G'
,
'H'
];
// 删除选项
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment